21
INTRODUCTION TO MICROSOFT WEB PI AND WEBMATRIX Mohamad Iqbal Microsoft Student Partner | UNIKOM http://ciebal.com [email protected] http://twitter.com/ciebal http://facebook.com/ciebal /Web

Introduction to web pi and web matrix

Embed Size (px)

DESCRIPTION

Seminar Cloud Computing (UNIKOM)

Citation preview

  • 1. Introduction to Microsoft Web PI and WebMatrix
    MohamadIqbal
    Microsoft Student Partner | UNIKOM
    http://ciebal.com
    [email protected]
    http://twitter.com/ciebal
    http://facebook.com/ciebal
    /Web

2. Agenda
What is WebMatrix & Who is it for?
Getting Started with WebMatrix/Razor
Coding ASP.NET Web Pages with Razor Syntax
Other Cool Things You Can Do
Publish a Website
Getting Started w/The Web PI
3. What is WebMatrix & Who is it for?
Complete Package for building apps
IIS Express, ASP.NET, SQL Compact
FREE!
4. Getting Started with WebMatrix/Razor
Web Platform Installer
Installs IIS Express, SQL Compact, WebMatrix
Optional Installs: VS 2010 Express, popular blogs, templates, CMS, eCommerce sites, etc..
http://www.asp.net/webmatrix
5. WebMatrix
Start from Scratch
6. WebMatrix
Start from Apps/Templates
7. DEMO
A Quick Web Site from an App
8. Coding ASP.NET Web Pages with Razor Syntax
Adding code to a page
Coding Basics
Combining Text, Markup & Code
9. Coding ASP.NET Web Pages with Razor Syntax

  • Add Code with the @ symbol

10. Declare variables with the var keyword 11. Create code blocks with braces { } 12. Use semicolons inside code blocks to end statements ; 13. Code is case sensitive! 14. Use objects with dot notation 15. Comments // and /* */ for multiline comments@ { varmsg = "hello";}

@msg, the current time is:@DateTime.Now
16. DEMO
Quick code samples
17. Other Cool Things You Can Do
Social Networking
Email
Diagnostics
Video
More
18. DEMO
Social Networking
19. Publish a Website
http://www.asp.net/webmatrix/hosts
20. DEMO
Publish a Website
21. Web Platform Installer
22. SIMPLIFIED DEPLOYMENT
The Web Deployment Tool simplifies the migration, management and deployment Web apps and Web sites.
Migrate apps between IIS 6.0 and IIS 7.0
Package a Web application or an entire site, including the associated SQL database for simple deployment.
Seamless integration with Visual Studio, IIS Manager and PowerShell.
23. A complete stack that combines a rich and powerful web application framework with a supporting cast of tools, servers, and technologies for creating, designing, developing and delivering web solutions
Servers
Tools
Technologies
Applications
Design and development integration for
pre- packaged Open Source applications that run on top of the Microsoft Web Platform including:
24. URL REWRITING
URL Rewrite Module for IIS 7.0 provides a flexible rules-based rewrite engine that can be used to perform broad spectrum tasks.
Enabling user and search engine friendly URL
Rewriting URLs based on HTTP headers and server variables
Control access to content based on URL segments or request metadata
Import Apache mod_rewrite rules to IIS URL Rules
25. Resources
http://geeks.netindonesia.net
http://wss-id.org
http://mugi.or.id
http://sqlserver-indo.org
http://students.netindonesia.net
http://www.asp.net/webmatrix
26. My Ebooks
http://ciebal.com/tkp/ebooks
27. MohamadIqbal
Microsoft Student Partner| UNIKOM
http://ciebal.com
[email protected]
http://twitter.com/ciebal
http://facebook.com/ciebal