Technical Screening: .Net
Tom Henricksen
IT Career Coach, Author, Speaker
Agenda
1. .Net Overview
2. .Net vs Java
3. Code examples
4. .Net Interview Questions
.Net Overview
.Net Framework
â—Ź Framework Class Library(FCL)
â—Ź Common Language Runtime(CLR)
â—Ź Visual Studio
â—Ź ASP.Net
.Net Overview
Common Language
Infrastructure(CLI)
Differences
â—Ź Windows vs Multiplatform
â—Ź Proprietary vs Open Source
â—Ź One vs Multi-vendor
Similarities
â—Ź Standard components
â—Ź Multi-tiered
â—Ź Enterprise Level
Code Examples
.Net Hello World
// Hello1.cs
public class Hello1
{
public static void Main()
{
System.Console.WriteLine("Hello, World!");
}
}
Code Examples
// Java Hello World
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); //
Display the string.
}
}
Roles
Java Interview Questions
Years of experience
Self Rating
Basic Java Questions
.Net Interview Questions
Entry Level
â—Ź Base class
â—Ź Extender class
â—Ź inheritance
.Net Interview Questions
Advanced Questions
â—Ź Orientation
â—Ź Reflection
â—Ź ASMX vs .Net Remoting
.Net Interview Questions
ASP.Net Questions
â—Ź Postback
â—Ź Webforms vs MVC
â—Ź Page Lifecycle
Conclusion
â—Ź Reach out with any questions
â—Ź Feedback form
â—Ź Connect to me on LinkedIn, Twitter,
Facebook,Google+
â—Ź Buy the Notes!

Technical screening .Net Developer