From weblogs.asp.net
()
I was asked the other day how to process a long running task asynchronously using ASP.Net MVC along with JQuery to update a progress bar on the view via Ajax. There are many ways of accomplishing this type of multithreading, in this blog I’m going to document one of the simplest and easiest to implement (this solution is really for small apps). Firstly, create a class that will manage the long running task – as this is a contrived example...
- ASP.NET MVC: Validating objects using Enterprise Library validation... (weblogs.asp.net)
- ASP.NET 4.0 - New Project Templates (blogs.msdn.com)
I’m pretty much a Web Forms kinda guy but a few months ago I decided to write a talk for the Fall 2009 Microsoft ASP.NET Connections conference (part of DevConnections conferences) that was an introduction to ASP.NET MVC for a Web Forms person (yes, this is not really equivalent to a Dummy so to speak, but the Dummies title sounded “funner”). Anyway, like always (for me anyway), back in April when I proposed the talk, I thought I’d have...
From weblogs.asp.net
()
- ASP.NET 4.0 Dynamic Data and Many to Many Entity Framework Entities (thedatafarm.com)
- Speaking at Tech-Ed Europe Next Week (weblogs.asp.net)
By coincidence, last night I was at a Facebook Developer Garage event (in London).
The coincidence is that the .NET Facebook software, which had been getting left behind has just been relaunched at version 3.0. Here is a link to Download it. Facebook has just made a lot of changes to their platform and that all goes live in the next month. The toolkit now includes dlls for Silverlight and ASP.NET MVC (as well as the ASP.NET one) and WPF. If...
From z.about.com
()
- Microsoft is: Releasing a cool Facebook SDK (channel9.msdn.com)
- ASP.NET MVC Resource Guide (blogs.msdn.com)
- ASP.NET MVC 2 Templates, Part 2: ModelMetadata (bradwilson.typepad.com)
Telerik recently released their Extensions for ASP.NET MVC which include several great controls, the most immediately useful of which is their Grid control. In the simple (and probably most common) cases the grid works by passing taking an enumerable list of objects (let’s say Northwind Orders for this example) and rendering this out as a table based on a fluent configuration. The benefit of passing in an enumerable list is that...
More perspectives...
From weblogs.asp.net
()
Build your own FaceBook applications with ASP.NET, ASP.NET MVC, WinForms or Silverlight ! Read More Download the SDK Facebook.dll : This is the main assembly that will be used by all applications....
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
More perspectives...
From stevetrefethen.com
()

