Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

IEnumerable in C#

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

  • 106
Display initials if no profile pic available

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#

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

Generation Operators in LINQ

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

Searching and Filtering Gridview in ADO.NET

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

How to build Asp.Net website with multi-language?

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

Named Skin in ASP.NET

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

Adapter with crud operations in ADO.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

  • 151
Entity Lifecycle

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

How to get facebook profile picture by Facebook App

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

1 37 44
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: