I have a small .net application that I wanted to run on Linux since it is a deamon/service sort of app. Basically is an app that peridically retrieves […]
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 […]
Entity Framework leaves the door open to a SQL Injection attack?
I couldn’t believe it when I read Julie Lerman’s post about EF and SQL Injection. She discovered that Entity Framework doesn’t use parameterized queries always! I had to […]
Material from my "Making ORM applications more secure/Naredimo ORM aplikacije varnejše" presentation
I posted both slides and demo code from my "Making ORM applications more secure/Naredimo ORM aplikacije varnejše" presentation held at Bleeding Edge conference in Portorož on 1.10.2008. The […]
NTKonferenca 2008 Entity Framework slides
You can download the slides of my Entity Framework presentation from NTKonferenca 2008. I hope you’ve enjoyed the presentation.
LLBLGen Pro gets LINQ capability
My favorite ORM tool just got better – Frans implemented Linq to LLBLGen Pro. He really implemented it to the last detail as he writes in a series […]
Is true belief a good attribute of an architect
Recently I’ve came across this forum thread regarding the future of [DevEx]’ eXpress Persistent Objects for .NET (XPO) ORM product. Customers (actual ones, not potential) are asking whether […]
LINQ to SQL showstoppers
I have to say that I like LINQ to SQL, heck, I even do presentations about it. So, it is a cute ORM. What is that good about […]
Speaking at CodeCamp in Zagreb, Croatia
I am pretty busy lately and also have been attending CEE MVP Open Days 2007 summit in beautiful Cavtat right next Dubrovnik in beautiful warm weather. Nevertheless I’ve found enough time […]
LLBLGen Pro got even better
Frans released a new major version of his [LGP] ORM. Basically, a top notch ORM product got even better. Make sure you check the what's new list – and if you […]