Develop a Quick and Dirty Web interface to your database: for the DBA and other non-developers Gabriel Villa @extofer extofer@gmail.com www.extofer.com
@extofer
Objective … Answer the question: What is ASP.Net MVC? …Set you on your way to develop to your own database …And Write less code
Microsoft’s Web Evolution
Microsoft’s Web Evolution DHTML Active Server Pages ASP.Net Web Forms ASP.Net MVC
Model View Controller Pattern What is ASP.Net MVC? Model View Controller Pattern Coordinates User inputs and outputs Controller User Interface Business Logic View Model ASP.Net
Programming code… moi? HTML 5 CSS3 Scripts Razor C#/VB.Net Any other .Net CLR View Controller Model
What is needed? .Net Framework 4.x Microsoft Visual Studio Visual Web Developer 2010 Express Entity Framework Db Context Generator Initializr Utility Database Windows Phone Emulator Version Control
Open Source Community Distributed Revision Control Fork a project Pull request and participate Rapid Application development
OS Version Control Hosting Code Plex http://www.codeplex.com/ Google Code http://code.google.com BitBucket https://bitbucket.org/ GitHub https://github.com/
TFS Mercurial Git SVN Other Code Plex X BitBucket Google Code Git Hub
Obligatory Image of Bacon
ASP.Net MVC Directory Structure App_Data – physical data store Content – CSS, images Controller – class files for each controller, each named in the same convention, i.e “HomeController” Models – business logic classes Scripts – client side scripts to support application, such as Jquery and AJAX Views – location of the view files
Resources .Net Framework 4.x Visual Web Developer 2010 Express Download: Microsoft .NET Framework 4 (Web Installer) - Microsoft Download Center - Download Details http://bit.ly/J1pJ5s Visual Web Developer 2010 Express Free Developer Tools - Visual Studio 2010 Express | Microsoft Visual Studio http://bit.ly/J1pUh2 Nuget or Extention Manager Entity Framework Db Context Generator Initializr Start an HTML5 Boilerplate project in 15 seconds! http://bit.ly/J1qCLc
Resources .. cont’d Utility Database Windows Phone Emulator Authored by Chris Shaw http://chrisshaw.wordpress.com Windows Phone Emulator WP SDK 7.1 - Microsoft Download Center - Download Details http://bit.ly/J1r1xc Version Control Getting Started With TFS 11 Express Beta - Chaks' SharePoint Corner - Site Home - MSDN Blogs http://bit.ly/J1rorA Git - Fast Version Control System http://bit.ly/J1ruQe TortoiseSVN http://bit.ly/J1rBLF Mecurial http://mercurial.selenic.com/
Was it good for you? We answered what ASP.Net MVC is Set you on your way to develop to your own database We wrote less code Open Source Community Deployed
Thank you! Gabriel Villa www.extofer.com @extofer You can download the project on GitHub: https://github.com/extofer/MUDBug