Latest posts on "ADO-NET"

How to overwite the properties in partial class using asp.net?

9 August 2016

We can use metadata to add functionality to entities by adding properties in a metadata class with attributes that we can affect the behavior of entities implemented with partial class called metadata classes.

What is caching in dataset and how to implement in asp.net c#?

7 May 2016

Caching is a technique to store the data in memory using dataset object. It improves scalability and performance to the web application. Below example we will be implementing the caching technique.

How to calling a store procedure with output parameters in ASP.Net c#?

5 May 2016

In this article we will discuss, How to calling a store procedure with output parameters in ASP.Net c#. Write a store procedure with output parameter for employeeId with based on the employee table. The main thing is that to set EmployeeId marked as identity column.

Page 1 of 2