Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net / ORM

ADO.NET vNext Entity Data Model Designer Prototype, CTP

Posted on: September 29, 2006March 29, 2020

Get much awaited ADO.NET vNext Entity Data Model Designer Prototype, CTP here (note: you’ll need LINQ May CTP and ADO.NET vNext CTP (August 2006) to make it work. And […]

.net

Visual Studio 2005 Service Pack 1 Beta 1 is out

Posted on: September 26, 2006March 29, 2020

So Visual Studio 2005 Service Pack 1 Beta 1 is out and available through Microsoft’s Connect. First thought I had was like what? no CTP? OK, kidding aside, it takes […]

.net

Sign up for Visual Studio 2005 Service Pack 1 Beta

Posted on: September 16, 2006March 29, 2020

Great news, something is happening in VS 2005 service pack area! Sign up for VS 2005 service pack 1 Beta. Apparently it will be available on Microsoft Connect in […]

.net / LLBLGenPro / ORM

Implementing more useful tracing for LLBLGenPro 2.0

Posted on: September 14, 2006March 29, 2020

[LGP] has an internal tracing mechanism that outputs data to Trace class using standard .net mechanism. To enable various tracing categories you have to switch one various TraceSwitches […]

.net

Converting from DbType to [Sql]DbType is easy

Posted on: September 14, 2006March 29, 2020

I often see question on how to convert from DbType to SqlDbType (or any other *DbType). This is often required if you do some database independent code with […]

.net / DevExpress

My favorite CodeRush/Refactor! Pro features

Posted on: September 11, 2006March 29, 2020

Ctrl+3 aka embed method in region with the name of method Auto Completition aka completes the word you are typing and mostly the suggestion is correct. Introduce local […]

.net

.net 3.0 RC1 is here

Posted on: September 3, 2006March 29, 2020

First release candidate of .net 3.0 (.net 2.0 + winfx) thing is here.

.net / ASP.Net

PDB files are sometimes added to Source Safe when doing asp.net 2.0 projects

Posted on: August 29, 2006March 29, 2020

This is a very annoying VS2005 bug: PDB files residing in bin folder are sometimes added to source safe when you are doing an asp.net 2.0 project. This […]

.net / ASP.Net

Page fragment caching and Ajax

Posted on: August 28, 2006March 29, 2020

After finding a proper way to do page fragment caching (caching UserControls) and Ajax I wrote an how to article. Read it here.

.net / ORM

Extending LLBLGenPro’s ResultsetFields to work like List

Posted on: August 28, 2006March 29, 2020

These days I had a need to use ResultsetFields for fetching dynamic list. As you know, ResultsetFields derives from EntityFields2 (I am working with LLBLGenPro 2.0 .net 2) which […]

Posts navigation

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