Building Web Applications with Microsoft ASP

Slides:



Advertisements
Similar presentations
Course Content, Evaluation, Exams
Advertisements

Server Roles and Features.NET Framework 3.51.NET Framework 4.5 IIS Web Server IIS Default Document IIS Directory Browsing IIS HTTP Errors.
Tutorial -01. Objective In this session we will discuss about : 1.What is MVC? 2.Why MVC? 3.Advantages of MVC over ASP.NET 4.ASP.NET development models.
By John Boal  Continuous Integration [CI] ◦ Automating the build process ◦ Build the entire system each time any new.
ASP.NET vNEXT & development tools Marco De
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.
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.
Ivan Marković MSP Lead Software Developer at SPAN d.o.o. m.
Presenter - Donn Felker.  Senior Consultant for Microsoft Gold Certified Partner- Statêra.  8 years of experience in developing and architecting enterprise.
Jonathan Canfield Mavin Lisa Giss Professor Kenytt D. Avery
Jeremy Thake Technical Product Building cross-platform apps that integrate with O365 API’s using Xamarin in Visual Studio.
ASP.NET MVC Course Program, Evaluation, Exams Nikolay Kostov Telerik Software Academy academy.telerik.com Team Lead, Senior Developer and Trainer
Infrastructure as code. “Enable the reconstruction of the business from nothing but a source code repository, an application data backup, and bare metal.
Multi-Tier Apps with Admin Access, RDP, Custom Installs Modern Scalable Web Sites Full Windows Server/Linux VMs Web Sites Virtual Machines Cloud Services.
UNDERSTANDING YOUR OPTIONS FOR CLIENT-SIDE DEVELOPMENT IN OFFICE 365 Mark Rackley
Building Web Applications using the latest ASP.NET technologies Max Déboli Director de Desarrollo Microsoft Azure MVP Lagash
Entity Framework Database Connection with ASP Notes from started/getting-started-with-ef-using-mvc/creating-an-
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
Bob German Principal Architect Developing SharePoint Applications with MVC and Entity Framework.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core RC2 * aka ASP.NET 5 before.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
INT213 Active Server Pages using Visual Basic Scripting.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com Deploying Your Web Apps * aka ASP.NET 5 before RC1.
Building Web Applications with Microsoft ASP
Build and Learn ASP.NET Workshop.
Building Web Applications with Microsoft ASP
Branding Without MasterPages, the Future of UX in SharePoint Online
C# MVC Frameworks – ASP.NET
Building Web Applications with Microsoft ASP
Building Web Applications with Microsoft ASP
ISV for the pension market
Building Web Applications with Microsoft ASP
Building Web Applications with Microsoft ASP
Presented by Kenny Duenke and Patrick Witbrod
Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek
Building Web Applications with Microsoft ASP
Web Applications Security What are web Applications?
Building Web Applications with Microsoft ASP
Web Applications Security INTRO
Study Material For Microsoft Free Exam - Dumps4Download.in
CS5220 Advanced Topics in Web Programming Course Overview
Microsoft Virtual Academy
Digital Lobby.
MVC in ASP.NET Core: The new kid on the block
02 | Developing ASP.NET MVC 4 Models
Unit Testing & Test-Driven Development for Mere Mortals
Microsoft Build /11/2018 2:12 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Explore web development with Microsoft ASP.NET Core 1.0
Should I Transition to .NET Core? Will it hurt?
A Quick Overview of ASP.NET Core 1.0
Introduction to ASP.NET MVC ASP.NET MVC පෙරවදන
ASP.NET Core* MVC and Web API Shahed Chowdhuri
Unit Testing & Test-Driven Development for Mere Mortals
What’s new in ASP.NET Core and Entity Framework 2.2 (Preview 3)
From Development to Production: Optimizing for Continuous Delivery
From Development to Production: Optimizing for Continuous Delivery
HCL’s Viewpoint – DevOps on MS Cloud
Building Web Applications with Microsoft ASP
Building Web Applications with Microsoft ASP
0. Overview of 2-Day Academic .NET Workshop
CS5220 Advanced Topics in Web Programming Course Overview
02 | Getting Started with Azure Websites
#01# ASP.NET Core Overview Design by: TEDU Trainer: Bach Ngoc Toan
Blazor A new framework for browser-based .NET apps Ryan Nowak
Security - Forms Authentication
CS4540 Special Topics in Web Development Course Overview
ASP.NET Core 2.0 The Future of Web Apps Shahed Chowdhuri
What’s ASP.NET 5 and Why? Scott Hunter | Director of Program Management Scott Hanselman | Principal Program Manager.
Git in Visual Studio.
TALTECH IT College 2019/2020, Andres käver
Presentation transcript:

Building Web Applications with Microsoft ASP Building Web Applications with Microsoft ASP.NET - I376 Web Application Programming II – I713 IT College, Andres Käver, 2016-2017, Spring semester Web: http://enos.Itcollege.ee/~akaver/ASP.NETCore Skype: akaver Email: akaver@itcollege.ee

Technical requirements Development environment – latest Visual Studio 2017 (RC) Use personal laptop for development (or rdp to somewhere) Projects in git (git.akaver.com)

What, Why, How, …. How to build web applications with modern tools and frameworks Patterns and technologies Model View Controller - MVC Entity Framework Unit of Work Dependency Injection Repository Project – single person + teacher Several milestones in project – less student syndrome

Grading 50% project, 15% theoretical exam, 35% practical exam All grade components have >50% requirement Project Complicated, hard, nerve breaking Minimum 10 functional entities (not counting user management and logging) Hard requirements on patterns, practices and technologies

Project 1 member teams + teacher No running away of learning it all Medium complexity projects (pizza ordering, time management) Practical project is highly recommended Don’t leave it at the end – it is too much End result: Deployed ASP.NET Core web app (Azure) Multilingual (UI and content!) Visually and aesthetically decent (more than just default Bootstrap) Separate admin and client areas