(Michael Ulmann) Since ASP.NET 2.0 the .NET framework ships a feature called client callback. This callbacks are a much lighter than the partial postbacks provided by the ASP.NET Ajax extension’s UpdatePanel. Client callbacks send a specified string to the server and retrieve only a server side gene
Tag: Development
Trimming Items in a String Array
(Arsalan Tamiz) When you use a For Each loop to iterate through a String Array and perform some action with each item, the change doesn’t affect the String Array itself.
Introduction to Extended Events
(Vinod Kumar) Extended Events (xEvents) is something that we introduced with SQL Server 2008 version. This is a complete tracing environment and must NOT be confused with the profiler version. Though the fundamentals of xEvents revolves around a general event-handling and at certain cases can be lin
TextBlock in Silverlight
(Mahesh Chand) A TextBlock control in .NET 3.5 provides a lightweight control for displaying small amounts of flow content. This tutorial demonstrates how to create and use a TextBlock control in Silverlight using XAML and C#.
Exploring Cool Features of Devexpress’ ASPxGridView
(Paul Kimmel) The holiday season is a time for rich food, the warmth of family and friends, and festive fun and good times. And, if you are like me, you were able to squeeze in some computer time when the kiddies were playing their XBoxes or watching their new DVDs in between sledding and ice skatin
Building Web Sites with Telerik – Part 1
(Brian Mains) Telerik is a framework of development components designed to aid in the development of applications. Telerik offers a whole line of products, from content management systems (Sitefinity) to UI frameworks for web and windows, along with an object-relational mapper tool. These tools all
Dictionary Based Database Upgrades
(Kenneth Downs) The number one search term that brings people to this blog is “data dictionary.” So this week I will begin a series on how to use the data dictionary to improve your own productivity and reduce errors.
TextBox in Silverlight
(Mahesh Chand) This article demonstrates how to create and use a TextBox control in Silverlight using XAML and C#.
Grids in Data Warehousing
(Madhu Zode) This article discusses how IT organizations face challenges when data volume explodes and how grid technology has proven to be an effective solution to handle this data volume and make the data processing faster. This article also looks at the data warehousing products of some of the ve
Rendering Hierarchical Data with the Treeview
(Ion Freeman) If you’re like me, one day Joe Celko exposed you to Michael J. Kamfonas’ Nested Sets model for trees in SQL on the Usenet, and it changed your life. So you have an easy way of expressing hierarchical data in SQL, with ordered sibling nodes, no less.
