Recent Posts

0
Comments

Simple Form Validation - A Reflection based approach by Tanzim Saqib

Are you tired of placing multiple Validation controls on Form? If you are bored of following scenario like me, keep on reading the post: A simple Email address validation can consist of whether The field is empty Longer than limit Email address format...
Filed under: ,
1
Comments

LINQ to Flickr by Tanzim Saqib

One of my colleagues Mehfuz Hossain developed a wonderful open source project which allows you to query Flickr photos by LINQ, also lets you insert, delete photos directly to/from Flickr. You wonder how to extend LINQ in such an amazing way? It’s easy...
Filed under: ,
1
Comments

A "transactional" generic DbHelper for LINQ to SQL by Tanzim Saqib

In LINQ to SQL, the data model of a relational database is mapped to an object model expressed in the programming language of the developer. When the application runs, LINQ to SQL translates into SQL the language-integrated queries in the object model...
Filed under: ,
0
Comments

[New Article] 7 ways to do Performance Optimization of an ASP.NET 3.5 Web 2.0 portal by Tanzim Saqib

Web 2.0 applications are widely developed. These applications often work with third party contents, aggregate them, make various use of them and then make something useful and meaningful to the users. For the past few years, developers were also engaged...
Filed under: , , , , ,
0
Comments

Write your own DOM friendly extension methods for HtmlElement in Volta by Tanzim Saqib

I know there are GetById , GetById<> methods in Document object. But, I often miss a method that I feel should be in Volta, which iterates through its child nodes and find an element for me. Let us say, there is a HTML like the following: < div...
Filed under:
2
Comments

Microsoft Volta team blogged about me by Tanzim Saqib

In my first article on Volta , I showed building Volta control. But, I did not know about so much success of it, before I found in a fine morning that Microsoft Volta team blogged about me in their official blog . Such a surprise to kick off a day!
Filed under:
0
Comments

ASP.NET AJAX Best Practices by Tanzim Saqib

While we develop AJAX applications, we often carelessly ignore giving up bad practices, which cause effects which are not so significantly visible when the site is not so large in volume. But, it’s often severe performance issue when it is the case...
Filed under:
0
Comments

Building a Volta Control : A Flickr Widget by Tanzim Saqib

Microsoft Live Labs Volta is an emerging toolset that enables developers to build multi-tier web applications by applying familiar .NET techniques and patterns. The intended use of this toolset is for Developers to build web application as .NET client...
Filed under: ,
More Posts