Develop a Quick and Dirty Web interface to your database:

Slides:



Advertisements
Similar presentations
Microsoft Office SharePoint Portal Server 2007 Introduction to InfoPath Forms Services Daryl L. Rudolph.
Advertisements

DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Kay Herzam Herzam IT Consulting What‘s new in ASP.NET MS TechTalk.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
MVC New release IE8 Beta 1 Deep Zoom (sea dragon) Silver light 2.0 Beta 1 Expression Blend 2.5 Preview Instant Messaging API Enhancements to Virtual Earth.
Visual Studio 2012 or 2013 VisualStudio.com (or) Github (or) Bitbucket (or more) Azure Cross-Platform Command Tools Setup if you want to play too.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Sustainable SharePoint 2010 Customizations By Bill Keys.
The Web Architecture and ASP.NET. Slide 2 Review of the Web (1) It began with HTTP and HTML, which delivers static Web pages to browsers which would render.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
WEBMATRIX Microsoft Pranav Rastogi.
Dudok de Wit David.  Documents management in a deskless company  SharePoint Online as a solution  Redesigning the documentary organization  Interoperability.
What’s New for Web Developers in ASP.NET and Visual Studio 2008 Kate Gregory Microsoft Regional Director
Sascha P. Corti Microsoft
George Gonsalves.  Free and lightweight web development tool.  Create, publish, and maintain your website  Optimized for Open Source  Designed for.
The Web Developer’s Toolbox Steve Fabian e:
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
UNDERSTANDING YOUR OPTIONS FOR CLIENT-SIDE DEVELOPMENT IN OFFICE 365 Mark Rackley
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Interaction classes Record context Custom lookups.
The Jukebox is a.NET web application that plays streaming music files to it’s clients according to their favorites musical genres. Clients can rate the.
Building an End-to-End HTML5 App with ASP.NET MVC, EF and jQuery Dan Wahlin.
 Lecture  Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2.
MICROSOFT AJAX CDN (CONTENT DELIVERY NETWORK) Make Your ASP.NET site faster to retrieve.
1 Introducing Web Developer Tools Rapid application development tools ASP.NET-compatible web editors –Visual Studio.NET Professional Edition –Visual Studio.
Introduction to Silverlight Development Pavel Yosifovich CTO, Matrix Global; Senior Instructor, Hi-Tech College
SharePoint & jQuery. About me Phill Duffy – Product Manager at Lightning Tools Ltd – Author of ‘Pro SharePoint with jQuery’ – MCTS Application Developer.
MVC 4.0, Knockout.js, Bootstrap and EF6.0 FAST, FLEXIBLE AND RESPONSIVE QUICK TO MARKET WEBSITES.
Software services delivering SharePoint, Mobile, and Business Intelligence solutions Creating mobile applications that integrate with SharePoint 2013 on-
ASP.NET Core* in 2017 The Future of Web Apps Shahed Chowdhuri
Introduction ITEC 420.
DevOps with ASP.NET Core and Entity Framework Core
JQuery Fundamentals Introduction Tutorial Videos
Web Technologies Computing Science Thompson Rivers University
Gulf Coast .NET User Group
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
Microsoft List Schedule April – May 2016
What's new in the world of SharePoint development and deployment
Department of Computer Science
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek
Haritha Dasari Josue Balandrano Coronel -
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
PHP Training at GoLogica in Bangalore
CO6025 Advanced Programming
SharePoint Cloud hosted Apps
PaaS - Development Stefan Geiger Gerry
Microsoft Ignite NZ October 2016 SKYCITY, Auckland
Building Modern Web Apps with ASP.NET MVC 6
Beginning Object-Oriented Web Design
Dynamics 365 Customer Engagement Deep Dive: Creating a Basic Plug-in
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
A Quick Overview of ASP.NET Core 1.0
ASP.NET Module Subtitle.
AngularJS and SharePoint I Chris Douglas Senior SharePoint Developer ECS Web:
Secure Web Programming
Introducing the .NET Framework
ISYS 350 Building Business Applications
Lighting Up Real-time Web Communications with SignalR
ASP.NET MVC Web Development
Implementing Entity Framework with MVC Jump Start
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
Dot Net Application PROF. S. LAKSHMANAN, DEPT. OF B. VOC. (SD & SA),
Web Technologies Computing Science Thompson Rivers University
Visual Studio 2008.
Web Application Development Using PHP
DataBase Application .NET
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
Presentation transcript:

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