Presentation is loading. Please wait.

Presentation is loading. Please wait.

Demo: File->New Project Demo: Bundling & Minification.

Similar presentations


Presentation on theme: "Demo: File->New Project Demo: Bundling & Minification."— Presentation transcript:

1

2

3 Demo: File->New Project

4

5

6 Demo: Bundling & Minification

7

8 @{ string myClass = null; if (someCondition) { myClass = ”shinyFancy”; } class=”@myClass” } }>Content

9 @{ string myClass = null; if (someCondition) { myClass = ”shinyFancy”; } Content

10 Database Migrations

11

12 Demo: Database Migrations with EF 4.3

13

14

15 Source: www.programmableweb.com – current APIs: 4535www.programmableweb.com + 100%+ 50%+ 3400%+ 235%+ 71%+ 86%+ 46%+ 63% + 16%

16

17 Demo: Building a Web API

18 Demo: Calling a Web API from JavaScript

19

20 Demo: Unit Testing a Web API

21

22 Demo: Hosting Web APIs

23 Mobile Web

24 Adaptive Rendering Display Modes Mobile Template

25

26 Demo: Mobile Web

27

28 Client – JavaScriptServer -.NET var hub = $.connection.chat; hub.addMessage = function (msg) { $("#msgs").append(" " + msg + " "); }; $.connection.hub.start().done(function() { $("#send").click(function() { hub.sendMessage($("#msg").text()); }); public class Chat : Hub { public void SendMessage(string message) { Clients.addMessage(message); }

29 Demo: SignalR

30

31

32

33

34

35 Questions


Download ppt "Demo: File->New Project Demo: Bundling & Minification."

Similar presentations


Ads by Google