15
Technical Screening: .Net Tom Henricksen IT Career Coach, Author, Speaker

Technical screening .Net Developer

Embed Size (px)

Citation preview

Page 1: Technical screening  .Net Developer

Technical Screening: .NetTom Henricksen

IT Career Coach, Author, Speaker

Page 2: Technical screening  .Net Developer

Agenda

1. .Net Overview2. .Net vs Java3. Code examples4. .Net Interview Questions

Page 3: Technical screening  .Net Developer

.Net Overview

.Net Framework● Framework Class Library(FCL)● Common Language Runtime(CLR)● Visual Studio● ASP.Net

Page 4: Technical screening  .Net Developer

.Net Overview

Common Language Infrastructure(CLI)

Page 5: Technical screening  .Net Developer
Page 6: Technical screening  .Net Developer

Differences

● Windows vs Multiplatform● Proprietary vs Open Source● One vs Multi-vendor

Page 7: Technical screening  .Net Developer

Similarities

● Standard components● Multi-tiered● Enterprise Level

Page 8: Technical screening  .Net Developer

Code Examples

.Net Hello World

// Hello1.cs

public class Hello1

{

public static void Main()

{

System.Console.WriteLine("Hello, World!");

}

}

Page 9: Technical screening  .Net Developer

Code Examples// Java Hello Worldclass HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. }}

Page 10: Technical screening  .Net Developer

Roles

Page 11: Technical screening  .Net Developer

Java Interview Questions

Years of experienceSelf Rating Basic Java Questions

Page 12: Technical screening  .Net Developer

.Net Interview Questions

Entry Level● Base class● Extender class● inheritance

Page 13: Technical screening  .Net Developer

.Net Interview Questions

Advanced Questions● Orientation● Reflection● ASMX vs .Net Remoting

Page 14: Technical screening  .Net Developer

.Net Interview Questions

ASP.Net Questions● Postback● Webforms vs MVC● Page Lifecycle

Page 15: Technical screening  .Net Developer

Conclusion

● Reach out with any questions● Feedback form● Connect to me on LinkedIn, Twitter,

Facebook,Google+● Buy the Notes!