Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net 4.0 / VS 2010

My favorite features in upcomming Visual Studio 2010/.net 4.0

Posted on: June 1, 2009March 29, 2020

The following two are my favorite features comming with .net 4.0 and Visual Studio 2010: parallel extensions – a great and easy way to utilize those idle cores […]

.net 4.0 / Parallel programming / Presentation / Slovenia / VS 2010

Parallel Programing in .net 4.0/Visual Studio 2010 presentation slides (NT Konferenca 2009 version, in Slovene)

Posted on: May 30, 2009March 29, 2020

Here are the slides used in my Parallel programming in .net 4.0/Visual Studio 2010 presentation (Slovene language) on NT Konference 2009. I hope you had good time during […]

.net 4.0 / Beta / VMWare / VS 2010

Running Visual Studio 2010 beta under VMWare Workstation 6.x

Posted on: May 19, 2009March 29, 2020

There are some graphical problems, probably due to new Visual Studio’s WPF UI, when running shinny new Visual Studio 2010 beta under VMWare Workstation: things like menus disappearing, […]

.net 4.0 / Beta / VS 2010

Visual Studio 2010 beta is up for MSDN subscribers

Posted on: May 18, 2009March 29, 2020

Go grab your copy from MSDN downloads for subscribers. General public will get it in a couple of days. Via Soma. Time remaining to complete the download for […]

.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 / Profiling / Red Gate

ANTS Memory Profiler 5 and its expiration message

Posted on: May 6, 2009March 29, 2020

I installed ANTS Memory Profiler 5 beta version a couple of weeks ago to try it out. Unfortunately I haven’t had time to really use it but it […]

asp.net mvc

RenderPartialToString missing in ASP.NET MVC

Posted on: April 30, 2009March 29, 2020

If I had to pick the most important feature that is missing from ASP.NET MVC it would be RenderPartialToString. This method should render a partial view to a […]

.net 3.5 / asp.net mvc / CodeRush

Enhancing strong typed views in ASP.NET MVC

Posted on: April 22, 2009March 29, 2020

I’ve added new constructs for replacing < % Html.RenderPartial("~/Shared/LogOnUserControl.ascx", model); %>   with these < % Html.RenderPartial().Shared.LogOnUserControl(model); %>   where model argument is strong typed of course. 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 3.5 / asp.net mvc / CodeSmith

Strong typing views in ASP.NET MVC

Posted on: April 18, 2009March 29, 2020

Did you ever wonder why do you have to write code like: public ActionResult SomeAction() {   … return View("SomeView", model); } instead of this beauty: public ActionResult […]

Posts navigation

Previous page Page 1 … Page 16 Page 17 Page 18 … Page 59 Next page
Niche Blog by Fahim Murshed