Click here to Skip to main content
15,886,830 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: 25,835     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: 10,031     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: 8,491     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: 14,612     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: 63,573     Bookmarked: 11   Downloaded: 1,870
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: 41,412     Bookmarked: 26   Downloaded: 6,914
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: 37,970     Bookmarked: 27   Downloaded: 232
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: 45,404     Bookmarked: 23   Downloaded: 349
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: 33,572     Bookmarked: 33   Downloaded: 564
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: 620,529     Bookmarked: 163   Downloaded: 24,619
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: 151,442     Bookmarked: 77   Downloaded: 5,479
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: 45,753     Bookmarked: 17   Downloaded: 1,078
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: 94,438     Bookmarked: 41   Downloaded: 1,471
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: 224,448     Bookmarked: 59   Downloaded: 2,707
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: 81,560     Bookmarked: 59   Downloaded: 1,369
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: 80,405     Bookmarked: 22   Downloaded: 674
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: 174,338     Bookmarked: 69   Downloaded: 1,336
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: 127,718     Bookmarked: 51   Downloaded: 1,136
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: 241,637     Bookmarked: 80   Downloaded: 2,768
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: 61,660     Bookmarked: 19   Downloaded: 431
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: 133,445     Bookmarked: 53   Downloaded: 2,765
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: 129,225     Bookmarked: 66   Downloaded: 1,734
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: 53,882     Bookmarked: 49   Downloaded: 495
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: 87,957     Bookmarked: 44   Downloaded: 595
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: 23,550     Bookmarked: 36   Downloaded: 229
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: 14,551     Bookmarked: 7   Downloaded: 96
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: 18,531     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: 11,293     Bookmarked: 9   Downloaded: 75
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: 11,580     Bookmarked: 11   Downloaded: 85
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: 36,624     Bookmarked: 24   Downloaded: 2,163
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: 100,602     Bookmarked: 57   Downloaded: 763
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: 115,117     Bookmarked: 37   Downloaded: 495
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: 140,525     Bookmarked: 60   Downloaded: 580
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: 128,929     Bookmarked: 41   Downloaded: 810
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: 511,047     Bookmarked: 147   Downloaded: 1,827
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: 87,235     Bookmarked: 143   Downloaded: 859
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: 206,109     Bookmarked: 111   Downloaded: 5,554
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: 49,706     Bookmarked: 38   Downloaded: 304
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: 179,098     Bookmarked: 140   Downloaded: 769
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: 156,821     Bookmarked: 53   Downloaded: 1,618
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: 95,590     Bookmarked: 12   Downloaded: 1,025
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: 80,048     Bookmarked: 17   Downloaded: 619
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: 224,258     Bookmarked: 39   Downloaded: 1,568
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: 171,260     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: 32,457     Bookmarked: 13   Downloaded: 525
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: 16,164     Bookmarked: 6   Downloaded: 187
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: 139,063     Bookmarked: 59   Downloaded: 1,185
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: 134,037     Bookmarked: 96   Downloaded: 2,166
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: 203,971     Bookmarked: 59   Downloaded: 2,406
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: 129,559     Bookmarked: 55   Downloaded: 4,016
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: 123,711     Bookmarked: 101   Downloaded: 2,360
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: 42,161     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: 108,362     Bookmarked: 47   Downloaded: 6,529
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: 503,639     Bookmarked: 130   Downloaded: 3,551
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: 71,044     Bookmarked: 27   Downloaded: 848
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: 387,851     Bookmarked: 57   Downloaded: 8,620
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: 118,643     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: 189,397     Bookmarked: 42   Downloaded: 2,861
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: 205,390     Bookmarked: 78   Downloaded: 7,985
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: 71,830     Bookmarked: 18   Downloaded: 921
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: 431,685     Bookmarked: 128   Downloaded: 8,473
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: 168,244     Bookmarked: 44   Downloaded: 7,961
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: 58,167     Bookmarked: 41   Downloaded: 2,929
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: 105   Popularity: 9.58
Licence: CPOL    Views: 583,303     Bookmarked: 143   Downloaded: 10,144
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: 424,649     Bookmarked: 130   Downloaded: 5,415
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: 38,213     Bookmarked: 29   Downloaded: 637
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: 100,984     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: 147,610     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: 286,645     Bookmarked: 91   Downloaded: 8,538
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: 146,886     Bookmarked: 39   Downloaded: 3,608
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: 150,508     Bookmarked: 95   Downloaded: 1,514
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: 92,753     Bookmarked: 20   Downloaded: 2,464
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: 525,262     Bookmarked: 139   Downloaded: 10,396
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: 207,124     Bookmarked: 73   Downloaded: 2,339
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: 158,697     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: 116,715     Bookmarked: 78   Downloaded: 3,308
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: 432,738     Bookmarked: 187   Downloaded: 27,739
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: 58,980     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: 227,747     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: 274,371     Bookmarked: 111   Downloaded: 7,769
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: 263,917     Bookmarked: 55   Downloaded: 7,047
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: 45,786     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: 292,505     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: 13,691     Bookmarked: 19   Downloaded: 139
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: 16,612     Bookmarked: 19   Downloaded: 187
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: 329,926     Bookmarked: 114   Downloaded: 10,004
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: 206,621     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: 93,953     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: 51,641     Bookmarked: 27   Downloaded: 2,331
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: 50,075     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: 77,494     Bookmarked: 35   Downloaded: 927
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: 216,970     Bookmarked: 97   Downloaded: 9,165
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: 623,618     Bookmarked: 184   Downloaded: 13,544
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: 120,169     Bookmarked: 50   Downloaded: 3,212
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: 433,905     Bookmarked: 175   Downloaded: 10,506
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: 154,719     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: 195,012     Bookmarked: 100   Downloaded: 1,443
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: 1,006,122     Bookmarked: 375   Downloaded: 23,503
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: 35,372     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: 53,786     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: 62,036     Bookmarked: 34   Downloaded: 925
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: 34,940     Bookmarked: 20   Downloaded: 468
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: 277,374     Bookmarked: 87   Downloaded: 8,469
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,214,404     Bookmarked: 578   Downloaded: 32,293
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: 510,584     Bookmarked: 129   Downloaded: 12,027
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: 82,993     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: 21,740     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: 52,153     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: 44,390     Bookmarked: 48   Downloaded: 1,174
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: 139,267     Bookmarked: 75   Downloaded: 2,958
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: 833,437     Bookmarked: 492   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: 23,915     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: 127,525     Bookmarked: 77   Downloaded: 2,664
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: 353,678     Bookmarked: 163   Downloaded: 8,502
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: 358,936     Bookmarked: 80   Downloaded: 7,929
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: 262,936     Bookmarked: 52   Downloaded: 2,677
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: 640,284     Bookmarked: 148   Downloaded: 19,938
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: 60,302     Bookmarked: 14   Downloaded: 861
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: 76,352     Bookmarked: 14   Downloaded: 1,274
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: 89,794     Bookmarked: 20   Downloaded: 3,944
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: 51,200     Bookmarked: 17   Downloaded: 637
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: 77,236     Bookmarked: 14   Downloaded: 1,211
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: 63,980     Bookmarked: 13   Downloaded: 1,398
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: 39,321     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: 39,163     Bookmarked: 28   Downloaded: 956
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: 103,118     Bookmarked: 171   Downloaded: 1,755
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: 61,493     Bookmarked: 43   Downloaded: 1,628
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: 32,221     Bookmarked: 20   Downloaded: 963
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: 38,381     Bookmarked: 33   Downloaded: 2,443
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: 44,621     Bookmarked: 25   Downloaded: 1,408
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: 54,696     Bookmarked: 32   Downloaded: 1,723
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: 120,974     Bookmarked: 37   Downloaded: 5,498
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: 53,493     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: 24,831     Bookmarked: 8   Downloaded: 862
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: 17,040     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: 68,279     Bookmarked: 7   Downloaded: 1,491
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: 47,645     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