Recent Posts

3
Comments

Macedonian Code Camp 2011 by hajan

Autumn was filled with lot of conferences, events, speaking engagements and many interesting happenings in Skopje, Macedonia. First at October 20, I was speaking at Microsoft Vizija 9 on topic ASP.NET MVC3 and Razor . One week ago, November 15 I was speaking...
2
Comments

Speaking at BizSpark Bootcamp in Skopje, Macedonia by hajan

Tuesday, 15 November 2011, I will be speaking at BizSpark Bootcamp event that will be held at M6 Training Centre in Skopje, Macedonia. I will speak on topic 'Cloud Computing – Windows Azure' and will be also part of the Q&A panel discussion. You can...
8
Comments

Time travel issue – “Specified argument was out of the range of valid values. Parameter name: utcDate” by hajan

Few hours ago my wife told me it is time to get some rest, but since I was deep inside code resolving some interesting control flows, the time passed. I was almost done making the last tests before going to sleep when suddenly an interesting issue comes...
Filed under:
6
Comments

Speaking at MS Vizija 9 Conference on topic ASP.NET MVC3 & Razor by hajan

October 20 (Thursday), I will be speaking at Microsoft Vizija Conference . Presentation Details Presentation title: ASP.NET MVC3 & Razor The main objective of the presentation is to show the real power of ASP.NET MVC3 and the key benefits of using...
27
Comments

Squish your CSS and JS files in your ASP.NET web apps by hajan

SquishIt is a nice library that helps you nicely minify your CSS and JavaScript files with very small effort. The tool works perfectly fine in both ASP.NET WebForms and ASP.NET MVC and is available to get & install using NuGet package manager. Open...
15
Comments

Simple, fast and useful MiniProfiler for ASP.NET MVC by hajan

MiniProfiler is very lightweight, simple, fast and useful profiler for ASP.NET websites including ASP.NET MVC. It is designed to help you find possible performance issues and have very nice and clear view over each operation that happens in your web applications...
22
Comments

Paging ListView using DataPager without using DataSource Control by hajan

If you have already used the ASP.NET ListView and DataPager controls, you know how easily you can display your data using custom templates and provide pagination functionality. You can do that in only few minutes. The ListView and DataPager controls work...
Filed under: , , ,
24
Comments

Preparing MCTS 70-515 – Web Applications Development with Microsoft .NET Framework 4 by hajan

One month ago I passed the TS: Web Applications Development with Microsoft .NET Framework 4. In this blog, I want to help all those who want to prepare or are already preparing themselves toward taking this certification exam, by giving some useful learning...
6
Comments

Trigger update to jQuery Tablesorter on dynamically modified table by hajan

Several months ago I wrote a blog post about using tablesorter and pager plugins with ASP.NET MVC to beautifully create sorting and pagination features on plain tables and data in your HTML. However, in the past few weeks I have got some reports by users...
8
Comments

Serialize only specific class properties to JSON string using JavaScriptSerializer by hajan

About one year ago I wrote a blog post about JavaScriptSerializer and the Serialize and Deserialize methods it supports. Note: This blog post has been in draft for sometime now, so I decided to complete it and publish it. There might be situation when...
More Posts « Previous page - Next page »