Jonathan Peterson Paladin Cloudware FILE -> NEW PROJECT E: G+: +JonathanPeterson42 GitHub &

Slides:



Advertisements
Similar presentations
Overview and Demonstration of declarative workflows in SharePoint using Microsoft SharePoint Designer 2007 Kevin Hughes MCT, MCITP, MCSA, MCTS, MCP, Network+,
Advertisements

Sharpen Your MVC Views with Razor By Jon Marozick.
Application Software Chapter 6.
Introduction to Database Processing with ADO.NET.
An Intro to ALM Using TFS and Visual Studio for Source Control, Build Automation, Continuous Integration, Deployments, and Task Management.
JourneyTEAM - – Tales From The Field: 2010 to 2013 Upgrade Horror Stories and How to Avoid Creating a Horror of Your Own.
Microsoft ® Official Course Monitoring and Troubleshooting Custom SharePoint Solutions SharePoint Practice Microsoft SharePoint 2013.
Course Textbook: Build Your Own ASP.Net Website: Chapter 2
Introduction to SharePoint Development with VS2010 Paul Yuknewicz Lead Program Manager
JourneyTEAM - – Tales From The Field: 2010 to 2013 Upgrade Horror Stories and How to Avoid Creating a Horror of Your Own.
Code as Communication Programming Studio Spring 2015.
DotNetNuke v4 on ASP.NET v2 Stan Schultes Stan Schultes Enterprise architect / application developer Enterprise architect / application developer Conference.
ASP.NET 5 Visual Studio 2015 Templates Bill Wolff Rob Keiser June 10, 2015.
4-1 INTERNET DATABASE CONNECTOR Colorado Technical University IT420 Tim Peterson.
SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine.
StyleCop Breaking down the barriers to entry Gary Ewan Park Twitter: Blog:
Chris Wright Senior Systems Engineer, Lucity IMPORT & UPDATE.
System Admin Stuff The Local Product Repository Managing Custom Code LDAP Setup.
TEAM Basic TotalElectrostatic ManagementAwareness&
Todd Klindt. New downloads Infrastructure update Adds search improvements from Search Server Has Content Deployment fixes Does NOT include SP1, install.
Microsoft ® Business Solutions–Navision ® 4.0 Development II - C/SIDE Solution Development Day 5.
Automated Deployment Framework Using TFS and Custom PowerShell cmdlets to create an automated deployment framework.
XNAT Workshop 2012 Project Configuration Tim Olsen
An Architectural Review of TAKEaTEST.Net Southern California Code Camp California State University, Fullerton January 21-22, 2006 Ben Aminnia Pointer Corporation.
Topics Sending an Multipart message Storing images Getting confirmation Session tracking using PHP Graphics Input Validators Cookies.
Visual Studio 2010 and.NET Framework 4 Training Workshop.
6 th Annual Focus Users’ Conference 6 th Annual Focus Users’ Conference Import Testing Data Presented by: Adrian Ruiz Presented by: Adrian Ruiz.
VITALE, CATURANO & COMPANY LTD Microsoft SharePoint Web Part Development Overview VITALE, CATURANO & COMPANY LTD SharePoint Developer Series – Web Part.
Visual 1: Working with Visual Analysis Agenda Overview of the Preview Panel –Breakdown of its components and how to use Visual Analysis –Text and.
TE002 Coming to grips with management with Sage CRM Robert Tan.
7-1 Active Server and ADO Colorado Technical University IT420 Tim Peterson.
Installation of Visual Studio Android emulator and Android Studio
Working with Data Model Binders, Display Templates, Editor Templates, Validation… SoftUni Team Technical Trainers Software University
Continuous Deployments using SSDT
Jemini Joseph. About me Working in Microsoft BI field since Mostly consulting in SSIS Worked as programmer in Visual Basic before moving to BI
//liveVirtualacademy2011/ What’s New for ASP.NET 4.5 and Web Development in Visual Studio 11 Developer Preview Γιώργος Καπνιάς MVP, MCT, MCDP, MCDBA, MCTS,
I18n - DateTime ASP.NET MVC. I18n DateTime – EF changes  In model classes, use attributes  DataType(DataType.DateTime)  DataType(DataType.Date)  DataType(DataType.Time)
Presented By: Jemini Joseph | June 18, Woodland Center Blvd. Tampa, Florida | Phone: | SSIS Factory.
Template Package  Presented by G.Nagaraju.  What is Template Package?  Why we use Template Package?  Where we use Template Package?  How we create.
John Lloyd, Edgewater Fullscope
How to develop a VoIP softphone in C# by using OZEKI VoIP SIP SDK This presentation demonstrates the first steps concerning to how to develop a fully-functional.
1 Using MVC 6. MVC vs. ASP Web Forms Both run under ASP.NET Can coexist In Web Forms, browser requests page. xxx.aspx and xxx.aspx.cs on the server Page.
Stress Free Deployments with Octopus Deploy
© 2016, Mike Murach & Associates, Inc.
Agile Analytics: Automated Builds and Deployments
ASP.NET Razor Engine SoftUni Team ASP.NET MVC Introduction
Continuous Deployments using SSDT
© 2016, Mike Murach & Associates, Inc.
Play Framework: Introduction
TFS Database Import Service for Visual Studio Team Services
Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek
Performing Mail Merges
AVG Internet Security Support Number to Download & Install
How to Download, Install, and Update AVG Antivirus?
Authoring Azure JSON Templates
Quick Start Guide for Visual Studio 2010
02 | Developing ASP.NET MVC 4 Models
CRM 2016 Solutions and Package Deployer
NCS Advertising Enterprise OneView Self-Service
Continuous Deployments using SSDT
MIS Professor Sandvig MIS 324 Professor Sandvig
Continuous Deployments using SSDT
Continuous Deployments using SSDT
SharePoint Permissions Manager
The custom certificate module
04 | Visual Studio & ASP.NET Integration
Ready Pre-day Azure Monitoring Workshop
MIS Professor Sandvig MIS 324 Professor Sandvig
About LS Studio… 1 LS Studio? 3 Enhanced variable sharing 2
Just Enough SSIS Scripting to be Dangerous.
Presentation transcript:

Jonathan Peterson Paladin Cloudware FILE -> NEW PROJECT E: G+: +JonathanPeterson42 GitHub & StackOverflow: Eonasdan

DEFAULT VS MVC PROJECT Extra Packages like Modernizr Messy Code Hour + of preparation to get a project ready

HOW WE’RE GOING TO FIX IT Using PowerShell to get things going Less Web.config Code templates Data annotations EditorFor Templates Bundles

USING POWERSHELL TO GET THINGS SETUP PowerShell can be used to automate our first task Uninstall packages I don’t want Install packages I always install Update all the packages that are installed

USING LESS Less gives us Mixins Parameters and variables Separate files

WEB.CONFIG ADDITIONS View/web.config Web.config and web.release.config

INTERMISSION: PAPERCUT

CODE TEMPLATES Allows you to customize the OTB Views and Controllers No more unnecessary comments No more Resharper squigglies C:\Program Files (x86)\Microsoft Visual Studio 12.0\ Common7\IDE\Extensions\Microsoft\Web\Mvc\Scaffolding\Templates

DATA ANNOTATIONS Uses for validation (Required, Range, String Length) Specify field types (Phone, ) DisplayFor and ValidationFor text

EDITORFOR TEMPLATES Must be in Views > Shared > EditorTemplates Can be customized for each DataType

STRONGLY TYPED BUNDLES Takes away the guesswork Easier to make changes to the bundle’s route

LINKS Github: Code Templates: – C:\Program Files (x86)\Microsoft Visual Studio 12.0\ Common7\IDE\Extensions\Microsoft\Web\Mvc\Scaffolding\Templates Less: Papercut (SMTP Server):