Archives
-
Tips and Tricks: Deferred execution using LINQ
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 here.
-
Using System.Diagnostics.Stopwatch class to measure the elapsed time
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.
-
Speaking at Macedonian Code Camp 2010
Hello everyone,
-
URL Routing in ASP.NET 4.0 Web Forms
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.
-
Conflicts between ASP.NET AJAX UpdatePanels & jQuery functions
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.
-
Integration of jQuery DatePicker in ASP.NET Website – Localization (part 3)
About two months ago, I’ve written two blog posts concerning the KeithWood’s jQuery DatePicker and its implementation in ASP.NET Website.