ASP.NET Model View Controller. About Max  Senior Consultant at Tallan  Certifications  MCSD –.NET  MCTS – SharePoint Application Development  Member.

Slides:



Advertisements
Similar presentations
Creating Page Layouts using SharePoint Designer or Visual Studio Becky Bertram MCSD, MCAD MCTS WSS Development MCTS MOSS Development
Advertisements

Scott Shearer SharePoint Evangelist and Developer Haystax Technology.
INTRODUCTION TO ASP.NET MVC AND EXAMPLE WALKTHROUGH RAJAT ARYA EFECS - OIM DAWG – 4/21/2009 ASP.NET MVC.
ASP.NET Web Forms vs. MVC Choosing the right one for web development Harish Ranganathan Senior Evangelist Microsoft Corporation.
Fabian Vilers Hands on ASP.NET MVC.
SharePoint 2010: BCS m Business Connectivity Services.
Six.NET Framework 3.5 MCTS 1. Windows Forms Applications 2. ASP.NET Applications 3. Windows Communication Foundation Applications 4. Windows Presentation.
Microsoft SharePoint Victor Utz MCT, MCSA, MCITP, MCTS NetCom Learning.
Developing for the Microsoft Office System Jay Schmelzer Group Program Manager – Visual Studio.
Kay Herzam Herzam IT Consulting What‘s new in ASP.NET MS TechTalk.
Presenter - Donn Felker.  Senior Consultant for Microsoft Gold Certified Partner- Statêra.  8 years of experience in developing and architecting enterprise.
VS Anywhere. Visual Studio Industry Partner VS Anywhere NEXT STEPS Contact us at: Websitehttps://vsanywhere.com Blog- Facebook.
Bob German Principal Architect A New on SharePoint Development Building Light-Weight Web Parts with AngularJS
ASP.NET and Model View Control Jesper Tørresø ITNET2 F08.
ASP.NET + jQuery + Odata = Goodness Stephen Walther Superexpert.com
1 Welcome to the New Madison Chapter of MPUG!. 2 Agenda Welcome Review Survey Feedback & Recommendations View Draft Madison MPUG Website Determine Next.
Secure ASP.NET MVC5 Application with Asp.Net Identity Changde Wu Self Introduction Professional.NET Developer in greater Boston area Specialized in WPF.
Welcome to the Minnesota SharePoint User Group January 9 th, 2008 Vendor Demonstrations CommVault, Barracuda.
CS 415 N-Tier Application Development By Umair Ashraf June 28,2013 National University of Computer and Emerging Sciences Lecture # 5 Microsoft MVC3 Architecture.
19 May 2012 Extending EPM to the next level with Nintex Workflow, Nintex Forms and Nintex Live Marnus Viljoen – #SPSJHB The first.
SharePoint User Group - Web Parts October Agenda Introduction to Web Parts Benefits WSS vs MOSS vs SPD Shipped Web Parts Free Web Parts Purchasable.
MPUG Boston Chapter Meeting @ Project Summit Boston
Meeting # 70 Meeting # 68 Welcome to the Minnesota SharePoint User Group October 13 th, 2010 Panel.
SharePoint Saturday Sponsors Gold Bronze Creating Knockout User Experiences in SharePoint with JavaScript Making awesome with Knockout, jQuery and SharePoint.
Jonathan Canfield Mavin Lisa Giss Professor Kenytt D. Avery
10 reasons why your website should be on WordPress.
Security Checklists for IT Products. Agenda Overview of Checklist Program Discussion of Operational Procedures Current Status Next Steps.
Getting Started with ASP.NET MVC BRIJ BHUSHAN MISHRA.
Michael Hofer Senior Consultant Microsoft Corporation.
2015 International TechNet Wiki Summit 2015 Nonki Takahashi Session - Small Basic and TechNet (Small Basic - Part 2)
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Course Overview Introduction Target Audiences Course Structure Virtual PC Demo.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Welcome to the Minnesota SharePoint User Group May 14 th, 2008 SharePoint Implementations Real World Examples.
AUC Technologies Projects Consulting, Development, Mentoring, and Training Company Web Tools Presented By : Qazi Muhammad Arfeen Senior Software Engineer.
Virtual techdays INDIA │ 9-11 February 2011 SESSION TITLE Kamala Rajan S │ Technical Manager, Marlabs.
Jean-Claude Trachsel Senior Consultant, Trivadis AG The good news.
4/9/2016 SharePoint Saturday Omaha Kerry Dirks MCP, MCSD Manager Consultant, Sogeti SharePoint Solution Architect.
1 DIRAC Project Status A.Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille 10 March, DIRAC Developer meeting.
OM. Brad Gall Senior Consultant
IN THIS Slide show YOU WILL LEARN ABOUT ALL VERSIONS OF "MS OFFICE"
Where to access free blog website templates from?
Aestas Software Solutions Pvt Ltd
Develop a Quick and Dirty Web interface to your database:
MTA, MCP en MCSA curriculum in de Microsoft IT Academy
Security Checklists for IT Products
C# MVC Frameworks – ASP.NET
SharePoint Portal Server & Windows SharePoint Services Overview
SQL Azure Reporting By Ryan Duclos
Creating Lightning Fast Apps Using AngularJS
ASP.NET MVC Introduction
Vendor Demonstrations
Building Web Applications with Microsoft ASP
Introduction to SharePoint 2007
CO6025 Advanced Programming
Free Microsoft Exam Dumps Questions Dumps4downlod.in
Introduction to ASP.NET MVC Jump Start
Entity Framework 4 and WCF Data Services 4
AngularJS and SharePoint 2013: Lessons Learned from the Trenches
MTA, MCP en MCSA curriculum in de Microsoft IT Academy
Sysco Speaks Post-Survey Plan
Dynamics 365 Customer Engagement Deep Dive: Creating a Basic Plug-in
SharePoint Essentials Toolkit
Intro to SQL Server Reporting Services (SSRS)
ASP.NEXT The ASP.NET 3.5 Extensions
Office 365 Development July 2014.
Creating Lightning Fast Apps Using AngularJS
Special Guests: Bill English, Sarah Haase
Creating Lightning Fast Apps Using AngularJS
ASP.NET MVC Imran Rashid CTO at ManiWeber Technologies.
.NET Framework V3.5+ & RESTful web services
Presentation transcript:

ASP.NET Model View Controller

About Max  Senior Consultant at Tallan  Certifications  MCSD –.NET  MCTS – SharePoint Application Development  Member of the Enterprise.NET and SharePoint Initiatives at Tallan 

About Tallan  Founded in 1985 and Headquartered in Rocky Hill, CT  Offices in: California, NYC, Tampa, and Boston  Over 100 technology consultants with a wide range of expertise and knowledge  Emphasis on current technology trends and talent  Specialize in Custom Application Development, Business Intelligence, Portals, Content Management, and Custom Application Development

Agenda  Why do developers care about this framework?  What is it? A view from an experienced ASP.net developer.  Release Status  How to get started? IDE, framework downloads, and extensions  Demo – Creating a working MVC application

Why the ASP.net MVC?  Clear Separation of Concerns  Testability  Clean URLs

Why the ASP.net MVC?  Clear Separation of Concerns

Why the ASP.net MVC?  Testability

Why the ASP.net MVC?  Clean URLs Are M U C H better than…

What is the ASP.net MVC?  MVC Design Pattern  Model – maintain state  View – present the user interface  Controller – serves as the “glue” between Model and View.  REST – Representational State Transfer  No Post-Back Model

What is the ASP.net MVC?

Release Status  1 st CTP Released Feb 29 th 2008  2 nd CTP Released March 19 th 2008  3 rd CTP Released May 27 th 2008  4 th CTP Released July 16 th 2008  5 th – Current CTP Release  ETA on Final Release Candidate - tbd

Getting Started  Visual Studio 2008 Professional or higher  3.5.NET Framework  MVC Extensions

Demo Time  Simple Store Application  View Products  Create New Products  Update MSRP  Audience Participation  Name your demo

Research  Reference & Sites Researched  ASP.NET / MVC  Stephen Walther on ASP.NET MVC  Phil Haack's: MVC History Lesson  Scott Hanselman's Walkthrough Video  Scott Gu  MS Enterprise Patterns book

Q&A Thank You Content will be posted to Tallan’s.NET Blog Site

Thank You – We mean it… RAFFLE TIME! Content will be posted to Tallan’s.NET Blog Site