473,320 Members | 1,846 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Theory Questions

15
plz help me if any one know the answer its urgent
Jun 13 '07 #1
16 1253
phundal
15
hi anyone know its answer plz do reply
Jun 13 '07 #2
kenobewan
4,871 Expert 4TB
For an answer I suggest checking out the first three posts. HTH.
Jun 13 '07 #3
kenobewan
4,871 Expert 4TB
The Global Assembly Cache is used to share assemblies throughout applications on a web server.
Jun 13 '07 #4
radcaesar
759 Expert 512MB
If u want ur assembly to be used outside your application i.e. by another application @ that time it has to be install into GAC.
Jun 13 '07 #5
chinu
36
If u want ur assembly to be used outside your application i.e. by another application @ that time it has to be install into GAC.
GAC means Global Assembly Cache.
With the help og GAC, versioning (Dll hell) problem was solved in .NET.
If u have an assembly A.dll and if u want application other than u r application to use it, then either u can make two copies of the dll and put it in there corresponding bin folder or u can put it in the GAC if u r sure that another version may come for the dll and applications may use different version of the same dll. U can register any dll to a GAC using gacutil. A strong name will be attached to the assembly if u r registering into GAC. u can make the strong name using "sn" utility. Hope u got a small idea....
Jun 13 '07 #6
phundal
15
thanku sir for giving such a brief an yet explaining answer for GAC
thanku very much
Jun 14 '07 #7
phundal
15
hi frnds i am new to asp.net plz anybody answer my question
Jun 14 '07 #8
phundal
15
hi frnds do reply my answer an i am new to .NET
Jun 14 '07 #9
dip_developer
648 Expert 512MB
hi frnds i am new to asp.net plz anybody answer my question
C# provides us with Value types and Reference Types. Value Types are stored on the stack and Reference types are stored on the heap. The conversion of value type to reference type is known as boxing and converting reference type back to the value type is known as unboxing.

Look at this...............

http://www.csharpfriends.com/Article...x?articleID=38
Jun 14 '07 #10
dip_developer
648 Expert 512MB
hi frnds do reply my answer an i am new to .NET
plenty of resource in net....here is a good one

http://www.c-sharpcorner.com/UploadF...2-3396f4eaa108
Jun 14 '07 #11
hi frnds do reply my answer an i am new to .NET
Please check this link
http://msdn2.microsoft.com/en-us/library/t07a3dye(VS.80).aspx
Jun 18 '07 #12
phundal
15
i am new to .net plz help me an explain me in simple words that what are assemblies?
Jun 18 '07 #13
radcaesar
759 Expert 512MB
Assembly is the work used in .NET world to specify components.

refer it as dlls if its developed using some unmanaged codes. c,c++ etc.

It also refered as COM if it was developed using the COM architecture (Defined by MS) Using VB 6.0.

:)

i am new to .net plz help me an explain me in simple words that what are assemblies?
Jun 18 '07 #14
phundal
15
how to add an remove an assembly from GAC?PLZZZZZ REPLY SOON
Jun 18 '07 #15
nateraaaa
663 Expert 512MB
how to add an remove an assembly from GAC?PLZZZZZ REPLY SOON
Pleae see the following site for information on installing assemblies in GAC

Nathan
Jun 18 '07 #16
MMcCarthy
14,534 Expert Mod 8TB
Please don't bombard the forum with basic theory questions. The answers to these questions can be found on any of the many tutorial sites available on the web.

The experts volunteer their time to help you solve practical coding and OS problems not to answer numerous theory questions that are already explained in detail in the many books and sites available on the subject. Some of those sites have already been given to you here.

Please read the posting guidelines in detail before posting again on this site. Failure to comply with the guidelines could mean a temporary ban on your account.

ADMIN
Jun 18 '07 #17

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Xah Lee | last post by:
Dear functional programing comrades, Among the community of automatons of the IT industry, there is a popular quote about "theory vs practice" that goes something along the lines of "in theory...
9
by: Ornac | last post by:
I understand that there is much involved in figuring up I/O throughput, but I'm hoping the answer to the following question will be a simple A, B OR C. Given the configuration below, what...
0
by: tom mccurdy | last post by:
Greetings, There has been a new site created www.quantumninja.com/toe that is to be used as a resource for people researching the theory of everything. Please join the community then use what is...
15
by: designconcepts | last post by:
bo'jour, bo'jour, So I have question to present to the forum about OOD. This is a Csharp forum, but C# is the lang of choice and the question is an exercise based on some comments by the chief...
8
by: Amelyan | last post by:
I need some help to confirm my theory! I think I discovered something new for myself about behavior System.Web.UI.Page. THEORY: Every time I change control on my WebForm1 page that results in...
4
by: Bob | last post by:
I know this is a tall order, but I'm looking for a book that talks about the implications of alternative approaches to languages than we typically see, such as allowing multiple inheritance......
3
by: Mayra | last post by:
hi, can anyone give me some info on the caracteristics of object relational databases and their advantages as well as disdvantages! thanx in advance.
2
by: Omar | last post by:
I've been learning some programming during my little sabbatical (mostly python), and I thought it'd be cool to see if other people are interested in programming for music theory. So I started a...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.