How can I create a data access layer in ASP.NET?

Asked by Last Modified  

1 Answer

Learn .Net

Follow 3
Answer

Please enter your answer

Full Stack .Net Developer Training with LIVE Projects

Hi Pranav, There are two ways to create a data access layer in ASP.Net 1. The first approach is to create a class library and write you connection open, close and command execution code in that class library. Compile and Build your class library and then Add the .dll file of your class library...
read more
Hi Pranav, There are two ways to create a data access layer in ASP.Net 1. The first approach is to create a class library and write you connection open, close and command execution code in that class library. Compile and Build your class library and then Add the .dll file of your class library to the ASP.Net project folder. All you need to do to use the functions written in class library is to add the namespace on your page. Remember your free to have class library in VB and ASP.Net Site in C# or vice versa and .Net Framework's MSIL would come to your rescue or you can have both of them in same language. 2. The second method is to add a class file to App_Code project and create classes and write functions you need for data access in that class file. I hope it helps. read less
Comments

Related Questions

what time(period) will take to learn/speaking english
It depends on you.The more you communicate with others in english the fast u can learn
Himanshi
0 0
6
Why we are using store procedure?
Stored Procedures are used to perform a task Advantages: Modularity and Reusability Stored procedures simplify database development programming
BODA S.
What is .Net Ajax?
With the Help of JavaScript sending/Receiving Multiple Data to/from the server using XML(its a DataLayer transfered using HTTP protocals) instead of sending entire pages , thats why it is called Asynchronous Javascript And Xml(AJAX).
Aadarsh
What is dot net MVC?
It is a design pattern. .NET MVC is a successful template above asp.net framework. .NET MVC is used to develop web applications from the scratch
Tina
What is xamarin, how it useful in C# coders?
It is nothing but MONO for Andriod With the support Xamarin we can develop mobile application
Suresh

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Difference between App services,Cloud Service and Virtual Machine in Microsoft Azure
App Services :When you want to deploy your application to Azure IIS conatainers without requiring any control,web apps should be preferred.It's a part of Azure Paas.1) When you need IIS.2) Satisfy with...

Difference between Abstract Class and Interface
This is probably one of the most commonly asked questions in any job interview for .Net. Before we look into the differences between the two lets find out the main features. Abstract Class By definition...

Read CSV data using ODBC Connection
Codes to read the CSV data using ODBC Connection- Input File: File's Encoding format should be ANSI as below class Student{ public string CollegeId { get; set; } public string AdmissionDate...

Export To Excel using StringBuilder in ASP.net MVC C#
public ActionResult Export() { StringBuilder sb = new StringBuilder(); //static file name, can be changes as per requirement string sFileName = "filename.xls"; //Bind...
M

Mohammad Shafi

1 0
1

The Common Language Runtime
i. It is important to understand that the CLR is an execution environment for .NET applications and that includes applications written in C#, F#, VB.Net and other languages that target the .Net Framework. ...

Recommended Articles

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you