This article introduces Dapper to absolute beginners. The article is meant for developers who are primarily using ADO.NET to write their data access layers. Many experienced developers will find this article very basic but since the article is written from the perspective of beginners, I’ve tried to keep things simple. Continue reading
ado.net
An Introduction to Entity Framework for Absolute Beginners
This article introduces Entity Framework to absolute beginners. The article is meant for developers who are primarily using ADO.NET to write their data access layers. Many experienced developers will find this article very basic but since the article is written from the perspective of beginners, I’ve tried to keep things simple. Continue reading
A Beginner’s Tutorial for Understanding ADO.NET
This article aims at understanding the various concepts and classes available for data access in ADO.NET. This article is meant for absolute beginners and discusses various techniques of data access using ADO.NET. Continue reading
Understanding SQL Injection and Creating SQL Injection Proof ASP.NET Applications
This article talk about what SQL
injection is, how can that effect the security of our websites and what steps should be taken to create an ASP.NET
application SQL
injection proof. Continue reading
ASP.NET – How To Use(Open/Close) Connections Correctly
This small article discusses the right way of handling the Connections in an ASP.NET application. Continue reading