Skip to content

Righthand Blog

About .NET/C#, Xamarin, Flutter and other fun technologies

  • Righthand Dataset Debugger Visualizer
.net 3.5 / asp.net mvc / DevExpress

Using XtraChart ASP.NET control in an ASP.NET MVC project

Posted on: May 13, 2009March 29, 2020

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. […]

.net 3.5 / asp.net mvc / CodeRush / DevExpress / DXCore / DXCore plugin / VS Add In

Strong typing routes in ASP.NET MVC

Posted on: April 21, 2009March 29, 2020

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 […]

.net / DevExpress / VS 2005 / VS 2008 / VS Add In

Autoimplement base class constructors with CodeRush

Posted on: December 5, 2008March 29, 2020

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: […]

DevExpress / VS 2005 / VS 2008 / VS Add In

CodeRush Xpress is free

Posted on: November 5, 2008March 29, 2020

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 […]

.net 3.5 / DevExpress

Visual Studio, CodeRush and Silverlight 2

Posted on: October 15, 2008March 29, 2020

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 […]

.net / .net 3.5 / DevExpress / LLBLGenPro / ORM / Slovenia

Material from my "Making ORM applications more secure/Naredimo ORM aplikacije varnejše" presentation

Posted on: October 3, 2008March 29, 2020

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 […]

.net 3.5 / DevExpress / Silverlight

Developer Express offers free Silverlight grid: agDataGrid

Posted on: June 10, 2008March 29, 2020

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 […]

.net / DevExpress

Developer Express steps into WPF

Posted on: May 7, 2008March 29, 2020

[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 […]

.net / ASP.Net / DevExpress

ASPxGridView, MS Ajax and XYDataSource

Posted on: March 31, 2008March 29, 2020

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 […]

DevExpress / ORM

Is true belief a good attribute of an architect

Posted on: February 12, 2008March 29, 2020

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 […]

Posts navigation

Previous page Page 1 Page 2 Page 3 Page 4 … Page 7 Next page
Niche Blog by Fahim Murshed