
Search In
While storing and retrieving list of elements we use many classes for that like ICollection,IList .
We also have one collection that be used for this purpose named as IEnumerable.
IEnumerable<T>
Th
When we create an application its very easy to display user image or profile pic. when no image is available then we used to include an anonymous image in place of no image is available. But Gone were days and now we have something rich and
Attached and Detached Child Tasks in C#
Task can be defined as an object representing some work which needs to be done. System.Threading.Tasks is library provided by .net framework for tasks. Task class have it's own set of properties a
In this blog we illustrate the generation operators in linq.
We have a three Generation Operators :
1. Empty
2. Range
3. Repeat
1. Empty:-
Empty operator is used to return an empty sequence of the type that is specified . It is a static metho
While binding data with GridView control the two of major things that we want is to sort data and to filter data.
First thing can be done by writing Sql query with order by clause.
Select * from student order by StId
Secon
While creating website in multi-language we have to first understand that what is Localization and Globalization
Localization-Localization is the process of designing web application in such a way such that it can display content in the langua
What is Skin-> Skin was introduced in ASP.NET 2.0 to solve the problem of design/layout of server control. It’s used for changing the appearance of asp.net
While working with SqlDataAdapter we always use select operation as it is used like a buffer for storing and retrieving data.
But what if we want to perform any crud operation like insert update delete while interacting with th
Entity Lifecycle in EntityFrame Work:--
Before working on entity framework on asp.net, It's important to know the entity (like any table, list etc.) life cycle and how it is managed by the entity framework. During entity’s lifetime, each entity has
If you would like to get your profile picture in facebook app. Please user the below code, you can download facebook.js from facebook SDK.
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script src="//connect.f
