Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (7 votes)
See more:
http://www.aspdotnet-suresh.com/2010/04/introduction-to-object-oriented.html[^]

http://www.c-sharpcorner.com/UploadFile/mkagrahari/introduction-to-object-oriented-programming-concepts-in-C-Sharp/[^]

Assembly is the smallest unit of deployment of a .net application. It can be a dll or an exe.
There are mainly two types to it:

1.Private Assembly: The dll or exe which is sole property of one application only. It is generally stored in application root folder


2.Public/Shared assembly: It is a dll which can be used by multiple applications at a time. A shared assembly is stored in GAC i.e Global Assembly Cache.


Sounds difficult? Naa....
GAC is simply C:\Windows\Assembly folder where you can find the public assemblies/dlls of all the softwares installed in your PC.

There is also a third and least known type of an assembly: Satellite Assembly.
A Satellite Assembly contains only static objects like images and other non-executable files required by the application.






framework 2.0, 3.0 and 4.0 explain and difference
what is nullable?
String is value type or reference type?
what is value type
what is reference type
describe assembly.
how can we shaw assembly.
native assembly.
parts of assembly.
difference b/w server.transfer and response.redirect.
session, viewstate, application
detail and explaing global.asax
validation control with regex.
cashe.
garbage collection
can we force garbage collection
IL, CLR, WSDL, DISCO
cookies
steps to set up validation control.
authentication and authorization.
What is delegate? use of it. and how to use.
more than one web.confi in one project
serialization, globalization
What is impersonation?
satellite assembly
ssl
Define Tracing.
What is application domain?
What is the importance of Global.asax in ASP.NET?
MSIL
WHAT IS POSTBACK
Managed code an Un-managed code.
CAS
.NET Remoting explain
Remoting client in ASP.Net?
What is a delegate? Explain how to create it.
difference between datalist, datagrid and repeater

SILVERLIGHT EXPLAIN
WCF EXPLAIN
WEB SERVICES EXPLAIN

different binding types in wpf
set texbox's text to label without code.
what is xaml
types of binding in wcf
iconverter
mvc - mvvm model
benefits of wpf

what is inheritance
polymorphism,
virtual class
What is Overloading Polymorphism?
overridin


sql server
ddl
is it possible stored procedure in function
send mail possible in sql server
magic table
cte
cursor
join types
index, how to create (syntax)
jobs in sql server
job agent
trigger
types of trigger
isolation
difference between varchar and nvarchar
Posted
Updated 7-Apr-14 1:08am
v9
Comments
[no name] 15-Aug-13 12:07pm    
Any or all of these can be easily found by you.

1 solution

Is this your homework? Or some kind of test?

Either way, all these "questions" can be answered very easily with a quick trip to Google.

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!
 
Share this answer
 
Comments
gohilvir 18-Oct-13 1:58am    
thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900