How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
No Answer is Posted For this Question
Be the First to Post Answer
Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?
How we can multiple submit buttons in ASP.Net MVC
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
What operating systems will the .net framework 3.0 be available for?
what is Assemble
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?
please tell me the best book of asp.net in the markit. which explain in simple and detail.
What is stateless model?
Describe the gac in the .net framework.
Explain what is the difference between view and partial view?
What are the components required to create a route in ASP.Net MVC?