Click here to Skip to main content
15,884,176 members

Articles by Gaurav Aroraa (Articles: 8, Technical Blogs: 19, Tip/Tricks: 3)

Articles: 8, Technical Blogs: 19, Tip/Tricks: 3

RSS Feed

Average article rating: 4.76

Web Development
ASP.NET
13 Mar 2015   Updated: 13 Mar 2015   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 19,420     Bookmarked: 6   Downloaded: 176
Please Sign up or sign in to vote.
Introduction In these days RAD (Rapid Application Development) is growing at its large. There are numerous framework available to develop Web Applications or Web Projects. We can use either ASP.Net or ASP.Net MVC from Microsoft or any other framework. Although, NancyFx is having its own support for
8 Sep 2015   Updated: 8 Sep 2015   Rating: 4.27/5    Votes: 6   Popularity: 3.32
Licence: CPOL    Views: 36,335     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we will discuss about ASP.NET WebHook-Preview.
25 Oct 2014   Updated: 25 Oct 2014   Rating: 4.20/5    Votes: 6   Popularity: 3.27
Licence: CPOL    Views: 41,790     Bookmarked: 19   Downloaded: 0
Please Sign up or sign in to vote.
Steps to learning AngularJS
HTML
6 Oct 2014   Updated: 6 Oct 2014   Rating: 4.89/5    Votes: 24   Popularity: 6.74
Licence: CPOL    Views: 164,109     Bookmarked: 48   Downloaded: 5,594
Please Sign up or sign in to vote.
In this article, we will learn how to consume ASP.NET WEB API hosted on another server (as a REST services only) using ASP.NET MVC4 (as a client) with RESTSHARP.
16 Oct 2014   Updated: 16 Oct 2014   Rating: 5.00/5    Votes: 10   Popularity: 4.77
Licence: CPOL    Views: 71,997     Bookmarked: 22   Downloaded: 675
Please Sign up or sign in to vote.
In this step-by-step article, we will discuss all about CRUD (Create Read Update Delete) operations with Web API using Repository pattern.
26 Mar 2015   Updated: 26 Mar 2015   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 51,388     Bookmarked: 6   Downloaded: 3
Please Sign up or sign in to vote.
In this article, we will discuss basics of Azure API Management to manage our Web API.
14 Mar 2015   Updated: 14 Mar 2015   Rating: 4.69/5    Votes: 9   Popularity: 4.48
Licence: CPOL    Views: 78,252     Bookmarked: 18   Downloaded: 272
Please Sign up or sign in to vote.
In this article, we will discuss all about TDD Katas and how we can get hands-on with Test Driven Development (TDD).
Node.js
10 Apr 2015   Updated: 10 Apr 2015   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: MIT    Views: 31,173     Bookmarked: 12   Downloaded: 226
Please Sign up or sign in to vote.
In this article, we will discuss how to create npm packages/modules

Average blogs rating: 4.65

Desktop Programming
MFC
16 Oct 2014   Updated: 16 Oct 2014   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 12,563     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
In our previous posts we learned ‘What is S.O.L.I.D. Programming Principles and a detailed explanation with code of Single Responsibility Principle, Open/closed Principle, Liskov Substitution Principle and Interface Segregation Principle.
16 Oct 2014   Updated: 16 Oct 2014   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 8,430     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
History: In our previous posts we learned ‘What is S.O.L.I.D. Programing Principles’ and a detailed explanation with code of Single Responsibility Principle and Open/closed Principle. S.O.L.I.D. is an acronym introduced by Michael Feathers as: 1.
jQuery
26 Oct 2014   Updated: 26 Oct 2014   Rating: 4.67/5    Votes: 5   Popularity: 3.26
Licence: CPOL    Views: 8,520     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
What is JQuery.noConflict?
Programming Languages
C#
22 Nov 2015   Updated: 22 Nov 2015   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,110     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Liskov substitution principle [Part – IV]
26 Oct 2014   Updated: 26 Oct 2014   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 11,710     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
How to define Func in C#
16 Oct 2014   Updated: 16 Oct 2014   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 11,437     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
In our previous posts we learned ‘What is S.O.L.I.D. Programming Principles and a detailed explanation with code of Single Responsibility Principle, Open/closed Principle and Liskov Substitution Principle.
26 Oct 2014   Updated: 26 Oct 2014   Rating: 4.14/5    Votes: 6   Popularity: 3.22
Licence: CPOL    Views: 14,840     Bookmarked: 18   Downloaded: 0
Please Sign up or sign in to vote.
Single Responsibility Principle (Part II)
26 Oct 2014   Updated: 26 Oct 2014   Rating: 4.80/5    Votes: 15   Popularity: 5.18
Licence: CPOL    Views: 30,342     Bookmarked: 34   Downloaded: 0
Please Sign up or sign in to vote.
Earlier, I was thinking that learning of Object Oriented Programming (OOPs) is enough to write robust, scalable and re-usable application/program.
16 Oct 2014   Updated: 16 Oct 2014   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 18,712     Bookmarked: 16   Downloaded: 0
Please Sign up or sign in to vote.
Covariance and contravariance in C# 4.0
12 Aug 2015   Updated: 12 Aug 2015   Rating: 3.43/5    Votes: 18   Popularity: 4.31
Licence: CPOL    Views: 33,534     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
IsNullOrEmpty for Generic Collections in C#
C# 3.5
25 Oct 2014   Updated: 25 Oct 2014   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 12,280     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Open closed principle
20 Aug 2015   Updated: 20 Aug 2015   Rating: 4.22/5    Votes: 4   Popularity: 2.54
Licence: CPOL    Views: 14,951     Bookmarked: 3   Downloaded: 26
Please Sign up or sign in to vote.
Writing simple odd even Kata in C#
C# 5.0
13 Aug 2015   Updated: 13 Aug 2015   Rating: 4.33/5    Votes: 2   Popularity: 1.30
Licence: CPOL    Views: 5,030     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
NHibernate threw an error when used Reserved SQLserver kerywords with in mappings, queries, etc.
12 Aug 2015   Updated: 12 Aug 2015   Rating: 4.91/5    Votes: 10   Popularity: 4.68
Licence: CPOL    Views: 13,182     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
How to Serialize/Deserialize objects programatically?
9 Aug 2015   Updated: 9 Aug 2015   Rating: 3.80/5    Votes: 5   Popularity: 2.66
Licence: CPOL    Views: 44,183     Bookmarked: 10   Downloaded: 58
Please Sign up or sign in to vote.
The SOLID programming principles are not new, unfortunately I wasn’t aware of these principles. In this article, we will discuss all five principles and use a code to work with these principles.
SQL
12 Aug 2015   Updated: 12 Aug 2015   Rating: 4.94/5    Votes: 13   Popularity: 5.51
Licence: CPOL    Views: 13,900     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
SQL Like Functionality in LINQ?
Security
24 Dec 2015   Updated: 24 Dec 2015   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 11,682     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Discussing Web API2 Route constraints
Web Development
ASP.NET
25 Mar 2015   Updated: 25 Mar 2015   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 13,823     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we will discuss all about how to consume ASP.NET WEB API using RestSharp for Windows Phone.
HTML
12 Aug 2015   Updated: 12 Aug 2015   Rating: 4.50/5    Votes: 3   Popularity: 2.15
Licence: CPOL    Views: 21,823     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Calling an API using RestSharp in ASP.NET

Average tips rating: 4.26

Visual Studio
Visual Studio 2013
9 Apr 2015   Updated: 9 Apr 2015   Rating: 3.50/5    Votes: 5   Popularity: 2.45
Licence: CPOL    Views: 32,161     Bookmarked: 14   Downloaded: 558
Please Sign up or sign in to vote.
This article is discussing about great release of Nodejs tools for Visual Studio.
Web Development
HTML
1 May 2015   Updated: 1 May 2015   Rating: 4.74/5    Votes: 8   Popularity: 4.28
Licence: CPOL    Views: 75,294     Bookmarked: 9   Downloaded: 221
Please Sign up or sign in to vote.
This tip is about how to show nested data with header and its details by Angular JS
25 Mar 2015   Updated: 25 Mar 2015   Rating: 4.56/5    Votes: 5   Popularity: 3.18
Licence: CPOL    Views: 24,453     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
In this tip, we will create a small utility using C# which tells us whether our API server is up or down.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Chief Technology Officer
India India
Learning never ends.