⟩ Who handles these error while writing the source code?
Suppose i am writing code in .net e.g
int i=10
then .net show me red line under the code where error
occurs.we know the i have not apply semicolon at the end of
syntax(int i=10;)
Suppose i am writing code in .net e.g
int i=10
then .net show me red line under the code where error
occurs.we know the i have not apply semicolon at the end of
syntax(int i=10;)
What is .NET architecture and framework?
What is ISAPI?
Explain What platforms does the .NET Framework run on?
Explain ASP.NET?
What is the difference between .Net2000 and .Net2005(features)? Which one is better?
Explain How do assemblies find each other?
What is .net3.0 and .net3.5?
Explain the difference between a private assembly and a shared assembly?
Explain What is the Difference between web application and enterprise application?
Explain What is an Application Domain?