Click here to Skip to main content
15,885,941 members

Articles by Sandeep Singh Shekhawat (Articles: 22, Tip/Tricks: 5)

Articles: 22, Tip/Tricks: 5

RSS Feed

Average article rating: 4.76

Programming Languages
C#
10 Jan 2014   Updated: 29 Dec 2014   Rating: 4.70/5    Votes: 69   Popularity: 8.39
Licence: CPOL    Views: 302,977     Bookmarked: 62   Downloaded: 0
Please Sign up or sign in to vote.
I explain partial classes in C# language with an example
C# 4.0
22 Aug 2013   Updated: 22 Aug 2013   Rating: 3.19/5    Votes: 12   Popularity: 3.44
Licence: CPOL    Views: 98,631     Bookmarked: 23   Downloaded: 4,852
Please Sign up or sign in to vote.
This article introduces URL rewriting using a data-driven application. This application creates various blogs and these blogs are accessed by the title of the blog.
Web Development
ASP.NET
14 Jan 2014   Updated: 14 Jan 2014   Rating: 4.96/5    Votes: 25   Popularity: 6.85
Licence: CPOL    Views: 207,983     Bookmarked: 32   Downloaded: 1,681
Please Sign up or sign in to vote.
This article explains the basics of ASP.NET MVC server-side validation using the Data Annotation API.
19 Aug 2013   Updated: 30 Aug 2014   Rating: 4.95/5    Votes: 60   Popularity: 8.66
Licence: CPOL    Views: 432,738     Bookmarked: 72   Downloaded: 0
Please Sign up or sign in to vote.
This article explains how to access data from a view to the controller's action method.
19 Aug 2013   Updated: 30 Aug 2014   Rating: 4.90/5    Votes: 31   Popularity: 7.09
Licence: CPOL    Views: 172,063     Bookmarked: 43   Downloaded: 0
Please Sign up or sign in to vote.
This article introduces the Razor View Engine in MVC 3. This is a beginner-level article that describes the basics of Razor View Engine using an example.
15 Jan 2014   Updated: 1 Sep 2014   Rating: 4.95/5    Votes: 26   Popularity: 7.01
Licence: CPOL    Views: 123,831     Bookmarked: 66   Downloaded: 3,369
Please Sign up or sign in to vote.
How to show a warning message to the user prior to 15 minutes before the session time out, in other words if the user is in an idle state for more than 5 minutes then the user gets a message in the browser
4 Jul 2014   Updated: 16 Sep 2014   Rating: 4.75/5    Votes: 29   Popularity: 6.95
Licence: CPOL    Views: 157,238     Bookmarked: 43   Downloaded: 1,303
Please Sign up or sign in to vote.
This article explains how generics are useful over non-generics and explains how to reuse code using generics.
4 Sep 2013   Updated: 15 Feb 2015   Rating: 4.54/5    Votes: 27   Popularity: 6.34
Licence: CPOL    Views: 70,155     Bookmarked: 40   Downloaded: 0
Please Sign up or sign in to vote.
This article explains routing in MVC. How a route is executed by the routing engine and how to define a route for a URL.
3 Oct 2013   Updated: 3 Oct 2013   Rating: 4.74/5    Votes: 27   Popularity: 6.79
Licence: CPOL    Views: 159,106     Bookmarked: 31   Downloaded: 0
Please Sign up or sign in to vote.
This article explains how to populate a DropDownList by enum type in ASP.NET MVC.
HTML
20 Feb 2014   Updated: 14 Jul 2014   Rating: 4.92/5    Votes: 22   Popularity: 6.40
Licence: CPOL    Views: 95,943     Bookmarked: 16   Downloaded: 0
Please Sign up or sign in to vote.
This article explains the differences between the SingleOrDefault and FirstOrDefault Methods in LINQ to SQL.
21 May 2014   Updated: 2 Sep 2014   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 36,765     Bookmarked: 20   Downloaded: 672
Please Sign up or sign in to vote.
This article will introduce how to use a client-side template in ASP.NET (Web Form / MVC) with Mustache.js
3 Feb 2014   Updated: 8 Sep 2014   Rating: 4.86/5    Votes: 53   Popularity: 8.26
Licence: CPOL    Views: 329,540     Bookmarked: 89   Downloaded: 9,185
Please Sign up or sign in to vote.
This article introduces how to create an MVC application using LINQ to SQL. You will create a simple MVC application for Book registration with a Publisher where the Publisher and Book have one-to-many relationships.
4 Feb 2014   Updated: 17 Sep 2014   Rating: 4.72/5    Votes: 21   Popularity: 5.81
Licence: CPOL    Views: 267,285     Bookmarked: 40   Downloaded: 5,089
Please Sign up or sign in to vote.
Layout is used for a consistent look and feel of all pages of a web application
24 Mar 2014   Updated: 18 Sep 2014   Rating: 4.82/5    Votes: 21   Popularity: 6.37
Licence: CPOL    Views: 185,219     Bookmarked: 55   Downloaded: 4,313
Please Sign up or sign in to vote.
This article explains how to render a partial view and JSON data using AJAX.
31 Jan 2014   Updated: 1 Oct 2014   Rating: 4.82/5    Votes: 55   Popularity: 8.36
Licence: CPOL    Views: 393,111     Bookmarked: 55   Downloaded: 5,931
Please Sign up or sign in to vote.
This article explains how to implement client-side validation in an ASP.NET MVC application.
20 Feb 2014   Updated: 13 Nov 2014   Rating: 4.89/5    Votes: 46   Popularity: 7.98
Licence: CPOL    Views: 205,880     Bookmarked: 48   Downloaded: 6,517
Please Sign up or sign in to vote.
This article explains how to populate a child DropDownList depending on each new value as values are selected in the parent's DropDown List.
20 Aug 2013   Updated: 23 Sep 2014   Rating: 4.84/5    Votes: 34   Popularity: 7.34
Licence: CPOL    Views: 186,315     Bookmarked: 68   Downloaded: 6,108
Please Sign up or sign in to vote.
In this article you will learn how to perform CRUD operations using the Entity Framework 5.0 Code First approach in MVC.
28 Aug 2013   Updated: 27 Nov 2014   Rating: 4.67/5    Votes: 72   Popularity: 8.53
Licence: CPOL    Views: 261,453     Bookmarked: 134   Downloaded: 5,897
Please Sign up or sign in to vote.
This article introduces the Repository pattern in an MVC application.
28 Jul 2014   Updated: 18 Nov 2014   Rating: 4.93/5    Votes: 43   Popularity: 8.01
Licence: CPOL    Views: 213,941     Bookmarked: 75   Downloaded: 2,821
Please Sign up or sign in to vote.
This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, how to avoid data loss and how to get a database script that has the changes.
4 Nov 2014   Updated: 24 Dec 2014   Rating: 4.88/5    Votes: 81   Popularity: 9.28
Licence: CPOL    Views: 189,721     Bookmarked: 168   Downloaded: 6,840
Please Sign up or sign in to vote.
This article introduces use of the Generic Repository Pattern and Dependency Injection in MVC for CRUD Operations.
3 Sep 2014   Updated: 24 Dec 2014   Rating: 4.82/5    Votes: 115   Popularity: 9.84
Licence: CPOL    Views: 392,635     Bookmarked: 237   Downloaded: 10,809
Please Sign up or sign in to vote.
This article introduces the Generic Repository pattern and Unit of Work in ASP.NET MVC applications.
14 Jul 2014   Updated: 28 Dec 2014   Rating: 4.87/5    Votes: 81   Popularity: 9.26
Licence: CPOL    Views: 270,662     Bookmarked: 155   Downloaded: 4,305
Please Sign up or sign in to vote.
In this article, you will learn about relationships in Entity Framework using the Code First Approach with Fluent API.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.82

Programming Languages
C#
10 Jan 2014   Updated: 10 Jan 2014   Rating: 4.85/5    Votes: 60   Popularity: 8.49
Licence: CPOL    Views: 282,964     Bookmarked: 35   Downloaded: 912
Please Sign up or sign in to vote.
A brief discussion about extension methods in C#
Web Development
ASP.NET
22 Jan 2014   Updated: 22 Jan 2014   Rating: 4.93/5    Votes: 9   Popularity: 4.70
Licence: CPOL    Views: 23,470     Bookmarked: 7   Downloaded: 134
Please Sign up or sign in to vote.
This tip introduces two extension methods of the HtmlHelper class, one that obtains the Id in a jQuery function and another obtains the Name in a jQuery function.
11 Feb 2014   Updated: 11 Feb 2014   Rating: 4.85/5    Votes: 25   Popularity: 6.60
Licence: CPOL    Views: 221,016     Bookmarked: 28   Downloaded: 0
Please Sign up or sign in to vote.
Here you will learn the difference between Response.Redirect() and Server.Transfer() Methods in ASP.NET
HTML
14 Jul 2014   Updated: 14 Jul 2014   Rating: 4.78/5    Votes: 6   Popularity: 3.72
Licence: CPOL    Views: 19,102     Bookmarked: 11   Downloaded: 35
Please Sign up or sign in to vote.
How to get the last inserted identity value of an auto increment column of database tables using SQL Server variable (@@IDENITY) and functions (SCOPE_IDENTITY() and IDENT_CURRENT())
8 Jul 2014   Updated: 22 Sep 2014   Rating: 4.69/5    Votes: 26   Popularity: 6.63
Licence: CPOL    Views: 77,676     Bookmarked: 35   Downloaded: 527
Please Sign up or sign in to vote.
This tip is about the Constructor Dependency Injection Pattern Implementation in C#.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer
India India
He is awarded for Microsoft TechNet Guru, CodeProject MVP and C# Corner MVP. http://l-knowtech.com/