(Mahesh Chand) A FolderBrowserDialog control is used to browse and select a folder on a computer. A typical FolderBrowserDialog looks like Figure 1 where you can see Windows Explorer like features to navigate through folders and select a folder.
Tag: Development
Hard Working Model Binder
(K. Scott Allen) The job of a model binder in ASP.NET MVC is to take pieces of data in an HTTP request and place them into objects. It’s easy to sense a model binder at work when you use one of the Update API’s.
Enforcing Complex Business Data Rules with WPF
(Brian Noyes) Microsoft Windows Presentation Foundation (WPF) has a rich data-binding system. In addition to being a key enabler for loose coupling of the UI definition from the supporting logic and data through the Model-View-ViewModel (MVVM) pattern, the data-binding system has powerful and flexib
Implementing Routing in ASP.NET 4 applications
(Hima) Practical implementation of Routing in ASP.NET 4 is very simple. For example, consider the URL for my website that displays Label categories might look like below.
ASP.NET 4.0 : Manipulate ClientID using ClientIDMode
(Abhi2434) In this article I will discuss how you can manipulate the ClientId of each control being rendered in the browser. The article also demonstrates how you can use Predictable ClientId for data bound controls.
New features of ASP.NET 4
(John Charles Olamendy) In this article, I want to give an overview of the new features of ASP.NET that are included in the .NET framework 4 and Visual Studio 2010. I will explain these new features from the problem/solution strategy.
ASP.NET MVC: Creating vCard Action Result
(Gunnar Peipman) I added support for vCards to one of my ASP.NET MVC applications. I worked vCard support out as very simple and intelligent solution that fits perfectly to ASP.NET MVC applications. In this posting I will show you how to send vCards out as response to ASP.NET MVC request.
Extending Java Objects With ColdFusion Components
(Ben Nadel) This morning on Twitter, David Boyer brought up a very interesting concept: extending Java objects in ColdFusion components. Essentially, what I think he wanted to do was to be able to create a ColdFusion component that acts, in part, as a proxy to a given Java object instance, while at
Generate Dynamic Title Tag based on QueryString in ASP.NET 3.5
The title tag is one of the most important HTML elements of any web page. Not only does it guide your website visitors to appropriate content, but having a unique and relevant title tag is useful for search engine optimization purposes. This article will illustrate how to generate unique title tags
ADO.NET Entity Framework 4.0: Making it fast through Compiled Query
(Wriju Ghosh) If we are using similar query frequently, we can increase it’s performance by Compiling it through CompiledQuery. It’s always recommended to use CompiledQuery if you happen to see the query is getting executed many times.
