Using Visual Studio Visual Studio භාවිතය

Slides:



Advertisements
Similar presentations
ASP:ListView ASP:DataPager ASP:LinqDataSource ASP:ListView Adventure Works Products Adventure Works Products Adventure Works Products Adventure Works.
Advertisements

02 | New Features for Web Developers Susan Ibach| Technical Evangelist Christopher Harrison | Head Geek.
Agenda What is the ASP.NET Web Matrix Project? What is the ASP.NET Web Matrix Project? Who is it for? Who is it for? Web Matrix and Visual Studio.NET Web.
Aptech Borivali(West) Hefin Dsouza. Agenda  What is.NET and What is Visual Studio? .NET Framework 3.5 Overview.  Visual Studio 2008 Enhancements. 
What’s New in Web Forms Scott Hunter Pranav Rastogi
Kay Herzam Herzam IT Consulting What‘s new in ASP.NET MS TechTalk.
Entity Framework Code First End to End
Intro to Entity Framework By Shahed Chowdhuri Don’t drown in database design during WakeUpAndCode.com.
08 | What’s Next and Resources Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
Web Development in Microsoft Visual Studio 2013 / 2015.
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
What was new in VS Studio 2008 A bird eye view from the height of ft By: Shahzad Sarwar Software Architect Comsoft computer consultants.
Building Web Applications using the latest ASP.NET technologies Max Déboli Director de Desarrollo Microsoft Azure MVP Lagash
Stuart Kent Group Program Manager, Visual Studio Follow team coding activity with CodeLens.
1 Adding a Model. We have created an MVC web app project Added a controller class. Added a view class. Next we will add some classes for managing movies.
Danijel Malik Visual Studio ALM MVP Build 2014 What’s new for Visual Studio 2013 and Visual Studio Online.
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
ASP.NET Core* Shahed Chowdhuri Sr. Technical WakeUpAndCode.com A Quick Overview of ASP.NET Core * aka ASP.NET 5 before.
03 | The Power of Visual Studio Jon Galloway | Technical Evangelist Christopher Harrison | Content Developer.
10/18/2017 3:02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Top 10 Entity Framework Features Every Developer Should Know
Introduction ITEC 420.
DevOps with ASP.NET Core and Entity Framework Core
Part 1: Overview of LINQ Intro to LINQ Presenter: PhuongNQK.
DotNetSpider Editor Hefin Dsouza
Introduction to .NET Florin Olariu
Visual Studio 2017 By Michael Washington
Getting started with .NET Core
TechEd /1/2018 7:56 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Introduction to .NET Core
Introduction to Bootstrap Bootstrap සදහා හැදින්වීම
Introduction to .NET Framework Ch2 – Deitel’s Book
Creating and Deploying Your First SharePoint Framework Application
Entity Framework By: Casey Griffin.
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Visual Studio 2008 Abdul Rahman .Y Microsoft Student Partner.
Introduction to SharePoint Framework (SPFx)
Module 0: Introduction Chapter 2: Getting Started
Module 1: Getting Started
SQL Server Data Tools Gert Drapers
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
Slides and images stolen from “real” .NET Conf. presenters
An Introduction to Entity Framework
What’s new in Visual Studio for web developers
Hosted Web Apps with Windows App Studio
12/3/2018 7:56 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Introduction to ASP.NET MVC ASP.NET MVC පෙරවදන
Basics of MVC MVC වල මුලික කොටස්
Cascading Style Sheets (Introduction)
Customizing Controllers Controllers Customizing කර ගැනීම
Introducing the .NET Framework
Data Management Innovations 2017 High level overview of DB
What’s new in ASP.NET Core and Entity Framework 2.2 (Preview 3)
virtual techdays INDIA │ November 2010
Understand design from code with code maps
Data Structures and Database Applications ACST 3330
Implementing Entity Framework with MVC Jump Start
04 | Apps and SharePoint Chris Johnson | SharePoint Guru
Introduction to TypeScript
04 | Visual Studio & ASP.NET Integration
7/19/2019 2:53 AM © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Visual Studio 2008.
Entity Framework & LINQ (Language Integrated Query)
05 | An Introduction to AngularJS
Visual Studio 2010 and .NET Framework 4 Training Workshop
Visual Studio 2005 IDE Features
C# and ASP.NET Programming
DataBase Application .NET
Presentation transcript:

Using Visual Studio Visual Studio භාවිතය Module 3 Omal Perera | http://www.windowsgeek.lk @omalperera Microsoft Virtual Academy

Module Overview Scaffolding Entity Framework Visual Studio Web Tools

Scaffolding Module 3 Microsoft Virtual Academy

Scaffolding Models මත පදනම් කරගෙන controllers සහ views generate කරයි. Common ASP.NET Scaffolding system එකත් සමග නිර්මාණය කර ඇත.

Scaffolding Update an action to use FormCollection Execute and show off generated form (with name attributes) Show via debugger the generated form collection Highlight id vs name Web Forms – scaffolding – introduce as migration point Scaffolding

Entity Framework Entity Framework (EF) කියන්නේ .NET developersලාට domain- specific objects පාවිච්චි කරමින් relational data සමග වැඩ කිරීමට පහසුකම් සලසන object-relational mapper එකක්. මේ Entity Framework එක නිසා, සාමානයෙන් developers ලා code කල යුතු data-access codes, අවම කරනවා. http://entityframework.codeplex.com/

Entity Framework Module 3 Microsoft Virtual Academy

Entity Framework Context Code First Relations / Foreign Keys Seed method Migrations

Scaffold using existing classes (Albums, Genres, Artists) Entity Framework

Visual Studio Web Tools Module 3 Microsoft Virtual Academy

Visual Studio Web Tools Browser Link Zen Coding IntelliSense jQuery Angular Knockout Etc. VS Web Essentials Side Waffle

Visual Studio Web Tools