My .Net Articles



Here is my latest blog which explains about and Microsoft Azure and Open Source

My .Net related Articles 

My main hobby is to write article and share knowledge and ideas with others.As a result I have written more than 80 Articles at C-SharpCorner , Microsoft TechnNet and at Code Project .Lets see one by one here.
In my previous article Draw ASP.NET Bar Chart Using HTML5 and jQuery I explained how to create a simple Web Bar Chart using HTML5 and jQuery. This article shows how to draw our own Chart's like.
  1. Line Chart
  2. Bar Chart
  3. Line & Bar Chart
  4. Pie Chart
  5. Donut Chart
  6. Bubble Chart
This article will explain in detail how to create an Online Mind Reader quiz game using Angular JS and a WCF Rest Service.This is one my most favorite article.
In this article we will see how to use an AngularJs Filter, AngularJs Sort, AngularJs Animation, Image Mouse Over and Mouse Out Event using MVC and using  WCF Rest Service
This article shows how to create a Master and Detail Grid using AngularJS and WCF. In this article we will see:
  1. How to create a WCF Rest service and retrieve data from the database.
  2. How to install an AngularJS Package in our MVC application.
  3. How to create our AngularJS application to create our own Master Detail Grid.
  4. How to use a WCS service in AngularJS and bind the data of both a Master and Detail to our MVC View.
The main purpose of this article is to explain how to create simple Excel and Microsoft Word Add-Ins using Visual Studio Tools for Office (VSTO). VSTO is available as an add-in tool with Microsoft Visual Studio. Using Visual Studio we can develop our own custom controls for Office tools like Excel, Word and and so on.
The main purpose of this article is to explain how to create simple Excel and Microsoft Word Add-Ins using Visual Studio Tools for Office (VSTO). VSTO is available as an add-in tool with Microsoft Visual Studio. Using Visual Studio we can develop our own custom controls for Office tools like Excel, Word and and so on.
I can say this is one of my best article here i have developed a program to design your own form at run time.
 Windows Form Design at Run Time will allow users to Design Form at Run Time, Save the Form ,Open and reuse the existing Form. User can add controls at Runtime from the Toolbar, Design there Form, Write there code for controls to perform some Action. Now for Example user can add a DataGridView and a Button Control at Run time.
For a long time I have been planning to develop a web-based painting tool. I have developed a painting tool as a Windows application. But using ASP.NET I find it more difficult to develop a web-based painting tool. Finally using the HTML 5 CANVAS I have developed a simple web-based Painting tool. HTML 5 has made my work much easier. It's really fun to work with HTML 5.
 There are many explanations that we can find in internet about C# OOP, but here in my article I will give a very simple example. In this article, I will use a “House (like the houses we live in) “as a real-time example for easy understanding of OOP Concept in C#.
In this article i have explained about basic SQL queries for the Beginners.
Few days before one of codeproject member asked a question on how to create a Nested or Master Detail or Hierarchical DataGridView for winforms. I started searching in Google but badly I didn’t get any result for nested DataGridView .I started working on creating a Nested DataGridView sample program which should be useful to all. As a result I have created a Nested DataGridView and you can find the source code from this article. My aim is to create a simple and easy program for users. User can download the code and can customize depend on their requirement.
In this article I will explain how to communicate with PLC (Programmable Logic Controller). I started my PLC communication program using .NET from 2007.

.In one of my projects, I had a chance to create an Atlas Copco PowerFocus (3000/4000) Nutrunner Tools communication using C# socket programming. The main aim of this article is, when I start the Nutrunner tool communication program it was like a blank page. I don’t have an idea of how to complete the task; I was googling for 2 or 3 days but couldn’t find a sample code to communicate with Nutrunner tools using C#. Finally I got a solution using an Open protocol.

 I thought to create a simple ASP.Net Application with Login and Main Page which has simple CRUD operations /Search result/ JavaScript validation/Stored Procedure using N-Tire Architecture.

In this article I will explain about how to create a Helper Class for DataGridView in Winform Application. In one of my web project I want to create the datagridview Dynamically at runtime. When i start my project I was looking for a Helper Class for DataGridView and used Google for get one Helper Class. But i couldn’t found any helper class for DataGridView. So I plan to create a Helper Class for DataGridView. As a result I have created a helper class for DataGridView. I want to share my helper class with others so that they can use my class in there project and make a code simple and easy

.The main aim of this article is to create a simple Pareto Chart Control .There is few Third party Pareto charts available and also pareto chart can be made using MS Chart controls.My aim is to creata a simple pareto Chart User control.As a result ,Yes i have created a Pareto Chart user control using C#.Net.First we start with what is Pareto chart.In my pareto Chart control user can add X-axis Plot data from minimum 3 Plot data to maximum 10 Plot Data.This can be changed as per your requirement from my source code.With little source code modification you can also change to Line Chart ,Histogram Chart and Bar Chart.