The problem These days I am building an ASP.NET MVC project that requires charting. The problem is that there are no native ASP.NET MVC charting controls out there. […]
Strong typing routes in ASP.NET MVC
Let’s say you have Test action in Home controller like this: public ActionResult Test(int id, int tubo) { return View("Index"); } And you want to create a hyperlink […]
Autoimplement base class constructors with CodeRush
How often do you derive a class and re-create all of the base constructors? This is not an uncommon task, let’s take a custom exception class for example: […]
CodeRush Xpress is free
A stripped (more express) version of CodeRush, called CodeRush Xpress, is available for download at no charge! And even a bunch of refactorings are included. See the announcement […]
Visual Studio, CodeRush and Silverlight 2
If your Visual Studio 2005 or 2008 freezes while creating a Silverlight project, or any other project then you might try switching off [CodeRush] add in. Yep, it […]
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 […]
Developer Express offers free Silverlight grid: agDataGrid
That’s a Silverlight 2.0 data grid of course. They won’t just ship agDataGrid for free, they’ll include full source code, too. Looks like WPF and Silverlight are making […]
Developer Express steps into WPF
[DevEx], my favorite 3rd party .net component vendor, has just made its first public step into Windows Presentation Foundation world. They released a beta version of their charting […]
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 […]
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 […]