Wednesday 26 July 2017

.Net Questions

1.        .Net with C#( ASP .Net, VB .Net)
2.       .NET language concepts (like CLR, Commonly used controls) including OOPS
3.       Remoting and Web Services components in .NET 2.0. 
4.       ADO & ADO.NET
5.       configuration and deployment options/tools in .NET 
6.       ASP.NET basics, intrinsic validation controls •
7.       Localization, Globalization and other advanced UI concepts ASP.NET 2.0 / Win Forms • 
8.       conceptual & coding experience of XML
9.       designing solutions using Enterprise library, SOA, Software factories
10.    Jquery/ Javascript –
11.   TML, HTML5, and CSS
12.    Stored Procedure, Views, , Triggers
13.    WCF, WPF
14.   MVC, Ajax, XML and Web Services
15.   SQL Server Integration Services, SSIS
o SQL Server Reporting Services, SSRS
o SQL Server Analysis Services SSAS and MDX,crystal report,sqllight,desingn pattern
16.   SON, Linq, Jquery.
18.   HashTable , HashDictionary, WCF TYPE, BOXING AND UNBOXING
19.   Static , interface,,  , @Error, @@ERROR in sql,
20.   CLR   IN  C#
21.   Public  Class A
{
Public int Num1;
Public int Num2;
Static Num1()
{
Num1++
}
Public Num2()
{
Num2++
}
Static voic main(args [])
{
A obj = new A();
Console.writeline(obj.Num1);
Console.writeline(obj.Num2)


}

}

Oupput of the program
1,1,
2,2
1,2
2,1
Compile error

22.    ISPOSTBACK RETURN TYPE ---BOLEAN,BIT,INT ,STRING---answer - boolean
23.   Directive---@page,@assembly,@REGISTER
24.   DLL ON BUILT
25.   If Autoeventwireup is false then what happen
26.   Web control file how u will find the process without
27.   For finding the name and line no catch exception name (stacktrace,message)
28.   What is difference between function and procedure. Out and in put rerurn
29.   Extension methods



2 comments:

  1. It is very good and useful for students and developer .Learned a lot of new things from your post!Good creation ,thanks for good info .Net Online Training Hyderabad

    ReplyDelete

Recent Post

Parallel Task in .Net 4.0