October 2010 - Posts

5
Comments

Tips and Tricks: Deferred execution using LINQ by hajan

Few days ago I was watching the Scott Allen’s video where he shows some interesting tips and tricks and ways to optimize your LINQ code. The following blog refers to one of his first tips in the video, so I’ve tried some tests which I’m going to explain...
Filed under: , , , ,
8
Comments

Using System.Diagnostics.Stopwatch class to measure the elapsed time by hajan

I’ve been playing around with the Stopwatch class using .NET Framework 4.0. It contains great set of methods which you can use to measure the elapsed time while your code executes. It's definitely better to use Stopwatch instead of DateTime or TimeSpan...
6
Comments

Speaking at Macedonian Code Camp 2010 by hajan

Hello everyone, At November 6th, 2010 - the local Macedonian .NET User Group organizes ‘Macedonian CodeCamp 2010’ event where I will speak on the yellow (thematic) track covering the UI (User Interface) layer. Since I'm on the UI, my presentation title...
19
Comments

URL Routing in ASP.NET 4.0 Web Forms by hajan

As a capability, URL routing was first time introduced in ASP.NET 3.5 SP1. The URL routing is well known in the ASP.NET MVC, but it can be also implemented in ASP.NET Web Forms Framework. URL routing can help a lot in Search Engine Optimization (SEO)...
43
Comments

Conflicts between ASP.NET AJAX UpdatePanels & jQuery functions by hajan

In one of my previous posts dealing with the jQuery DatePicker , a user commented reporting an issue where he uses the jQuery DatePicker and ASP.NET AJAX UpdatePanels. He says: On the same control that I have the date picker, I also have an ajax update...
Filed under: , , ,
6
Comments

Integration of jQuery DatePicker in ASP.NET Website – Localization (part 3) by hajan

About two months ago, I’ve written two blog posts concerning the KeithWood’s jQuery DatePicker and its implementation in ASP.NET Website. In part 1 I’ve shown the way to integrate the KeithWood’s jQuery DatePicker on an ASP.NET website in just few simple...
More Posts