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 seed everywhere in your code it supports database profiling as well. Out of the box are supported ado.net, Linq to SQL and Entity Framework....
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 try it for myself on Northwind database: var query = from c in entities.Customers ...
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 material is in Slovene language. Enjoy.
You can download the slides of my Entity Framework presentation from NTKonferenca 2008 . I hope you've enjoyed the presentation.
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 of blog post (a must read for everybody doing LINQ to an ORM product). If you are a customer go grab the beta bits. If you are not, well, it is a reason...
Recently I've came across this forum thread regarding the future of Developer Express ' eXpress Persistent Objects for .NET (XPO) ORM product. Customers (actual ones, not potential) are asking whether XPO will someday support n-tier development. They are happily using XPO but they miss a vital...