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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is routing in MVC?

601


What is the request flow used for asp.net mvc framework? : asp.net mvc

537


What are the file extensions for razor views?

683


What are cookies in your browser?

537


What is ASLM?

686






What is the difference between “Web.config” and “Machine.Config”?

702


Explain the boxing and unboxing concept in .net?

395


What is data cache in sql server?

596


What is GAC in ASP.NET 2.0

593


Why is xap important?

604


We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?

443


How you can access the values from the Repeater control in ASP.NET?

581


What is the main differences between asp and asp.net?

527


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2234


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

562