Dot Net Framework (735)
Dot Net Remoting (161)
Dot Net WindowsForms (181)
Dot Net General (917)
Dot Net AllOther (441) Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
1 2514
What is the full form of gac?
Explain Bundle.Config in ASP.Net MVC4?
Explain the .net framework.
How does an appdomain get created?
Is .net easier than java?
What is the difference between remoting and webservice?
What are the difference between static assemblies and dynamic assemblies?
Give an example for authorization filters in an asp.net mvc application?
Explain 'managed' mean in the .NET context
What is a service class?
Explain difference between machine config vs. Web config : Dot net architecture
What are the main features of asp.net mvc 4 used by asp.net web api?
What is managed code and managed data in .net?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?