Querying localized values in NHibernate
In my previous post I talked about how to create model for localized values. Now it’s time to show how I’m querying against that model. I display language selection to the user. So all localizable...
In my previous post I talked about how to create model for localized values. Now it’s time to show how I’m querying against that model. I display language selection to the user. So all localizable...
Part 1 – Defining component structure Part 2 – Creating views for the front-end Part 3 – Creating views for the back-end to manage movies In my previous post we set up initial structure for t...
Part 1 – Defining component structure Part 2 – Creating views for the front-end Part 3 – Creating views for the back-end to manage movies I have done plenty of development on Joomla platform....
Some time ago I wrote about translations. Now was the time to actually implement that feature. Because I don’t have any default language which is always present on an object, I had somehow create i...
This post is mainly a reference to couple of useful articles about JavaScript. I thought it would be useful to store it in a one place so I don’t need to search from Google every time :) Comparing...
We are using CruiseControl.NET as our CI build server for a while now and it is working fine. CC.NET displayed test results of NUnit and included NCover, NDepend, Simian and FxCop reports for code ...
There has been some discussion over the topic already and there are different opinions. I have been using Repository model all the way so far. I have implemented generic base repository for all com...
There are not so many business applications which need multilingual content. I exclude any kind of CMS’s, they aren’t “true” business application anyway, in my opinion. But the current project I’m ...
Firstly, I’d like to mention that Windows 7 is really smooth, especially to compared with Vista. It’s faster, reliable and more convenient to use than previous Windows versions. New launchbar is r...
People like to think that having an in-house framework for all the projects with all available different kind of 3rd-party libraries is a good thing. Hey, you can save a bunch of time when you does...