How to use class library reference in asp.net project?
Can you give me the example with source
Class library haves classes like Database, insert, update,
delete, reflection how can i use the database class
connection in insert class to insert the record in to the
Main Project in asp.net.



How to use class library reference in asp.net project? Can you give me the example with source Cla..

Answer / nitin kumar

Step of Using Class Library in Asp.Net Application.
Step-1 Open New Project with Class Library
Step2-Write Code/class/methods here what you want.
Step3- Build project This project build as dll file in its
debug/release directory
Step4-Open New Asp Project.
Step5-Add your build dll file from earlier class library
project in bin directory to your current asp.net
application.
Step6- Now you are abel to use all classes/methods/property
which u have writen in your dll project.
Thanks
Nitin Kumar
nitin@bbspl.com

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the main difference between grid layout and flow layout?

1 Answers  


what is client-server architecture in .net? and what is 3-tier architecture?

1 Answers  


How can u sort strings in array where strings are passed to method as arguments.

3 Answers   CTS, Syncfusion,


How many types of controls are there in asp.net?

0 Answers  


Where does the Web page belong in the .NET Framework class hierarchy?

1 Answers   Perot Systems, Visual Soft,






How information about the user's locale can be accessed?

0 Answers   MindCracker,


SessionState - type of sessionstate and when and how to use it

1 Answers   Syntel,


What is role-based security in asp.net?

0 Answers  


What is session in asp.net?

0 Answers  


i want the asp.net technical questions and answeres

0 Answers  


What is DataGrid wheater its a Server Control or something else ?

0 Answers   NA,


What is asp.net mvc5? : Asp.Net MVC

0 Answers  


Categories