| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
1 Articles match "Demo","URL"
| Related DevelopMentor Courses | MORE | | What’s new in ApprovalTests.Net v.20? Here’s an example var urls = new [] { "/Home/Index/Hello" , "/" }; AspApprovals.VerifyRouting(MvcApplication.RegisterRoutes, urls); In the sample above, the delegate (MvcApplication.RegisterRoutes) will be invokes against a mock route collection, and then fed the URLs provided. Testing Email with ApprovalTests FileLauncher with DelayReporter There has been a great deal of demand to use Cassini-dev after Jim Counts demo’d it during his ASPConf video on testing ASP.MVC views. ASP routing support As community contributor, Krzysztof Ko?mic Happy testing. DevelopMentor Courses - Thursday, August 9, 2012 |
14 Articles match "Demo","URL"
| The Latest from DevelopMentor | MORE | | Improve perceived performance of ASP.NET MVC websites with asynchronous partial views Notice how we use the data-url attribute to simplify coordinating the proper location for the content. Each partialContents section has a data-url for the location of the partialview controller action. The foreach one we pull out the url and call jQuery.load(). Check out the live demo I’ve posted here: Sample: Improve Perceived Performance with Async Partial Views. Added a partialContent pending section with loading message and data-url to parts of the original page which are going to be loaded asynchronously. First a disclaimer / warning. click to enlarge). Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 What’s new in ApprovalTests.Net v.20? Here’s an example var urls = new [] { "/Home/Index/Hello" , "/" }; AspApprovals.VerifyRouting(MvcApplication.RegisterRoutes, urls); In the sample above, the delegate (MvcApplication.RegisterRoutes) will be invokes against a mock route collection, and then fed the URLs provided. Testing Email with ApprovalTests FileLauncher with DelayReporter There has been a great deal of demand to use Cassini-dev after Jim Counts demo’d it during his ASPConf video on testing ASP.MVC views. ASP routing support As community contributor, Krzysztof Ko?mic Happy testing. DevelopMentor Courses - Thursday, August 9, 2012 HTML5 Background tasks using Web Workers Update: Check out these live Simple Web Worker and Chunked Web Worker demos. Getting started with them is quite straightforward, basically you create a Worker object and pass it the URL of the script you want to execute. This has to be a URL, you can’t just pass a function, something that would have been handy. Update: Check out these live Simple Web Worker and Chunked Web Worker demos. One of the problems with running JavaScript in the browser is that everything usually executes on the same thread as the UI. The following HTML page contains all the code required. The Problem Solver - Wednesday, May 2, 2012 | -
| The Best from DevelopMentor | MORE | - Improve perceived performance of ASP.NET MVC websites with asynchronous partial views
Notice how we use the data-url attribute to simplify coordinating the proper location for the content. Each partialContents section has a data-url for the location of the partialview controller action. The foreach one we pull out the url and call jQuery.load(). Check out the live demo I’ve posted here: Sample: Improve Perceived Performance with Async Partial Views. Added a partialContent pending section with loading message and data-url to parts of the original page which are going to be loaded asynchronously. First a disclaimer / warning. click to enlarge). Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 - What’s new in ApprovalTests.Net v.20?
Here’s an example var urls = new [] { "/Home/Index/Hello" , "/" }; AspApprovals.VerifyRouting(MvcApplication.RegisterRoutes, urls); In the sample above, the delegate (MvcApplication.RegisterRoutes) will be invokes against a mock route collection, and then fed the URLs provided. Testing Email with ApprovalTests FileLauncher with DelayReporter There has been a great deal of demand to use Cassini-dev after Jim Counts demo’d it during his ASPConf video on testing ASP.MVC views. ASP routing support As community contributor, Krzysztof Ko?mic Happy testing. DevelopMentor Courses - Thursday, August 9, 2012 - Using HTML5 WebSockets
Opening a connection from the browser is simply a question of instantiating a WebSocket object and passing in the required URL. The difference is this time we are not using HTTP but the WS scheme so the connection URL looks something like ws://api.myserver.com/chatService. But for a demo on a local machine that is no problem The client code The code on the client is actually quite simple. Fleck is pretty easy to use, just new up an WebSocketServer with the URL to start listening and it has pretty much the same interface as the WebSocket on the client. text(msg).appendTo( The Problem Solver - Friday, November 11, 2011 - The NoSQL Movement, LINQ, and MongoDB - Oh My!
Here’s a taste of the Blog class: public class Blog { public ObjectId _id { get; set; } public string Name { get; set; } public string Url { get; set; } public string RssUrl { get; set; } public List Entries { get; set; } //. }. You may also want to check out the source code for my demo app: Download Sample: RssMongoSample-Kennedy.zip. Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. Insanity!” Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - Getting started with the ASP.NET Web API
So in this demo I am going to use ASP.NET MVC 4. In fact if we run the application as is and navigate to the URL for this controller, in my case [link] but your port number is going to be different, we can see it already returns some data. So why does this URL work? 12: name: "Default" , 13: url: "{controller}/{action}/{id}" , 14: defaults: new { controller = "Home" , action = "Index" , id = UrlParameter.Optional }. Not surprisingly just the single product is returned when we add a product id to the URL. 3: // GET /api/. The Problem Solver - Friday, March 9, 2012 - Article: 10 Features in.NET 4.0 that made Me Smile
BTW, here are some really great demos for PFx in.NET 4.0. svc in our RESTful urls in IIS. I recently wrote another article for DevelopMentor 's Developments newsletter (not subscribed yet? see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 that made Me Smile. Read it on the DevelopMentor website: [link]. am republishing it below for you all to enjoy on your RSS readers. Cheers, Michael. 10 Features in.NET 4.0 that made Me Smile. have been reviewing some of our upcoming classes at DevelopMentor this week. bet some of them make you smile too. ll wait. Michael C. Kennedy's Weblog - Wednesday, December 16, 2009 - Using HTML5 WebSockets
Opening a connection from the browser is simply a question of instantiating a WebSocket object and passing in the required URL. The difference is this time we are not using HTTP but the WS scheme so the connection URL looks something like ws://api.myserver.com/chatService. But for a demo on a local machine that is no problem The client code The code on the client is actually quite simple. Fleck is pretty easy to use, just new up an WebSocketServer with the URL to start listening and it has pretty much the same interface as the WebSocket on the client. text(msg).appendTo( Maurice de Bejeir - Friday, November 11, 2011 %>
| | |