.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

Creating pivot table in excel using Microsoft.Office.Interop.Excel MVC 5 C#

Hi friends today am going to show how to create pivot table in excel sheet using c#. I got the requirement but no clear code is found for the same in the internet. So I would like to post the article with clear c# code. Hope it will be useful for those who is looking for pivot table creation using c#.

Creating login page in asp.net mvc 4

In this article we are going to discuss how to create a sample login page using asp.net mvc 4 template. This will be useful for the beginners who are very new to mvc applications. We will see step by step procedure for creating the mvc 4 sample application in visual studio 2013.

How to change themes dynamically in asp.net

In this article we are going to learn how to change themes dynamically in asp.net at runtime using the dropdownlist. Based on the user selection of themes in dropdownlist that particular selected theme is applied.

How to use transaction concept in c#

In this article am going to explain what is transaction and how to implement it with an example of banking transaction concept. In this example I used windows application with access database for storing bank account numbers and balance in that accounts.

How to use static keyword in C# with examples

In this article, I am going to explain the static keyword concept with examples. It covers static variable, static method, static constructor and static class. I have explained how to access static variables and static methods with in a static class.

How to create and consume webservice

In this article am going to explain how to create a webservice using visual studio 2010 and how to consume the created webservice with in the client application. There might be some other articles too, but I explained clearly step by step which will be use full for beginners to understand easily.

Important differences in .net programming for beginners

In this article am going to list out the important differences in .net programming. Like dispose and finalize, constructor and destructor, abstract class and interface, string and stringbuilder, virtual method and abstract method, encapsulation and abstraction etc.

Dot net interview question and answers

Here i would like to share my interview experience which i had with the company Impelsys at banglore.They called for 3+ years experienced, and most of the questions were on oops concepts. In this article i posted questions asked by them and my answers for it.

.net interview questions for 3+ years experience

hi i attended few interviews on Microsoft Technologies like asp.net,c#.net,ado.net and sql server. I would like to share all at one place. The questions which i faced, asked by different organizations for 3+ years experience on .net.

Accenture .net interview questions

Hi this is sridhar. I have attended recently an interview in Accenture, the position was for WCF(primary skill). I would like to share my experience which may be use full for those who attend interviews.

Submit Your Article