(John Charles Olamendy) In this article, I want to illustrate the principles, techniques and tools to develop applications using Linq to SQL after a deep research on this topic.
Tag: Development
ASP.NET MVC 2: Strongly Typed Html Helpers
(Scott Guthrie) This is the first in a series of blog posts I’m doing on the upcoming ASP.NET MVC 2 release. This blog post covers the new strongly-typed HTML helpers added with ASP.NET MVC 2.
ASP NET Horizontal Menu Control
(bryian) A few weeks ago, I was working on an ASP.NET web application and need a simple horizontal menu with submenu. I decided to use ASP.NET Menu control, just drag and drop the control on to the page. Simple enough, but the control does not provide access key and target window support on menu ite
Ask Ben: Using jQuery To Act On A Click Event Based On The Target Element
(Ben Nadel) Hi Ben, How can I disable the click event of a parent element? In my code, I have attached a click event to a row (‘ ‘), however, one of the elements part of the row contains a checkbox. When clicking on a checkbox, I don’t want the click event to be performed. How can I disable
First Look at Workflow in .NET 4
(Bruce D. Kyle) Windows Workflow Foundation programs coordinate with a minimal ceremony. It provides a programming model, in-process workflow engine and rehostable designer to implement long-running processes as workflows within .NET applications.
String Optimization in VB.NET
(Ali Tarhini) This article describes a set of tips and tricks for using strings in VB.NET that will boost the performance of your applications, especially when the code contains lots of string related operations such as string concatenation. The original source of this article is taken from The home
Making Sense of ASP.NET Paths
(Rick Strahl) ASP.Net includes quite a plethora of properties to retrieve path information about the current request, control and application. There’s a ton of information available about paths on the Request object, some of it appearing to overlap and some of it buried several levels down, and it c
Using ASP.NET 3.5’s ListView and DataPager Controls: Creating an SEO-Friendly Paging Interface
(Scott Mitchell) The GridView, FormView, and DetailsView controls all contain built-in paging functionality. By setting a few properties, it’s possible to have any of these controls automatically include a paging interface. The ListView, however, does not include built-in paging functionality. Inste
Implementing ImageRadioButtonList Control in ASP.NET
(AzamSharp) ASP.NET webforms RadioButtonList control enables the developers to display mutually exclusive radio buttons. A common requirement for web applications is to display images along with the radio buttons. Unfortunately, the default implementation of the RadioButtonList does not have any sup
Using Multi-Part Class Paths With CFScript-Based Argument Types
(Ben Nadel) The other day, I did what I thought was an extensive exploration of the use of ColdFusion components as data types when defining properties, return values, and argument types. As Jeremy Rottman pointed out to me, however, I did miss one very crucial use case: using a multi-part, dot-deli
