The situation Imagine a scenario where you have a JSON service that returns data and you’d like to have it strongly typed on javascript powered client side. Let’s […]
Integrating MvcMiniProfiler and LLBLGenPro
MvcMiniProfiler is a lean and mean mini profiler for MVC 3 that shows the profiling results on each page displayed at runtime. Besides the custom steps you can […]
SIOL (IPTV provider) managed to upset its customers once more
I have an IPTV provided by biggest national IPTV/IS provider. The current service is poor at best. We have FTTH (the slowest is 20Mb – that’s awesome) but […]
ASPxGridView, MS Ajax and XYDataSource
If you use [DevEx] ASPxGridView within MS Ajax' UpdatePanel (ASPxGridView.EnableCallBacks="False") you should be aware that you should perform DataBind() method within OnInit method (Init event). Otherwise editing just […]
The time of "Vote for XY product" is here again
asp.netPRO started voting process for asp.netPRO Readers’ Choice Awards 2008 as they do every year. And all of the 3rd party component vendors are asking for your vote, […]
Visual Studio 2008 web-design related hotfix
[MS] relased Visual Studio 2008 hotfix that should eliminate some web-design annoyances, particularly the slowness of the IDE, according to the specs. Get the hotfix here. I hope […]
telerik supporting Mono?
Looks like telerik is going to support Mono. This news is certainly interesting for Mono guys as it might give wings to Mono. Which is a good thing, […]
Slovenia/1st European Silverlight Challenge
SLODUG has launched the Slovene website of the 1st European Silverlight Challenge. You can read more about it in this post (in Slovene) or go directly to the […]
Custom embedding using CodeRush
It happened that I had to embed plenty of asp.net elements into tables, i.e: <table> <tr> <td> <asp:Label … /> <asp:TextBox … /> </td> <td> <asp:Label … /> […]
Peculiar problem involving Windows 2003, VMWare Server, SQL Server 2005 and networking
Over the weekend I’ve built my new server – yes, the content you are reading right now is served from it. Perhaps more about this new server in another post. […]