Tag: Development

Community

Inserting with jQuery

(Peter Vogel) This series started with the Visual Studio Magazine article Integrating jQuery, Web Services, AJAX and ASP.NET (December, pg. 24), which integrated the ASP.NET ScriptManager and jQuery to implement client-side CRUD processing. Subsequently, over three columns ( Defining Templates with

Community

How Smart is Real-Time BI?

(Heena Gathibandhe, Sagar Deogirikar and Amit K Gupta) We live in real time, minute by minute. News is no longer delayed by days or even hours; it is streamed in real time. We bank online and check our real-time balances. We book flights with real-time visibility of seat availability. Sales patterns

Community

URL Routing in ASP.NET 4.0

(Scott Mitchell) In the .NET Framework 3.5 SP1, Microsoft introduced ASP.NET Routing, which decouples the URL of a resource from the physical file on the web server. With ASP.NET Routing you, the developer, define routing rules map route patterns to a class that generates the content. For example, y

Community

.NET 4.0 and System.Threading.Tasks

(Justin Etheredge) In the soon-to-be-released .NET 4.0 framework and Visual Studio 2010 we are going to get a plethora of new tools to help us write better multi-threaded applications. One of these tools is a new namespace within the System.Threading namespace which is called “Tasks”. The Tasks in S