.NET Resources - Articles, Blogs, Tools, Book Reviews and more...

You can find valuable .NET resources including Articles, Software tools, book reviews, blogs, links to good articles and much more.



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

Step by Step AngularJS series - Part-2

This AngularJS article is a part of Step by Step AngularJS series. In these days, JavaScript framework are on the top. I was trying to dig my head into AngularJS an awesome JavaScript framework.

Step by Step AngularJS series - Part-I

This is a first part of Step-by-Step AngularJS series. In this series, we will discuss and learn AngularJS as per our ease. In this series we will start with very basics and gradually go with few complex code/examples.

Linq: Discussing Deferred and Immediate Query Execution

These days Linq is getting more fame, I like and recommend it as a developer. In this shorp discussion, I am not going to explain Linq. So, Linq is having different approches to write queries, but having two different behaviors of query execution, i.e. Deferred and Immediate execution. In this short discussion, we will discuss this with a simple code example.

Ref – Out of C#

In this short video tutorial Gaurav Kumar Arora is going to demonstrate Ref – Out of C# with an example

Microsoft released Vorlon.js as an OpenSource

Microsoft released Vorlon.js as an OpenSource, which aims to help developers remotely test and debug JavaScript code. A very good step by Microsot guys, I am really a big fan of open source projects. Microsoft released Vorlon.js as an OpenSource, which aims to help developers remotely test and debug JavaScript code. A very good step by Microsot guys, I am really a big fan of open source projects

Microsoft Azure now free for Student developers

A good news for student developers that now they can use Microsoft Azure free/ absolutely free.Recently, Microsoft Azure for DreamSpark gets them started with the services they need to develop in the cloud at no cost.

How to create Excel spreadsheet on the fly using C#?

In this code snippet, we will see how we can create Microsoft Excel spreadsheet / worksheet using C#. In this code we will generate the sheet on the fly. There are lot of freeware/opensources available to do this work but in our code snippet we will use spire.xls

Test Driven Development- practicising with The word wrap Kata

In these days Test driven development is growing and TDD Katas is a best way to learn this approach. In this code-snippet, we will see a famous kata called word wrap kata. Firstly, we will check the problem Secondly, we will divide the problem in step(s) Finally, we will write code

Using Gist to make your snippet more powerful

In this whole article I am explaining how Gist which are GitHub repositories, are make our snippet more powerful and formatted. At the end of this article I will show how to create the one with live example.

How to configure Git in Windows?

This article is explaining whole process to setup/configure Git, using for web repository called GitHub.Through-out this article I will explain the step-by-step walthrough - GitHub.

Submit Your Article