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

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

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

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

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

In this article i have explained about what is common language runtime and its role model in dot.net framework.