(Michael Livshitz) Working with LINQ to SQL we often use stored procedures, written by ourselves or some other developers. In this article I will explain how you can combine using of your own classes to DataContext (dbml file) and partial DataContext class, when working with LINQ to SQL Stored Proc
Tag: Development
Tips for Deploying ASP.Net Application in Production
(Satheesh babu) One of my previous article Deploying ASP.Net Applications discussed about how to deploy asp.net applications in IIS. In this article, we will see some of useful tips that can help us in deploying application efficiently in production.
Creating Responsive .NET Applications with Microsoft Concurrency and Coordination Runtime (CCR)
(Jeffrey Juday) If developers want to leverage muti-cores, without a doubt they’ll need to tackle Threading and race conditions, typically referred to as Concurrency. Concurrency is complicated. So, Microsoft has been working to make Concurrency more accessible to a wider range of developers doing t
Essential Components of a Successful BI Strategy
(Prashant Pant) There is often disagreement regarding the constituent components of the BI strategy, but some topics are widely agreed upon as essential. What you ultimately include will be largely driven by the overall business goals, scope and objectives of your BI initiatives. You should describe
Extend Sorting in the GridView
(Peter Vogel) In a previous column I discussed handling sorting using the ObjectDataSource. This triggered some comments by readers around sorting, which inspired this article.
JavaScript – Find the Text Between Two Words
(Christian Screen) Using basic JavaScript and Regular Expressions I was looking for a way to parse any text string and capture only a segment of text within that string. This is really a scenario of parsing.
Problems Installing Microsoft Visual Studio Team System 2010
(Jayaram Krishnaswamy) Installing this software (humongous) has been very challenging. Take for example the following which I removed completly from my Windows 7 RC by restoring the system to the earliest date (When windows 7 RC was installed for the first time) since it did not work.
HttpPostAttribute in ASP.NET MVC 2.0 Preview 1 Uses AcceptVerbsAttribute
(David Hayden) If you want to limit the visibility on your actions based on an HTTP Get or HTTP Post in ASP.NET MVC 1.0, you typically used the AcceptVerbsAttribute and passed in the appropriate HTTP Verb as such:
Learning ColdFusion 9: Delete Array Elements With ArrayDelete()
(Ben Nadel) A little while ago, I blogged about ColdFusion 9’s new ArrayFind() and ArrayContains() methods. ColdFusion 9 also has a similar method for deleting elements from an array: ArrayDelete(). Like ArrayFind() and ArrayContains(), ArrayDelete() takes an array and a target value to delete (rath
ADO.NET Objects: Part II
(Puran Mehra) ADO.NET is designed to help developers work efficiently with multi-tier databases, across intranet or Internet scenarios.
