(Ged Mead) WPF uses the concept of attached properties to enable child elements to position themselves inside a parent panel. For instance, child elements housed in a Grid can use the Grid.Row and Grid.Column attached properties to have themselves located in their required location.
Tag: Development
ASP.NET Session vs ViewState
(Hima) The following is question that is asked by one of the Community Member from Beyond Relational Website to my personal ID.
Surfacing the Visual Basic Templates in WebMatrix
(Joe Kunk) I was fortunate enough to be present at the Microsoft’s launch of WebMatrix at the 2011 CodeMash conference at the Kalahari Resort in Sandusky, Ohio on January 13, 2011. WebMatrix looked very exciting at the launch keynote and I was interested to see what it offers to the Visual Basic dev
.NET data technologies overview
(Justin James) For the second installment of my TechRepublic series that highlights various .NET technologies and explains what they are, I am focusing on .NET’s data capabilities.
Context Menu in C#
(Mahesh Chand) The ContextMenuStrip control provides functionality of context menus in Visual Studio 2010 and .NET 4.0. A context menu is also known as a popup menu. A context menu appears when you right click on a Form or on a control.
Adding a Multi-Column Search to the Default List page in Dynamic Data (UPDATED)
(Stephen Naughton) This will extend the default filters that Dynamic Data provides by adding a free text search box the will search multiple text fields on the same page. I have done this in a few projects now as one off but after this post Custom filters & searches within DD in Visual Web Developer
ASP.NET SEO around VIEWSTATE
(Xianzhong Zhu) This article will bring you several SEO policies in terms of ViewState in ASP.NET.
Call ASP.NET Handler (ASHX) using JavaScript
(Suprotim Agarwal) I was working on an application which used AJAX and needed the XMLHttpRequest object to communicate with an ASP.NET Generic Handler (.ashx), which contained some server-side logic. Here’s a working prototype if you have a similar requirement.
Unit Testing Using Visual Studio 2010
(Vince Varallo) This article will demonstrate how to use Visual Studio 2010 to develop, run, and maintain unit tests.
Returning NULL Values In JSON Using SerializeJSON() And ColdFusion
(Ben Nadel) As I’ve been setting up a JSON-RPC (Remote Procedure Call) API for a ColdFusion project, I’ve been learning a few little tips and trips about JSON formation. Last week, I talked about how struct keys defined using array-notation maintain case during serialization. This week, in accordanc
