| |
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.
|
4 Articles match "Demo","Return"
| Related DevelopMentor Courses | MORE | | Using SignalR for real time data updates var books = _repo.GetBooks(); return books; }. }. var books = _repo.GetBooks(); return books; }. If you want to try this I have a live demo on my site where you can test this SignalR style page. In a previous post I showed how easy it is to create a simple chat application using SignalR. And chatting on the internet might be popular but as it turns out there are rather a lot of applications that need to do more than just chat. As it is there are a lot more CRUD style applications, where users edit data usually stored in a database for some purpose, than chat applications. The Problem Solver - Wednesday, July 25, 2012 What’s new in ApprovalTests.Net v.20? However, if this method fails, then it will connect to referenced database and will execute the generated query and will return extra information about WHY the test failed. 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 This can be particularly troublesome when changing an existing, unfamiliar piece of code. Let’s give you one more look at this method signature. DevelopMentor Courses - Thursday, August 9, 2012 Getting started with RavenDB in an ASP.NET MVC application Creating a real simple ASP.NET MVC application using RavenDB A quick demo will show just how easy it is to get started. In this demo I am going to use a simple book application to show how simple it is to get started with RavenDB. ToList(); 10: return View(books); 11: }. Instead RavenDB will just check to see of it knows about books and if so return them. In fact it will return the first 128 by default as that is another of those default to help developers make the right choice. The session.Query returns an IQueryable object so you could just start do queries. The Problem Solver - Sunday, November 25, 2012 |
29 Articles match "Demo","Return"
| The Latest from DevelopMentor | MORE | | Getting started with RavenDB in an ASP.NET MVC application Creating a real simple ASP.NET MVC application using RavenDB A quick demo will show just how easy it is to get started. In this demo I am going to use a simple book application to show how simple it is to get started with RavenDB. ToList(); 10: return View(books); 11: }. Instead RavenDB will just check to see of it knows about books and if so return them. In fact it will return the first 128 by default as that is another of those default to help developers make the right choice. The session.Query returns an IQueryable object so you could just start do queries. The Problem Solver - Sunday, November 25, 2012 Getting started with RavenDB in an ASP.NET MVC application Creating a real simple ASP.NET MVC application using RavenDB A quick demo will show just how easy it is to get started. In this demo I am going to use a simple book application to show how simple it is to get started with RavenDB. ToList(); 10: return View(books); 11: }. Instead RavenDB will just check to see of it knows about books and if so return them. In fact it will return the first 128 by default as that is another of those default to help developers make the right choice. The session.Query returns an IQueryable object so you could just start do queries. The Problem Solver - Sunday, November 25, 2012 Improve perceived performance of ASP.NET MVC websites with asynchronous partial views Here’s the new controller code: It is important to note that we are returning PartialView (not View) for the parts that were previously managed in the view (news & popular). Check out the live demo I’ve posted here: Sample: Improve Perceived Performance with Async Partial Views. Added an action method returning a PartialViewResult for each async section. Imagine you’re building an ASP.NET MVC website which has some performance problems. Now, you web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 | -
| The Best from DevelopMentor | MORE | - How to build a Development/Test/Demo CA
They usually expire on the very day where you have to do an important demo. Then you can download the certificate by returning to the web interface. I often need X509 certificates - but I never really became friendly with makecert. So I ended up running Windows Cerificate Services which proved to be an easy to use, robust solution. You can have one at home or carry it around in a VM. Perfect. There are some gotchas you can run into and I refined my configuration over the years. Basic Installation. Install Windows Server (2003 or 2008) - either phyiscally or virtually. www.leastprivilege.com - Thursday, August 14, 2008 - HTML5 Video
If you create a page like this: HTML5 Video demo. HTML5 Video demo. The video stream is returned with an HTTP header: Content-Type: text/plain; charset=UTF-8. Video has always been a difficult thing on the web. With HTML5 supporting the element that should become a lot easier right? After all you just add a video element, set the source and you are good to go right? video. {. height: 200px; width: 400px; }. < video poster ="[link]. src ="[link]. controls. autoplay > HTML5 Video element not supported. So what gives? The solution. video. {. controls. Enjoy! The Problem Solver - Tuesday, December 13, 2011 - HTML 5 and file Drag & Drop
1: 2: 3: 4: HTML 5 Drag & Drop demo. text( 'Drag & Drop of files is not supported' ); 15: return ; 16: }. There is a lot of new goodness in HTML 5 and one of these features is being able to drag a file from the Windows explorer into the browser and handling the drop event using JavaScript. If you are a GMail user you are probably familiar with this as GMail allows users to attach files to emails using this Drag&Drop style. Of course as always not every browser supports the new feature. This works just fine with the current versions of Chrome or FireFox though. The Problem Solver - Thursday, October 13, 2011 - Using SignalR for real time data updates
var books = _repo.GetBooks(); return books; }. }. var books = _repo.GetBooks(); return books; }. If you want to try this I have a live demo on my site where you can test this SignalR style page. In a previous post I showed how easy it is to create a simple chat application using SignalR. And chatting on the internet might be popular but as it turns out there are rather a lot of applications that need to do more than just chat. As it is there are a lot more CRUD style applications, where users edit data usually stored in a database for some purpose, than chat applications. The Problem Solver - Wednesday, July 25, 2012 - Improve perceived performance of ASP.NET MVC websites with asynchronous partial views
Here’s the new controller code: It is important to note that we are returning PartialView (not View) for the parts that were previously managed in the view (news & popular). Check out the live demo I’ve posted here: Sample: Improve Perceived Performance with Async Partial Views. Added an action method returning a PartialViewResult for each async section. Imagine you’re building an ASP.NET MVC website which has some performance problems. Now, you web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 - Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series)
Check out the CMS section of the demo to see it in action. So simply changing the return type of LinkWithImage to MvcHtmlString fixes it. Check out the Helpers section of the demo to see this in action. This article covers the various ways in which you might handle text encoding in ASP.NET MVC. For example, if you were writing a forum web app, you should absolutely be paranoid about what your users are typing into your site. You need to be very careful about how you redisplay their input. On the other hand, they may write: <script src=”[link]. data). Michael C. Kennedy's Weblog - Monday, October 15, 2012 - Reporting using Entity Framework
These views limit the data to Massachusetts and join a couple of table to make for more demo-friendly data. 39: Next step is to create a WCF service application, add an Entity Framework model and drag the two views onto the model: Next we’ll implement two methods to use the Entity Framework model to select the data and return a list of CustomerView or OrderView objects. 20: var query = from customer in db.CustomerViews select customer; 21: return query.ToList(); 22: }. 29: var query = from customer in db.OrderViews select customer; 30: return query.ToList(); 31: }. The Blomsma Code - Wednesday, October 20, 2010 %>
| | |