Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311) My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
1019Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
1042What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
1012How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
981How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
911Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
1020
How to improve performance of web application asp.net mvc? : Asp.Net MVC
what is partial assembly reference
What is vlookup in excel?
how much mail can be stored in each mailbox?
What is the use of private constructor in c#?
Define a virtual memory? : Dot net architecture
What is lookup columns in SharePoint?
How do I make a list into a table in word?
What is a placeholder document?
How to comment out asp.net tags?
What symbol specifies the beginning of a query string?
Why would you use untrusted verification?
What is anonymous authentication?
How do I do regression analysis in excel?
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?