Tricks & Tips
We will publish some of the tricks and tips we had to use in everyday programming to solve some complex and some not-so-complex problems.
ASP.NET » Relative paths in master pages
Power of Tilda - How to use relative paths in a master page?
SQL Server » Database Paging
Want to use paging on the database side so that the database returns just limited # of records?
SQL Server » Dynamic Where Clause
Want to specify a dynamic where clause in a stored procedure?
Back to top