In this blog, I’m explaining about Indexer in C# An indexer allows the programmer to create a class that can act like virtual arrays.We can access in
In this blog, I’m explaining about Anonymous in C# What is Anonymous?Anonymous types allow us to create a new type without defining them. This is a w
In this blog, I’m explaining about IList and List in C#IList: It is non-generic collection object that can be individually accessed by index. The ILis
In this blog, I’m explaining about Collection in C# What is a collection?Collection classes are specialized classes for data storage and retrieval. T
In this blog, I’m explaining about nullable types in C# Defining a nullable typeis very similar to defining the equivalent non-nullable type. The d
This blog explains how enumerations works in c#. Definition:Enum is a keyword that represent a value type for declaring a set of named constant. An e
In this blog, I’m explaining how to change the screen saver in Windows 7.1.Click on start option.2.Select control panel3.Open a window4.Select pers
In this blog, I’m explaining about Role base security and cryptography in .NET Role Base security in .NET1.Use forms authentication to obtain and v
In this blog, I’m explaining about Code Access security in .NET What is Code Access Security?The .Net framework provides a security mechanism to pr
The community cloud allows system and service to be accessible by group of organizations. It shares the infrastructure between several organizations f
Brief description of how to use the available Membership and Role provider available in ASP.NetFollow the steps given below to use built-in user store
This blog explains how multithreading works in c#.What is a thread?A thread can be defined as a semi-process with a definite starting point, an execut