Categories: C#.Net

Static Variable, Static Method, Static Class in C#

It discuss about static variables, static method, static class advantages of static keyword in C#.

Categories: C#.Net

Differences between Singleton Class and Static Class in C#

It discuss about differences between Singleton Class and Static Class in C#.

Categories: C#.Net

Differences between Singleton Class and Static Class in C#

It discuss about differences between Singleton Class and Static Class in C#.

Categories: Asp.Net

Change Master Page dynamically based on User Selection in ASP.NET

It explains how to change the Master Page by user selection dynamically using Profile object in Asp.Net.