(Scott Guthrie) This is the fourteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. Today’s post covers some of the output caching extensibility improvements being made to ASP.NET 4. These can be used by all ASP.NET 4 applications – including those built using bo
Tag: Development
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
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
Using the Domain Service in ASP.NET Applications
(morebits) ASP.NET provides a DomainSourceControl control that can be used by data-bound controls, such as the System.Web.UI.WebControls.GridView control, to access the database and enable the user to perform creates, read, update and delete (CRUD) operations.
Using A ColdFusion Method Closure In Regular Expression Replace Logic
(Ben Nadel) Earlier today, I explored the ability to create closure-like behaviors between a calling page and a ColdFusion custom tag. While I personally found my last blog post very exciting, I know it didn’t do too much to show off the kind of power that something like this would make available. A
Tuning a Parallel LINQ File Search Application
(Mayank Agarwal) This post explores the performance issues that arise when using PLINQ to parallelize queries, and illustrates how the Concurrency Visualizer in Visual Studio 2010 can be a valuable tool in identifying performance bottlenecks and making efficient and profitable parallelization choice
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
Binding UI Events from View to commands in ViewModel in Silverlight 4
(Slobodan Pavkov) In previous two posts we covered wiring up the Views and ViewModels and Blendability and showing ModalDialogs in MVVM way.
.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
Invoking A ColdFusion Function With A Closure-Like CALLER-Based Variable Binding
(Ben Nadel) The more I work with Javascript and jQuery, the more I love the power of closures. And, the more I love the power of closures, the more I want them in ColdFusion. As such, every time that I learn something new about the internal workings of ColdFusion, I stop and think about how I can le
