1 / 181

.Net Framework 4 Programming in C#

.Net Framework 4 Programming in C#. Webinar presented by Erick Polsky 10/2/2012. What is .Net ?. Combines… Language Independence Memory Management Database Access Class Libraries Operating System Integration Design Patterns/Methodologies. Language Independence.

kaida
Download Presentation

.Net Framework 4 Programming in C#

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. .Net Framework 4Programming in C# Webinar presented by Erick Polsky 10/2/2012

  2. What is .Net? • Combines… • Language Independence • Memory Management • Database Access • Class Libraries • Operating System Integration • Design Patterns/Methodologies

  3. Language Independence • CLR – Common Language Runtime • Data Types • Available languages: • C#.Net • VB.Net • C++ • J# • Jscript.Net • PowerShell

  4. Managed Code • Memory Management • Resource Allocation • DLL Hell

  5. Database Access • ADO.NET • Datasets • Entity Framework • LINQ • WCF (Windows Communication Foundation)

  6. Class Libraries • Tools to work in any environment • Over 44,000 in .Net Framework 4.0 • Database • Form Controls • Makes RAD (Rapid Application Development) easier than ever!

  7. Operating System Integration • Ease of deployment • GAC (Global Assembly Cache) • One Click • Security

  8. Interface Design/Methodologies • Windows Forms • WPF (Windows Presentation Foundation) • Silverlight • Web Forms • MVC (Model View Controller) • Dynamic Data • Web Services

  9. Audience Polls

  10. Dynamic Data Demo

More Related