Browse by Tags
All Tags »
General Software Development (
RSS)
Recently I received an email with the following contents: I recently started working at a startup. I'm learning lots of cool stuff, including unit testing, but as a math major something kinda nagged at me about them. I don't know if I could write a unit...
The past few months, I've spent developing (together with Walaa Atef ) a general ORM / Data-access profiler for .NET, simply called ORM Profiler . (How's that for a pronounceable name, eh? ;)) As we're now feature complete and about to start the beta...
In the past two months I've been busy creating a new query specification API for LLBLGen Pro . Our native query API is modeled after SQL statement fragments (like a 'predicate', a 'relationship', a 'field'), but specifying a query with it can be a little...
Once in a while we get requests about how to fix performance problems with our framework. As it comes down to following the same steps and looking into the same things every single time, I decided to write a blogpost about it instead, so more people can...
Following the release of our BCL Extensions Library on CodePlex, we have now released the source-code of Algorithmia on CodePlex ! Algorithmia is an algorithm and data-structures library for .NET 3.5 or higher and is one of the pillars LLBLGen Pro v3...
" Is this thing still on?" Yes, It's been a while *cough*, but better late than never, right? We ( Solutions Design , creators of LLBLGen Pro ) are in the process of releasing some of our general frameworks as open source, namely BCL Extensions...
Yesterday, Microsoft announced a new Visual Studio tool: Microsoft LightSwitch . LightSwitch is a tool which allows you to create Line of Business (LoB) applications by using a visual tool, similar to Microsoft Access, although LightSwitch can also produce...
After two years of hard work we released v3.0 of LLBLGen Pro today! V3.0 comes with a completely new designer which has been developed from the ground up for .NET 3.5 and higher. Below I'll briefly mention some highlights of this new release: Entity Framework...
In the past weeks I've read several articles / blog-posts and other digitally expressed thoughts about relational databases, query systems and how they all suck compared to K/V stores, CQRS, OODBs or whatever Hype of the Day -term. While most of them...
For the people who know me a little it's no surprise, but in case you didn't know: I love algorithms. I think they're the cornerstone of good software and they should be your first source of wisdom for every piece of software you're creating. This post...
More Posts
Next page »