category

home / developersection / category

Difference between IList and List in C#
.net 09-Mar-2015
Difference between IList and List in C#

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

Collection in C#
.net 04-Mar-2015
Collection in C#

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

Nullable Types in C#
.net 03-Mar-2015
Nullable Types in C#

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

Enumerations in c#
.net 03-Mar-2015
Enumerations in c#

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

Change the screen saver in Windows 7
.net 01-Mar-2015
Change the screen saver in Windows 7

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

Role base security and cryptography in .net
.net 27-Feb-2015
Role base security and cryptography in .net

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

Code Access Security in .NET
.net 27-Feb-2015
Code Access Security in .NET

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

Cloud Computing Concepts: Community Cloud
.net 27-Feb-2015
Cloud Computing Concepts: Community Cloud

The community cloud allows system and service to be accessible by group of organizations. It shares the infrastructure between several organizations f

Membership and Role provider available  in ASP.Net
.net 27-Feb-2015
Membership and Role provider available in ASP.Net

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

Multithreading with C#
.net 24-Feb-2015
Multithreading with C#

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

Caching in ASP.NET
.net 23-Feb-2015
Caching in ASP.NET

In this blog I will talk about caching in ASP.NET Caching is veryimportant concept for any web application, which is used to store the data temporari

Difference between Tracing and Debugging in ASP.NET
.net 21-Feb-2015
Difference between Tracing and Debugging in ASP.NET

In this blog I will talk about difference between tracing and Debugging in ASP.NET It is technique that allows us to understand what our application