Click here to Skip to main content
15,662,668 members

Articles by Rahul Rajat Singh (Articles: 132, Tip/Tricks: 5)

Articles: 132, Tip/Tricks: 5

RSS Feed

Average article rating: 4.80

Cloud
6 Oct 2016   Updated: 6 Oct 2016   Rating: 4.74/5    Votes: 12   Popularity: 4.94
Licence: CPOL    Views: 24,124     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we will discuss the importance of retry pattern and how to implement it effectively in our applications.
Containers
Virtual Machine
30 Jul 2018   Updated: 30 Jul 2018   Rating: 4.40/5    Votes: 4   Popularity: 2.65
Licence: CPOL    Views: 9,341     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we will see how we can create highly available VMs in Azure.
Hosted Services
Azure
29 Jul 2018   Updated: 29 Jul 2018   Rating: 4.73/5    Votes: 5   Popularity: 3.31
Licence: CPOL    Views: 7,411     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Various load balancing solutions available in Azure and which one should be used in which scenario
OOP
13 Oct 2016   Updated: 13 Oct 2016   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 13,452     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
This is a small tip containing my thoughts on why we should not blindly create interfaces and/or abstract class for each and every class in our application.
Programming Languages
C#
29 Mar 2012   Updated: 29 Mar 2012   Rating: 5.00/5    Votes: 18   Popularity: 6.15
Licence: CPOL    Views: 60,221     Bookmarked: 11   Downloaded: 1,842
Please Sign up or sign in to vote.
This is an alternative for "Making a Borderless Form Movable in C++"
6 Feb 2012   Updated: 23 Mar 2013   Rating: 4.95/5    Votes: 17   Popularity: 5.96
Licence: CPOL    Views: 39,902     Bookmarked: 26   Downloaded: 6,845
Please Sign up or sign in to vote.
A Simple Music Player using WMP SDK
31 Aug 2012   Updated: 1 Sep 2012   Rating: 4.71/5    Votes: 15   Popularity: 5.25
Licence: CPOL    Views: 36,540     Bookmarked: 27   Downloaded: 231
Please Sign up or sign in to vote.
This article talks about Nullable types in C#. We will see when could we find ourselves in need for Nullable types and what should we know if we are dealing with Nullable types.
28 Jan 2016   Updated: 31 Jan 2016   Rating: 4.89/5    Votes: 17   Popularity: 5.75
Licence: CPOL    Views: 42,362     Bookmarked: 23   Downloaded: 332
Please Sign up or sign in to vote.
This article contains a small IoC container implementation just created for educational purpose.
22 Mar 2013   Updated: 2 Apr 2013   Rating: 4.83/5    Votes: 14   Popularity: 5.54
Licence: CPOL    Views: 32,361     Bookmarked: 33   Downloaded: 562
Please Sign up or sign in to vote.
This article discusses about the various ways of managing the WCF service class instances.
3 Apr 2013   Updated: 3 Apr 2013   Rating: 4.82/5    Votes: 108   Popularity: 9.67
Licence: CPOL    Views: 608,963     Bookmarked: 163   Downloaded: 24,605
Please Sign up or sign in to vote.
In this article we will try to understand what are WCF REST services and how can we create one.
4 Apr 2013   Updated: 4 Apr 2013   Rating: 4.82/5    Votes: 21   Popularity: 6.37
Licence: CPOL    Views: 149,302     Bookmarked: 77   Downloaded: 5,477
Please Sign up or sign in to vote.
In this article we will see how we can use WCF data services to create ODATA complaint RESTful services.
8 Feb 2012   Updated: 8 Feb 2012   Rating: 4.17/5    Votes: 11   Popularity: 4.17
Licence: CPOL    Views: 43,913     Bookmarked: 17   Downloaded: 1,061
Please Sign up or sign in to vote.
Emulating Unix command behavior on Windows
10 Feb 2012   Updated: 10 Feb 2012   Rating: 4.93/5    Votes: 21   Popularity: 6.19
Licence: CPOL    Views: 91,208     Bookmarked: 41   Downloaded: 1,469
Please Sign up or sign in to vote.
Understanding and Implementing Observer Pattern in C#
10 Feb 2012   Updated: 10 Feb 2012   Rating: 4.77/5    Votes: 67   Popularity: 8.59
Licence: CPOL    Views: 218,817     Bookmarked: 59   Downloaded: 2,701
Please Sign up or sign in to vote.
This article aims at understanding and Implementing Abstract Factory Pattern in C#.
7 Mar 2012   Updated: 19 Mar 2012   Rating: 4.78/5    Votes: 37   Popularity: 7.32
Licence: CPOL    Views: 79,840     Bookmarked: 59   Downloaded: 1,357
Please Sign up or sign in to vote.
Understanding when we could find the Adapter pattern useful and how can we have a rudimentary implementation of the Adapter pattern using C# and C++.
3 Aug 2012   Updated: 3 Aug 2012   Rating: 4.71/5    Votes: 21   Popularity: 6.13
Licence: CPOL    Views: 78,135     Bookmarked: 22   Downloaded: 667
Please Sign up or sign in to vote.
This article discuss Bridge Pattern and try to demonstrate it using a simple application.
4 Oct 2012   Updated: 4 Oct 2012   Rating: 4.93/5    Votes: 50   Popularity: 8.29
Licence: CPOL    Views: 170,188     Bookmarked: 69   Downloaded: 1,332
Please Sign up or sign in to vote.
This article talks about the Builder Design pattern, When can this pattern be used and when should it be implemented. We will then see a small rudimentary implementation of Builder pattern in C#.
21 Oct 2012   Updated: 21 Oct 2012   Rating: 4.89/5    Votes: 39   Popularity: 7.73
Licence: CPOL    Views: 124,561     Bookmarked: 51   Downloaded: 1,132
Please Sign up or sign in to vote.
This article talks about the facade pattern. When is this pattern useful. This article also presents a rudimentary approach to implement the facade pattern.
18 Oct 2012   Updated: 21 Oct 2012   Rating: 4.93/5    Votes: 62   Popularity: 8.80
Licence: CPOL    Views: 234,607     Bookmarked: 80   Downloaded: 2,765
Please Sign up or sign in to vote.
This article talks about the basics of decorator pattern and see when this pattern can be found useful.
22 Oct 2012   Updated: 22 Oct 2012   Rating: 4.87/5    Votes: 20   Popularity: 6.33
Licence: CPOL    Views: 60,149     Bookmarked: 19   Downloaded: 428
Please Sign up or sign in to vote.
11 Nov 2012   Updated: 11 Nov 2012   Rating: 4.79/5    Votes: 21   Popularity: 6.13
Licence: CPOL    Views: 130,852     Bookmarked: 53   Downloaded: 2,748
Please Sign up or sign in to vote.
This article talks about Proxy pattern, when should we use proxy pattern and what are the benefits of using the Proxy pattern.
4 Nov 2012   Updated: 11 Nov 2012   Rating: 4.92/5    Votes: 23   Popularity: 6.70
Licence: CPOL    Views: 126,235     Bookmarked: 66   Downloaded: 1,730
Please Sign up or sign in to vote.
This article describes what is state pattern, when could we find state pattern useful and how to have a rudimentary implementation of state pattern in C#.
15 Nov 2012   Updated: 15 Nov 2012   Rating: 4.36/5    Votes: 9   Popularity: 4.16
Licence: CPOL    Views: 52,421     Bookmarked: 49   Downloaded: 493
Please Sign up or sign in to vote.
This article talks about the Chain of responsibility pattern.
15 Oct 2012   Updated: 11 Dec 2012   Rating: 4.94/5    Votes: 19   Popularity: 6.20
Licence: CPOL    Views: 85,207     Bookmarked: 44   Downloaded: 592
Please Sign up or sign in to vote.
In this article, we saw what is prototype pattern. How can we implement Prototype pattern in C#.
17 Jan 2016   Updated: 17 Jan 2016   Rating: 4.86/5    Votes: 29   Popularity: 6.79
Licence: CPOL    Views: 22,940     Bookmarked: 36   Downloaded: 227
Please Sign up or sign in to vote.
The aim of this article is to understand the basics of the Strategy pattern.
19 Jan 2016   Updated: 19 Jan 2016   Rating: 4.77/5    Votes: 7   Popularity: 4.03
Licence: CPOL    Views: 13,751     Bookmarked: 7   Downloaded: 93
Please Sign up or sign in to vote.
In this article we will try to understand the service locator pattern.
20 Jan 2016   Updated: 20 Jan 2016   Rating: 5.00/5    Votes: 17   Popularity: 6.02
Licence: CPOL    Views: 16,631     Bookmarked: 18   Downloaded: 0
Please Sign up or sign in to vote.
This article is yet another explanation and implementation of the singleton pattern.
21 Jan 2016   Updated: 21 Jan 2016   Rating: 3.79/5    Votes: 8   Popularity: 3.42
Licence: CPOL    Views: 10,653     Bookmarked: 9   Downloaded: 73
Please Sign up or sign in to vote.
In this article we will try to understand the Null object pattern.
20 Jul 2017   Updated: 20 Jul 2017   Rating: 4.95/5    Votes: 14   Popularity: 5.68
Licence: CPOL    Views: 10,640     Bookmarked: 11   Downloaded: 80
Please Sign up or sign in to vote.
In this article we will This article we will try to understand what is composite design pattern.
8 Feb 2012   Updated: 14 Mar 2012   Rating: 4.75/5    Votes: 8   Popularity: 4.29
Licence: CPOL    Views: 35,044     Bookmarked: 24   Downloaded: 2,141
Please Sign up or sign in to vote.
A simple Whiteboard application
9 Apr 2012   Updated: 9 Apr 2012   Rating: 4.82/5    Votes: 26   Popularity: 6.65
Licence: CPOL    Views: 97,452     Bookmarked: 57   Downloaded: 755
Please Sign up or sign in to vote.
How to implement the Iterator pattern in C#
24 Aug 2012   Updated: 24 Aug 2012   Rating: 4.68/5    Votes: 23   Popularity: 6.28
Licence: CPOL    Views: 110,603     Bookmarked: 37   Downloaded: 492
Please Sign up or sign in to vote.
This small article shows you the right way of comparing strings in a C# application.
26 Aug 2012   Updated: 26 Aug 2012   Rating: 4.77/5    Votes: 35   Popularity: 7.24
Licence: CPOL    Views: 135,434     Bookmarked: 60   Downloaded: 578
Please Sign up or sign in to vote.
This small article discusses about type casting in C#.
4 Sep 2012   Updated: 4 Sep 2012   Rating: 4.95/5    Votes: 25   Popularity: 6.92
Licence: CPOL    Views: 126,617     Bookmarked: 41   Downloaded: 809
Please Sign up or sign in to vote.
Various types of operators that can be overloaded in C#
11 Oct 2012   Updated: 11 Oct 2012   Rating: 4.82/5    Votes: 121   Popularity: 9.86
Licence: CPOL    Views: 500,704     Bookmarked: 147   Downloaded: 1,822
Please Sign up or sign in to vote.
This article discusses how to implement IEnumerable interface and using yield keyword.
6 Dec 2012   Updated: 7 Dec 2012   Rating: 4.86/5    Votes: 63   Popularity: 8.75
Licence: CPOL    Views: 82,345     Bookmarked: 143   Downloaded: 855
Please Sign up or sign in to vote.
This article discusses delegates and how to write delegate handlers using functions, anonymous functions and Lambda expressions.
12 Jun 2012   Updated: 14 Jan 2013   Rating: 4.67/5    Votes: 38   Popularity: 7.33
Licence: CPOL    Views: 187,259     Bookmarked: 111   Downloaded: 5,553
Please Sign up or sign in to vote.
This article talks about using XMLHttpRequest and jQuery AJAX in ASP.NET applications.
5 Apr 2013   Updated: 5 Apr 2013   Rating: 4.78/5    Votes: 22   Popularity: 6.31
Licence: CPOL    Views: 48,385     Bookmarked: 38   Downloaded: 303
Please Sign up or sign in to vote.
In this article, we will discuss four very important features of C# programming language.
25 Dec 2013   Updated: 8 Jan 2014   Rating: 4.68/5    Votes: 75   Popularity: 8.72
Licence: CPOL    Views: 172,195     Bookmarked: 140   Downloaded: 767
Please Sign up or sign in to vote.
In this article, we will look into the details of Interfaces, Abstract class and Concrete class in C#. We will try to look at what each of them is and what should be used when to have a better design for the application.
C# 2.0
2 Mar 2012   Updated: 2 Mar 2012   Rating: 4.47/5    Votes: 26   Popularity: 6.25
Licence: CPOL    Views: 153,261     Bookmarked: 53   Downloaded: 1,612
Please Sign up or sign in to vote.
Understanding and Implementing Command Pattern in C#
C++
16 Feb 2012   Updated: 16 Feb 2012   Rating: 4.67/5    Votes: 18   Popularity: 5.74
Licence: CPOL    Views: 93,348     Bookmarked: 12   Downloaded: 1,020
Please Sign up or sign in to vote.
This article aims at understanding and implementing Abstract Factory Pattern in C++.
9 Mar 2012   Updated: 9 Mar 2012   Rating: 3.65/5    Votes: 12   Popularity: 3.94
Licence: CPOL    Views: 76,618     Bookmarked: 17   Downloaded: 613
Please Sign up or sign in to vote.
Understanding and implementing the Command Pattern in C++.
10 Feb 2012   Updated: 25 Mar 2012   Rating: 4.72/5    Votes: 23   Popularity: 6.04
Licence: CPOL    Views: 216,214     Bookmarked: 39   Downloaded: 1,554
Please Sign up or sign in to vote.
This article presents the basics of Observer Pattern, when to use it and how to implement it in C++.
Javascript
12 Jul 2014   Updated: 23 Feb 2015   Rating: 4.96/5    Votes: 36   Popularity: 7.59
Licence: CPOL    Views: 168,180     Bookmarked: 73   Downloaded: 0
Please Sign up or sign in to vote.
A gentle introduction to backbone.js
SQL
3 Aug 2018   Updated: 3 Aug 2018   Rating: 4.47/5    Votes: 9   Popularity: 4.27
Licence: CPOL    Views: 29,397     Bookmarked: 13   Downloaded: 504
Please Sign up or sign in to vote.
This article introduces Dapper to absolute beginners.
XML
18 Sep 2018   Updated: 18 Sep 2018   Rating: 4.89/5    Votes: 2   Popularity: 1.47
Licence: CPOL    Views: 14,042     Bookmarked: 6   Downloaded: 179
Please Sign up or sign in to vote.
How to use dapper to read mutiple resultsets from database in a single database call
9 Feb 2015   Updated: 9 Feb 2015   Rating: 5.00/5    Votes: 27   Popularity: 6.99
Licence: CPOL    Views: 133,217     Bookmarked: 59   Downloaded: 1,182
Please Sign up or sign in to vote.
In this article, we will try to understand what is Factory Pattern, what are the benefits of this pattern and how we can implement this pattern using C#.
Security
14 Sep 2012   Updated: 9 Jan 2013   Rating: 4.87/5    Votes: 40   Popularity: 7.69
Licence: CPOL    Views: 122,136     Bookmarked: 96   Downloaded: 2,160
Please Sign up or sign in to vote.
This article talk about what SQL injection is, how can that effect the security of our websites and what steps should be taken to create an ASP.NET application SQL injection proof.
6 Apr 2013   Updated: 6 Apr 2013   Rating: 4.91/5    Votes: 40   Popularity: 7.87
Licence: CPOL    Views: 196,030     Bookmarked: 59   Downloaded: 2,399
Please Sign up or sign in to vote.
In this article we will try to see what is Cross Site Scripting(XSS).
15 Jul 2014   Updated: 16 Jul 2014   Rating: 4.87/5    Votes: 31   Popularity: 7.13
Licence: CPOL    Views: 125,588     Bookmarked: 54   Downloaded: 4,013
Please Sign up or sign in to vote.
In this article we will look into ASP.NET Identity System which comes as the default authentication and authorization mechanism with ASP.NET MVC 5 internet application template. We will try to understand the ASP.NET Identity system and compare it with the ASP.NET simple membership providor and the c
19 Jun 2013   Updated: 19 Jun 2013   Rating: 4.87/5    Votes: 33   Popularity: 7.40
Licence: CPOL    Views: 115,209     Bookmarked: 100   Downloaded: 2,351
Please Sign up or sign in to vote.
In this article we will discuss about securing the user passwords by using hashing and salting on the user passwords.
WCF
2 Apr 2013   Updated: 2 Apr 2013   Rating: 4.63/5    Votes: 4   Popularity: 2.79
Licence: CPOL    Views: 41,451     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
In this small tip, we will discuss about the various concurrency modes available in a WCF service.
Web Development
ASP.NET
9 Feb 2012   Updated: 9 Feb 2012   Rating: 4.94/5    Votes: 20   Popularity: 6.32
Licence: CPOL    Views: 99,850     Bookmarked: 47   Downloaded: 6,523
Please Sign up or sign in to vote.
YaBlogEngine is a Tiny Blog Engine written in ASP.NET/C#
17 Feb 2012   Updated: 17 Feb 2012   Rating: 4.77/5    Votes: 76   Popularity: 8.89
Licence: CPOL    Views: 487,761     Bookmarked: 130   Downloaded: 3,549
Please Sign up or sign in to vote.
A Beginner's Tutorial on ASP.NET State Management
17 Feb 2012   Updated: 17 Feb 2012   Rating: 4.76/5    Votes: 17   Popularity: 5.73
Licence: CPOL    Views: 68,984     Bookmarked: 27   Downloaded: 847
Please Sign up or sign in to vote.
A Beginner's Tutorial - Understanding ControlState in ASP.NET
21 Feb 2012   Updated: 21 Feb 2012   Rating: 4.77/5    Votes: 32   Popularity: 7.11
Licence: CPOL    Views: 381,349     Bookmarked: 56   Downloaded: 8,593
Please Sign up or sign in to vote.
Beginner's Tutorial on Master pages in ASP.NET
22 Feb 2012   Updated: 22 Feb 2012   Rating: 4.83/5    Votes: 32   Popularity: 7.07
Licence: CPOL    Views: 115,063     Bookmarked: 59   Downloaded: 1,727
Please Sign up or sign in to vote.
This article is a beginner's tutorial on ASP.NET caching mechanism.
22 Feb 2012   Updated: 22 Feb 2012   Rating: 4.78/5    Votes: 26   Popularity: 6.60
Licence: CPOL    Views: 185,156     Bookmarked: 42   Downloaded: 2,860
Please Sign up or sign in to vote.
This article aims at understanding the basic validation techniques and controls provided by ASP.NET framework.
23 Feb 2012   Updated: 23 Feb 2012   Rating: 4.65/5    Votes: 35   Popularity: 7.06
Licence: CPOL    Views: 199,598     Bookmarked: 78   Downloaded: 7,968
Please Sign up or sign in to vote.
How Globalization and Localization work in ASP.NET
23 Feb 2012   Updated: 23 Feb 2012   Rating: 4.58/5    Votes: 10   Popularity: 4.37
Licence: CPOL    Views: 69,359     Bookmarked: 18   Downloaded: 918
Please Sign up or sign in to vote.
This articles discusses various page navigation techniques available in ASP.NET.
25 Feb 2012   Updated: 27 Feb 2012   Rating: 4.75/5    Votes: 66   Popularity: 8.61
Licence: CPOL    Views: 424,062     Bookmarked: 128   Downloaded: 8,458
Please Sign up or sign in to vote.
This article aims at understanding the role of HTTPHandler and HTTPModule in ASP.NET applications.
28 Feb 2012   Updated: 26 Mar 2012   Rating: 4.81/5    Votes: 23   Popularity: 6.55
Licence: CPOL    Views: 164,364     Bookmarked: 44   Downloaded: 7,946
Please Sign up or sign in to vote.
This is a beginner's introduction to web parts in ASP.NET.
22 Mar 2012   Updated: 19 Apr 2012   Rating: 4.84/5    Votes: 20   Popularity: 6.07
Licence: CPOL    Views: 55,645     Bookmarked: 41   Downloaded: 2,921
Please Sign up or sign in to vote.
A simple e-mail like application using ASP.NET and C#.
28 Feb 2012   Updated: 10 Jun 2012   Rating: 4.83/5    Votes: 104   Popularity: 9.56
Licence: CPOL    Views: 569,301     Bookmarked: 142   Downloaded: 10,139
Please Sign up or sign in to vote.
Understanding the need for a web service, the benefits of having a web service and how we can create a basic web service and consume it.
5 Jul 2012   Updated: 5 Jul 2012   Rating: 4.77/5    Votes: 73   Popularity: 8.86
Licence: CPOL    Views: 407,176     Bookmarked: 130   Downloaded: 5,411
Please Sign up or sign in to vote.
In this article we will try to see what are the different ways we can manage sessions in an ASP.NET application. When should we use which techniques and what are the pros and cons of using each technique.
9 Jul 2012   Updated: 9 Jul 2012   Rating: 4.90/5    Votes: 12   Popularity: 5.29
Licence: CPOL    Views: 36,480     Bookmarked: 29   Downloaded: 635
Please Sign up or sign in to vote.
This article talks about ASP.NET themes. When do we need to have themes in our application. How can we implement themes and let the user change themes.
16 Jul 2012   Updated: 16 Jul 2012   Rating: 4.88/5    Votes: 17   Popularity: 5.88
Licence: CPOL    Views: 92,314     Bookmarked: 43   Downloaded: 655
Please Sign up or sign in to vote.
This article discuss the basics of cookies. The article talks about what are cookies, why are they required, how they can be implemented in ASP.NET and what could be the possible/probable problems while using Cookies.
16 Aug 2012   Updated: 16 Aug 2012   Rating: 4.97/5    Votes: 14   Popularity: 5.53
Licence: CPOL    Views: 142,277     Bookmarked: 25   Downloaded: 0
Please Sign up or sign in to vote.
This small article discusses the right way of handling the Connections in an ASP.NET application.
2 May 2012   Updated: 20 Aug 2012   Rating: 4.92/5    Votes: 51   Popularity: 8.32
Licence: CPOL    Views: 274,242     Bookmarked: 91   Downloaded: 8,525
Please Sign up or sign in to vote.
An introduction to ASP.NET dynamic data websites.
11 Jul 2012   Updated: 4 Sep 2012   Rating: 4.61/5    Votes: 14   Popularity: 5.28
Licence: CPOL    Views: 142,084     Bookmarked: 39   Downloaded: 3,602
Please Sign up or sign in to vote.
This article discusses the basic of User Profiles. Why do we need user profiles and how to implement user profiles in ASP.NET.
11 Sep 2012   Updated: 12 Sep 2012   Rating: 4.70/5    Votes: 36   Popularity: 7.25
Licence: CPOL    Views: 146,135     Bookmarked: 95   Downloaded: 1,509
Please Sign up or sign in to vote.
This article talks about the ASP.NET application life cycle and Page life cycle.
2 Oct 2012   Updated: 2 Oct 2012   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 90,023     Bookmarked: 20   Downloaded: 2,442
Please Sign up or sign in to vote.
This article talks about how we can render XML data in an ASP.NET application. We will see how this can be done using XSLT transformations.
10 Apr 2013   Updated: 10 Apr 2013   Rating: 4.87/5    Votes: 97   Popularity: 9.58
Licence: CPOL    Views: 517,003     Bookmarked: 139   Downloaded: 10,395
Please Sign up or sign in to vote.
In this article we will try to look at ASP.NET MVC architecture from a beginner's perspective.
11 Apr 2013   Updated: 11 Apr 2013   Rating: 4.90/5    Votes: 43   Popularity: 7.91
Licence: CPOL    Views: 203,523     Bookmarked: 73   Downloaded: 2,338
Please Sign up or sign in to vote.
In this article we will discuss about few important data transfer techniques in ASP.NET MVC application
15 Apr 2013   Updated: 15 Apr 2013   Rating: 4.89/5    Votes: 18   Popularity: 6.14
Licence: CPOL    Views: 156,227     Bookmarked: 36   Downloaded: 3,745
Please Sign up or sign in to vote.
In this article we will try to see how we can use DataAnnotations to perform validations of Model classes in an ASP.NET MVC application.
16 Apr 2013   Updated: 16 Apr 2013   Rating: 4.94/5    Votes: 28   Popularity: 7.06
Licence: CPOL    Views: 112,555     Bookmarked: 78   Downloaded: 3,300
Please Sign up or sign in to vote.
In this article we will talk about creating unit testable applications using ASP.NET MVC.
13 Aug 2012   Updated: 11 Nov 2013   Rating: 4.81/5    Votes: 83   Popularity: 9.15
Licence: CPOL    Views: 416,596     Bookmarked: 187   Downloaded: 27,674
Please Sign up or sign in to vote.
This article describes how to build ASP.NET applications using n-tier architecture.
4 Apr 2014   Updated: 6 Apr 2014   Rating: 4.98/5    Votes: 19   Popularity: 6.25
Licence: CPOL    Views: 57,400     Bookmarked: 28   Downloaded: 802
Please Sign up or sign in to vote.
In this article we will see how we can perform custom validations by using custom data annotations in ASP.NET MVC
9 Apr 2014   Updated: 10 Apr 2014   Rating: 4.90/5    Votes: 48   Popularity: 8.16
Licence: CPOL    Views: 218,995     Bookmarked: 70   Downloaded: 1,430
Please Sign up or sign in to vote.
In this article we will see how we can implement caching in an ASP.NET MVC application
7 May 2014   Updated: 13 May 2014   Rating: 4.84/5    Votes: 62   Popularity: 8.49
Licence: CPOL    Views: 263,725     Bookmarked: 111   Downloaded: 7,733
Please Sign up or sign in to vote.
In this article we will try understand the basics of Repository and Unit of Work Pattern and will also create small ASP.NET MVC sample application to implement a generic repository and unit of work class using entity framework.
25 May 2014   Updated: 26 May 2014   Rating: 4.80/5    Votes: 46   Popularity: 7.89
Licence: CPOL    Views: 257,033     Bookmarked: 55   Downloaded: 7,025
Please Sign up or sign in to vote.
In this article we will try to understand and implement Globalization and Localization in ASP.NET MVC.
13 Jun 2014   Updated: 13 Jun 2014   Rating: 5.00/5    Votes: 12   Popularity: 5.40
Licence: CPOL    Views: 43,583     Bookmarked: 32   Downloaded: 0
Please Sign up or sign in to vote.
In this article we will try to understand about ASP.NET MVC Routes. We will get to know the details about routes and try to see how we can implement route constraints.
17 Jun 2014   Updated: 17 Jun 2014   Rating: 4.74/5    Votes: 53   Popularity: 8.01
Licence: CPOL    Views: 286,719     Bookmarked: 64   Downloaded: 3,171
Please Sign up or sign in to vote.
In this article we will try to understand HTML helper methods. We will also see how we can implement custom HTML helpers.
12 Sep 2018   Updated: 12 Sep 2018   Rating: 4.81/5    Votes: 9   Popularity: 4.59
Licence: CPOL    Views: 12,101     Bookmarked: 19   Downloaded: 137
Please Sign up or sign in to vote.
In this article, we will try to understand the concept of middleware in ASP.NET core.
4 Oct 2018   Updated: 4 Oct 2018   Rating: 4.29/5    Votes: 9   Popularity: 4.09
Licence: CPOL    Views: 15,752     Bookmarked: 19   Downloaded: 183
Please Sign up or sign in to vote.
In this article we will look at how Dependency Injection works in ASP.NET Core.
21 Jun 2012   Updated: 21 Jun 2012   Rating: 4.87/5    Votes: 67   Popularity: 8.89
Licence: CPOL    Views: 297,265     Bookmarked: 114   Downloaded: 9,989
Please Sign up or sign in to vote.
Understanding and implementing ASP.NET custom Forms Authentication.
28 Nov 2013   Updated: 28 Nov 2013   Rating: 4.62/5    Votes: 40   Popularity: 7.13
Licence: CPOL    Views: 201,819     Bookmarked: 59   Downloaded: 0
Please Sign up or sign in to vote.
In this article we will look into ASP.NET Simple Membership Provider which comes as the default authentication and authorization mechanism with ASP.NET MVC 4 internet application
3 Dec 2013   Updated: 4 Dec 2013   Rating: 4.94/5    Votes: 28   Popularity: 7.06
Licence: CPOL    Views: 90,863     Bookmarked: 61   Downloaded: 0
Please Sign up or sign in to vote.
In this article we will discuss how to Design ASP.NET MVC Applications using SqlServer and Entity Framework
9 Apr 2013   Updated: 9 Apr 2013   Rating: 4.48/5    Votes: 8   Popularity: 4.04
Licence: CPOL    Views: 49,041     Bookmarked: 27   Downloaded: 2,328
Please Sign up or sign in to vote.
This article presents a very small scale blog engine developed using ASP.NET MVC, Entity Framework and SQLServer.
20 Jun 2012   Updated: 22 Jun 2012   Rating: 4.88/5    Votes: 14   Popularity: 5.59
Licence: CPOL    Views: 48,304     Bookmarked: 36   Downloaded: 907
Please Sign up or sign in to vote.
This article describes some reusable JavaScript functions that can be used to create the input fields which accept some specific type of data. It also provides functions to validate the data.
4 Jun 2012   Updated: 6 Jun 2012   Rating: 5.00/5    Votes: 13   Popularity: 5.57
Licence: CPOL    Views: 68,464     Bookmarked: 35   Downloaded: 925
Please Sign up or sign in to vote.
Understanding templated web user controls from a beginner's perspective.
7 Mar 2012   Updated: 7 Mar 2012   Rating: 4.77/5    Votes: 38   Popularity: 7.18
Licence: CPOL    Views: 209,868     Bookmarked: 97   Downloaded: 9,157
Please Sign up or sign in to vote.
How ASP.NET lets us create sites with an authentication and authorization mechanism in place and how we can use ASP.NET server controls to quickly and efficiently implement this.
25 Sep 2013   Updated: 26 Sep 2013   Rating: 4.84/5    Votes: 104   Popularity: 9.59
Licence: CPOL    Views: 613,926     Bookmarked: 185   Downloaded: 13,538
Please Sign up or sign in to vote.
In this article we will talk about the basics of ASP.NET Web API.
26 Dec 2013   Updated: 26 Dec 2013   Rating: 4.78/5    Votes: 22   Popularity: 6.12
Licence: CPOL    Views: 117,375     Bookmarked: 50   Downloaded: 3,189
Please Sign up or sign in to vote.
In this article we will look at the various ways of hosting ASP.NET WebApi.
6 Apr 2012   Updated: 6 Apr 2012   Rating: 4.79/5    Votes: 80   Popularity: 9.03
Licence: CPOL    Views: 425,114     Bookmarked: 175   Downloaded: 10,492
Please Sign up or sign in to vote.
A beginner's tutorial for understanding ADO.NET using a simple application.
4 Jan 2013   Updated: 4 Jan 2013   Rating: 4.80/5    Votes: 34   Popularity: 7.28
Licence: CPOL    Views: 152,269     Bookmarked: 61   Downloaded: 2,316
Please Sign up or sign in to vote.
This article is a beginner's tutorial for understanding what are transactions and how can transactions be implemented using .Net framework and ADO.NET for any ASP.NET web application or any other database driven application.
1 Jul 2012   Updated: 1 Jul 2012   Rating: 4.78/5    Votes: 63   Popularity: 8.35
Licence: CPOL    Views: 189,722     Bookmarked: 100   Downloaded: 1,430
Please Sign up or sign in to vote.
Understanding and Implementing IDisposable interface from a beginner's perspective.
9 Apr 2012   Updated: 9 Apr 2012   Rating: 4.74/5    Votes: 248   Popularity: 11.26
Licence: CPOL    Views: 975,763     Bookmarked: 375   Downloaded: 23,497
Please Sign up or sign in to vote.
An introduction to Entity Framework for absolute beginners.
6 Oct 2012   Updated: 6 Oct 2012   Rating: 4.70/5    Votes: 8   Popularity: 4.24
Licence: CPOL    Views: 34,311     Bookmarked: 33   Downloaded: 745
Please Sign up or sign in to vote.
This article talks about performing validations while using Entity framework. We will see how the Entities facilitate validations using partial methods.
3 Feb 2013   Updated: 3 Feb 2013   Rating: 4.71/5    Votes: 18   Popularity: 5.92
Licence: CPOL    Views: 52,126     Bookmarked: 57   Downloaded: 1,522
Please Sign up or sign in to vote.
In this article we will try to see how we can model tables having one to many and many to many relationships using Entity Framework.
12 Feb 2013   Updated: 12 Feb 2013   Rating: 4.94/5    Votes: 14   Popularity: 5.66
Licence: CPOL    Views: 59,733     Bookmarked: 34   Downloaded: 924
Please Sign up or sign in to vote.
This article discuss about implementing Table per Type inheritance hierarchy using Entity Framework.
13 Feb 2013   Updated: 13 Feb 2013   Rating: 4.89/5    Votes: 10   Popularity: 4.89
Licence: CPOL    Views: 33,810     Bookmarked: 20   Downloaded: 467
Please Sign up or sign in to vote.
This article talks about the Table per Hierarchy inheritance relationship using entity framework.
18 Nov 2013   Updated: 18 Nov 2013   Rating: 4.88/5    Votes: 52   Popularity: 8.20
Licence: CPOL    Views: 273,194     Bookmarked: 87   Downloaded: 8,468
Please Sign up or sign in to vote.
In this article we will discuss about entity framework code first approach.
18 Jun 2012   Updated: 13 Dec 2012   Rating: 4.77/5    Votes: 282   Popularity: 11.65
Licence: CPOL    Views: 1,182,943     Bookmarked: 578   Downloaded: 32,281
Please Sign up or sign in to vote.
We will try to see the basic concepts behind WCF and will try to implement a small WCF service.
21 Feb 2013   Updated: 22 Feb 2013   Rating: 4.78/5    Votes: 75   Popularity: 8.80
Licence: CPOL    Views: 503,523     Bookmarked: 129   Downloaded: 12,012
Please Sign up or sign in to vote.
In this article we will see how we can host a WCF service(IIS Hosting and Self Hosting).
1 Mar 2013   Updated: 1 Mar 2013   Rating: 4.88/5    Votes: 26   Popularity: 6.91
Licence: CPOL    Views: 80,703     Bookmarked: 44   Downloaded: 1,042
Please Sign up or sign in to vote.
This article discusses about exception handling in WCF services, FaultExceptions and introduces the FaultContract.
25 Mar 2013   Updated: 25 Mar 2013   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 20,590     Bookmarked: 17   Downloaded: 257
Please Sign up or sign in to vote.
This article talks about managing sequence of operations in a WCF service.
29 Mar 2013   Updated: 31 Mar 2013   Rating: 4.96/5    Votes: 15   Popularity: 5.83
Licence: CPOL    Views: 50,813     Bookmarked: 62   Downloaded: 1,063
Please Sign up or sign in to vote.
This article discusses the various message exchange patterns that the WCF service supports and how to call WCF operations asynchronously
1 Apr 2013   Updated: 1 Apr 2013   Rating: 4.90/5    Votes: 10   Popularity: 4.90
Licence: CPOL    Views: 43,060     Bookmarked: 48   Downloaded: 1,173
Please Sign up or sign in to vote.
This article discusses about the steps needed for creating transaction enabled WCF services.
12 Apr 2013   Updated: 12 Apr 2013   Rating: 4.90/5    Votes: 33   Popularity: 7.24
Licence: CPOL    Views: 135,026     Bookmarked: 75   Downloaded: 2,955
Please Sign up or sign in to vote.
In this article we will try to see what is Repository and Unit of Work Pattern in an ASP.NET MVC application.
2 Jul 2013   Updated: 8 Jul 2013   Rating: 4.92/5    Votes: 424   Popularity: 12.91
Licence: CPOL    Views: 777,068     Bookmarked: 493   Downloaded: 0
Please Sign up or sign in to vote.
In this article we will talk about the Dependency Inversion Principle, Inversion of Control and Dependency Injection.
14 Sep 2015   Updated: 14 Sep 2015   Rating: 4.41/5    Votes: 5   Popularity: 3.08
Licence: CPOL    Views: 20,975     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
For those who are still doing old school REST, a pointer in the direction of ODATA
10 Jan 2013   Updated: 14 Jan 2013   Rating: 4.96/5    Votes: 34   Popularity: 7.53
Licence: CPOL    Views: 123,635     Bookmarked: 77   Downloaded: 2,660
Please Sign up or sign in to vote.
How to use ASP.NET AJAX Framework to call the methods defined on server side and how to invoke and use a web service from JavaScript
11 Jun 2012   Updated: 14 Jan 2013   Rating: 4.75/5    Votes: 82   Popularity: 9.07
Licence: CPOL    Views: 347,166     Bookmarked: 162   Downloaded: 8,496
Please Sign up or sign in to vote.
Understanding ASP.NET AJAX server controls from a beginner's perspective
HTML
14 Apr 2013   Updated: 14 Apr 2013   Rating: 4.89/5    Votes: 82   Popularity: 9.30
Licence: CPOL    Views: 353,356     Bookmarked: 80   Downloaded: 7,925
Please Sign up or sign in to vote.
In this article we will try to see how we can use custom filters and attributes in an ASP.NET MVC application.
14 Jan 2014   Updated: 14 Jan 2014   Rating: 4.84/5    Votes: 61   Popularity: 8.57
Licence: CPOL    Views: 256,826     Bookmarked: 52   Downloaded: 2,675
Please Sign up or sign in to vote.
In this article we try to understand what is ASP.NET MVC Model Binding
15 Apr 2013   Updated: 24 Apr 2014   Rating: 4.93/5    Votes: 85   Popularity: 9.47
Licence: CPOL    Views: 627,026     Bookmarked: 148   Downloaded: 19,921
Please Sign up or sign in to vote.
In this we will discuss about implementing custom forms authentication in an ASP.NET MVC application.
16 Jul 2014   Updated: 23 Feb 2015   Rating: 5.00/5    Votes: 19   Popularity: 6.39
Licence: CPOL    Views: 57,822     Bookmarked: 14   Downloaded: 859
Please Sign up or sign in to vote.
Some more concepts related to backbone models
12 Jul 2014   Updated: 23 Feb 2015   Rating: 4.97/5    Votes: 26   Popularity: 6.86
Licence: CPOL    Views: 74,592     Bookmarked: 14   Downloaded: 1,271
Please Sign up or sign in to vote.
In this article, we will discuss the basics of backbone models.
17 Jul 2014   Updated: 23 Feb 2015   Rating: 4.78/5    Votes: 24   Popularity: 6.60
Licence: CPOL    Views: 88,304     Bookmarked: 20   Downloaded: 3,942
Please Sign up or sign in to vote.
How to perform CRUD operations on a backbone model using a REST based HTTP service
21 Jul 2014   Updated: 23 Feb 2015   Rating: 4.95/5    Votes: 23   Popularity: 6.75
Licence: CPOL    Views: 49,140     Bookmarked: 17   Downloaded: 636
Please Sign up or sign in to vote.
How to use backbone.js collections to manipulate a group of models and how to use restful API to easily fetch and save collections
29 Jul 2014   Updated: 23 Feb 2015   Rating: 4.90/5    Votes: 18   Popularity: 6.03
Licence: CPOL    Views: 74,926     Bookmarked: 14   Downloaded: 1,210
Please Sign up or sign in to vote.
In this article, we will try to look at the View classes in Backbone.js and see how view classes help us in updating the relevant parts of the application easily.
1 Aug 2014   Updated: 23 Feb 2015   Rating: 4.92/5    Votes: 16   Popularity: 5.79
Licence: CPOL    Views: 62,350     Bookmarked: 13   Downloaded: 1,397
Please Sign up or sign in to vote.
In this article, we will try to understand how routes can be useful in a large scale single page applications and how we can use routes to perform action based on requested URL.
23 Feb 2015   Updated: 23 Feb 2015   Rating: 4.96/5    Votes: 16   Popularity: 5.83
Licence: CPOL    Views: 37,550     Bookmarked: 4   Downloaded: 497
Please Sign up or sign in to vote.
In this article, we will look at events in Backbone.js.
5 Jul 2015   Updated: 5 Jul 2015   Rating: 4.84/5    Votes: 42   Popularity: 7.76
Licence: CPOL    Views: 36,882     Bookmarked: 28   Downloaded: 955
Please Sign up or sign in to vote.
Understanding the basic concept of directives in Angular - how directives are used in Angular and using some built in directives in Angular.
20 May 2015   Updated: 5 Jul 2015   Rating: 4.90/5    Votes: 89   Popularity: 9.45
Licence: CPOL    Views: 98,867     Bookmarked: 171   Downloaded: 1,752
Please Sign up or sign in to vote.
Basics of Angular.Js
27 May 2015   Updated: 5 Jul 2015   Rating: 4.80/5    Votes: 46   Popularity: 7.97
Licence: CPOL    Views: 59,233     Bookmarked: 43   Downloaded: 1,626
Please Sign up or sign in to vote.
Understanding and implementing modules and controller in Angular.js
7 Jul 2015   Updated: 7 Jul 2015   Rating: 4.81/5    Votes: 35   Popularity: 7.36
Licence: CPOL    Views: 30,428     Bookmarked: 20   Downloaded: 962
Please Sign up or sign in to vote.
Basic concepts of filters in Angular
9 Jul 2015   Updated: 9 Jul 2015   Rating: 4.98/5    Votes: 26   Popularity: 7.05
Licence: CPOL    Views: 36,510     Bookmarked: 33   Downloaded: 2,441
Please Sign up or sign in to vote.
In this article, we will discuss about the services in Angular.
15 Jul 2015   Updated: 15 Jul 2015   Rating: 4.93/5    Votes: 19   Popularity: 6.30
Licence: CPOL    Views: 41,901     Bookmarked: 25   Downloaded: 1,407
Please Sign up or sign in to vote.
How to build data entry forms with proper validation techniques in Angular
17 Jul 2015   Updated: 17 Jul 2015   Rating: 4.97/5    Votes: 27   Popularity: 7.11
Licence: CPOL    Views: 51,505     Bookmarked: 32   Downloaded: 1,718
Please Sign up or sign in to vote.
Routing in Angular and how we can create single page applications using Angular routing module
18 Dec 2013   Updated: 19 Dec 2013   Rating: 4.83/5    Votes: 28   Popularity: 6.99
Licence: CPOL    Views: 118,034     Bookmarked: 37   Downloaded: 5,493
Please Sign up or sign in to vote.
A discussion about backbone.js and marionette.js frameworks and how we can use them to create single page JavaScript applications

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.24

All Topics
14 Jul 2014   Updated: 16 Jul 2014   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 51,600     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
In this small tip, I will talk about toastr.js. A simple JavaScript library to create toast notifications for websites and single page applications.
Programming Languages
C#
22 Apr 2012   Updated: 23 Apr 2012   Rating: 4.13/5    Votes: 8   Popularity: 3.73
Licence: CPOL    Views: 23,571     Bookmarked: 8   Downloaded: 857
Please Sign up or sign in to vote.
Implementing a Rudimentary Count Based Trial Version Plugin for Windows Applications
Web Development
9 Mar 2012   Updated: 9 Mar 2012   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 16,250     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
How to prevent Leeching of resources like images and documents from our website
ASP.NET
19 Apr 2012   Updated: 19 Apr 2012   Rating: 2.11/5    Votes: 10   Popularity: 2.11
Licence: CPOL    Views: 65,398     Bookmarked: 7   Downloaded: 1,482
Please Sign up or sign in to vote.
A simple Windows Form like message box for ASP.NET applications
5 Mar 2012   Updated: 7 Mar 2012   Rating: 4.94/5    Votes: 11   Popularity: 5.14
Licence: CPOL    Views: 45,445     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
How to Solve Image Refresh problem associated with Image control in ASP.NET

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Architect
India India

I Started my Programming career with C++. Later got a chance to develop Windows Form applications using C#. Currently using C#, ASP.NET & ASP.NET MVC to create Information Systems, e-commerce/e-governance Portals and Data driven websites.

My interests involves Programming, Website development and Learning/Teaching subjects related to Computer Science/Information Systems. IMO, C# is the best programming language and I love working with C# and other Microsoft Technologies.

  • Microsoft Certified Technology Specialist (MCTS): Web Applications Development with Microsoft .NET Framework 4
  • Microsoft Certified Technology Specialist (MCTS): Accessing Data with Microsoft .NET Framework 4
  • Microsoft Certified Technology Specialist (MCTS): Windows Communication Foundation Development with Microsoft .NET Framework 4

If you like my articles, please visit my website for more: www.rahulrajatsingh.com[^]

  • Microsoft MVP 2015