Happy Coding
Jeffrey Zhao, Microsoft MVP from China, enjoys programming in Microsoft platform every day.
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
AJAX Control Toolkit
ASP.NET AJAX
AutoComplete
Batch Deletion
C#
Expression Tree
JavaScript
Lambda Expression
LINQ
LINQ to SQL
UpdatePanel
XmlHttpRequest
Sponsors
advertise here
News
Starting blogging in English.
Here's my blog
in Chinese and I've written numerous posts there.
Navigation
Home
Blogs
Archives
April 2008 (2)
March 2008 (2)
February 2008 (1)
March 2008 - Posts
7
Comments
LINQ to SQL Extension: Batch Deletion with Lambda Expression
by
JeffreyZhao
Batch deletion in the O/R Mapping frameworks is always depressing. If we want to make batch deletion with LINQ to SQL, we'll probably execute a SQL command in souce code. To avoid making batch deletion with SQL commands, I build an extension method for LINQ to SQL and now we can use lambda expression to indicate the entities shoud be deleted from the table in database....
Filed under:
Lambda Expression
,
Batch Deletion
,
Expression Tree
,
LINQ
,
C#
,
.NET
,
LINQ to SQL
9
Comments
Giving rich styles to auto-complete feature using StyledAutoCompleteExtender
by
JeffreyZhao
Ajax Control Toolkit provides AutoCompleteExtender control build the feature without writing any JavaScript codes. But it's still not so useful in some kinds of scenarios - in my opinion - since the control can only support plain text as the choices. I've extended the AutoCompleteExtender to solve the problem and now we can build rich styled auto-complete features like Google Suggest and email selection in Windows Live Mail....
Filed under:
AJAX
,
AJAX Control Toolkit
,
AutoComplete
,
ASP.NET AJAX
More Posts