What is the difference between a namespace and assembly name in .net?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Dot Net General Interview Questions

What is CLR? How it will work?

3 Answers   NeoSoft,


What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?

0 Answers  


Tell us the difference between the while and for loop. Provide a .net syntax for both loops?

0 Answers  


What are the differences in C# .Net and ASP .Net.

4 Answers   NetLink,


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  






Is .net is a language?

0 Answers  


What are the contents of assembly?

4 Answers  


Explain assemblies in .net?

0 Answers  


Explain the difference between asp.net & vb.net and explain architecture?

0 Answers  


Explain what is an application domain?

0 Answers  


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

0 Answers  


What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?

0 Answers  


Categories