I’m an HTTP geek. RFC 2616 is my best friend. This means two things. First, I need more friends. And second, I need a tool that’ll show me what my HTTP and HTTPS requests are doing under the covers. (After all, best friends shouldn’t have any secrets.) I can dig up this information in PHP [...]
GridView Header Freeze Using CSS & ASP.net
Freezing the columns in excel is a fantastic utility, when working on wider spreadsheets. When you need to compare values across the columns, freezing will be very handy. Freezing the header will always be helpful if you are working in a large data set GridView is the best control to display a spreadsheet / tabular [...]
Compatibility Update with Microsoft SQL Server 2008 R2 and Microsoft Visual Studio 2010
A couple of big Microsoft products shipped recently, so time for an NAV compatibility update.
Microsoft SQL Server 2008 R2
We are proud to announce that both Microsoft Dynamics NAV 5.0 SP1 Update 2 and Microsoft Dynamics NAV 2009 SP1 are compatible wit…
Assemblies in .NET
Assemblies are the fundamental building blocks of a .NET Framework application. They contain the types and resources that make up an application and describe those contained types to the common language runtime.
Programming Language | .NET Multiple Inheritance Issue
.NET platform does not support multiple inheritance. Do not confuse multilevel inheritance with multiple inheritance. With multiple inheritance we can have a subclass that inherits from two classes at the same time.