(Brad Wilson) This is part 3 in a series on using Task Parallel Library when writing server applications, especially ASP.NET MVC and ASP.NET Web API applications.
Tag: Development
Building Single Page Apps with HTML5, Knockout, jQuery, and Web API – Part 4 – Serving JSON with ASP.NET Web API
(John Papa) It’s about T-4 weeks til my Pluralsight course is available. As I get closer to reaching completion I’ll continue sharing some thoughts on how the SPA is architected.
Server Side Timer in an ASP.NET MVC application using SignalR
(Sumit Maitra) SignalR, as we all know, is a persistent connection framework in .NET. We have seen how easy it is to set it up for broadcasting messages to clients. Today we will see a few more features namely Connect, Disconnect and Reconnect that enable us fine grained control over client connecti
Tighten up Your Visual Basic Code with Lambda Expressions
(Joe Kunk) A friend was recently reviewing some Visual Basic code that I was having an issue with. As we looked at one particular section of code, he said “You could really tighten up this code with a couple lambda expressions. I’d do that right away.” He said it so matter-of-fact that it really too
Creating Type Parameter Documentation
(Richard Carr) When creating help files to explain the use of code libraries using XML documentation comments, generic types and methods can include additional information that describes their type parameters. This is achieved with the use of the typeparam element.
Node.js, Socket.IO, and ASP.NET MVC 4 on Windows Azure Web Sites – Tankster Command Sample
(Nathan Totten) Today I am releasing another sample application called Tankster Command. This sample shows how to build an application that uses both ASP.NET and Node.js side-by-side. I used ASP.NET MVC 4 to build the bulk of the application and used Node.js and Socket.IO to create a simple chat cli
Inside the DLR – Callsite binders
(Simon Cooper) So, we’ve looked at how the C# compiler produces a CallSite object for every dynamic call that is made, and provides it with everything it needs to resolve the call at runtime. How is this information used when the callsite is invoked?
Task Parallel Library and Servers, Part 2: SynchronizationContext
(Brad Wilson) This is part 2 in a series on using Task Parallel Library when writing server applications, especially ASP.NET MVC and ASP.NET Web API applications.
C# File Class
(Dinesh Beniwal) The File class in the .NET Framework class library provides static methods for creating, reading, copying, moving, and deleting files. In this article, we will see how to create a text file using different options available in .NET.
Using The Quality Attribute With The CFImage WriteToBrowser Action
(Ben Nadel) The other day, I needed to do some on-the-fly conversion of PNG image files to JPG format in ColdFusion. This was part of stop-gap measure at InVision for mobile devices that can handle more JPG data than they can PNG data.
