Onlinebuff : Tutorials on DOT.NET
There are 5 listed articles in DOT.NET Interview Questions

What is an IL Code, JIT, CLR, CLS, CTS, Managed and Unmanaged code
- Gurunatha Dogi
- Jan 28th, 2015
- 50689
- 1
This article which speaks about basic but important topics related to .NET. These topics are frequently asked in interviews especially to freshers that is IL code, CLR, CTS, CLS, JIT, Managed and Unmanaged code.

Step by Step to use Stored Procedures in Asp.Net C# with example
- Gurunatha Dogi
- Jul 1st, 2014
- 124537
- 13
In this blog post we will see step by step of implementing and using stored procedures in asp.net c#. We will also demonstrate a use of types of paramters (input, output and return) in asp.net c# code.

Step by step 3 tier architecture in asp.net using c# example
- Gurunatha Dogi
- May 22nd, 2014
- 285220
- 42
In this tutorial post we will demonstrate how to create 3 tier architecture using asp.net c#. Three tier architecture means dividing our project into three layers that is presentation layer (UI layer), Business Layer (Logic code layer) and datalayer (Laye

Step By Step Select, Insert, Update and Delete using ASP.NET C# and ADO.NET
- Gurunatha Dogi
- Sep 17th, 2013
- 392371
- 55
In this article we have explained you step by step insert, update, select and delete using asp.net c-sharp and ado.net. This article is useful for beginners who want to start up with the asp.net programming and also understanding the various concepts and

Roles of Common Language Runtime in Dot.Net Framework
- Gurunatha Dogi
- Apr 18th, 2013
- 75043
- 7
In this article i have explained about what is common language runtime and its role model in dot.net framework.