Technical screening .Net Developer

Preview:

Citation preview

Technical Screening: .NetTom Henricksen

IT Career Coach, Author, Speaker

Agenda

1. .Net Overview2. .Net vs Java3. Code examples4. .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 Worldclass HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. }}

Roles

Java Interview Questions

Years of experienceSelf 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!