(Stephen Naughton) In the past I have done several articles on Cascading field templates and filters, these articles will cover a single cascading hierarchical field template that filters by it’s parent fields without having to have those tables related directly related to the columns table.
Tag: Development
Dictionary in C#
(Mahesh Chand) A Dictionary class represents a dictionary in C# that is used to represent a collection of keys and values pair of data. This article demonstrates how to use a dictionary in C#.
What is New in ASP.NET 4.0 – ClientID Generation for a Cleaner MarkUp
(Suprotim Agarwal) In order to avoid naming conflicts in controls, ASP.NET 2.0/3.5 used ClientID’s, which made each control generate the id attribute unique to that page. However these ID’s generated were long and unpredictable. Developers who have been doing Client-Side programming using a scriptin
Building Dynamic Systems with Expressions in .NET
(Bill Wagner) The two most recent versions of C# and .NET make creating dynamic systems easier. The addition of the Dynamic Language Runtime (DLR) and more extensive Expression API support lower the barrier to creating code as data and then working with that code at runtime. Previously you needed to
Introduction : LINQ to SQL
(IBhadelia) LINQ [Language Integrated Query], it’s a programming model for any kind of data. It’s enable you to query data irrespective of data source hence its another data abstraction layer.
Long Polling Experiment With jQuery And ColdFusion
(Ben Nadel) Recently, I’ve been using Pusher to send realtime data to the client over native HTML5 WebSockets. This has been a lot of fun; but, in order to get a real sense of just how good Pusher makes my web development life, I wanted to see what kind of pain I would experience if I tried to use o
LinkLabel in C#
(Mahesh Chand) A LinkLabel control is a label control that can display a hyperlink. A LinkLabel control is inherited from the Label class so it has all the functionality provided by the Windows Forms Label control. LinkLabel control does not participate in user input or capture mouse or keyboard eve
Developing ASP.NET Web Pages using WebMatrix and Razor
(David Hayden) Developing database-driven websites using the ASP.NET Web Pages Framework, WebMatrix and Razor is not evil as most professional ASP.NET Web Developers might think. It is hard to look back on the 90’s and Classic ASP websites with much optimism as ADO, millions of include files, and sp
Managing View State in ASP.NET 4 Using the New ViewStateMode Property
(Scott Mitchell) The ASP.NET Web Forms model strives to encapsulate the lower level complexities involved in building a web application. Features like server-side event handlers, the page lifecycle, and view state effectively blur the line between the client and the server, simplify state management
Developing Reports for ASP.NET Web applications Using SQL Server 2008 Reporting Services
(Tapas Pal) Crystal Report was the most recommended reporting tool used with ASP.NET web application before SQL server reporting service (SSRS) was first introduced in 2004 as an add-on to SQL server 2000 by Microsoft. An enhanced version of this SQL server reporting service was released with SQL se
