Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net

Is Expression Web Designer good for designing asp.net 2.0 applications?

Posted on: April 8, 2007March 29, 2020

Expression Web Designer (EWD) is supposed to be a designer’s tool for designing asp.net 2.0 applications. It has other roles but working on asp.net 2.0 applications is what […]

.net

Visual Studio roadmap

Posted on: March 27, 2007March 29, 2020

Check out the Visual Studio roadmap. There is no final date for Orcas though but judging from Beta 1 (Q2) and Beta 2 (Mid Year) it might happen […]

.net / Windows

Are password textboxes really secure?

Posted on: March 22, 2007March 29, 2020

You know, the control on the form that displays some character over and over instead of displaying the text behind. Let's create a simple demo. i will have […]

.net / ASP.Net / Slovenia / Windows

WPF/E at work

Posted on: March 22, 2007March 29, 2020

I know I am bit late, but nevertheless, if you want to see a nice and cool example of WPF/E driven web pages then you must navigate to www.windowsvista.si. […]

.net / Windows

Pitfalls of antivirus programs

Posted on: March 1, 2007March 29, 2020

One has to be careful when using an antivirus application that protects computer in real time (scans files when one opens them). Here is what happened. I am […]

.net

Xceed releases free .net 3.0 WPF grid

Posted on: February 22, 2007March 29, 2020

Yes, that’s right – they developed a .net 3.0 WPF grid, which is very nice looking, and they are giving it away for free – they only require […]

.net

Use StringBuilder on string Refactor! Pro feature

Posted on: February 22, 2007March 29, 2020

One of the wellcome refactoring features of [DX] Refactor! Pro is “replace string with StringBuilder”. Why would you want to do that? String building into a string variable […]

.net / ASP.Net

telerik switches from 4 to 3 releases per year

Posted on: February 22, 2007March 29, 2020

[tele] recently announced that it will reduce the pace of releases from 4 to 3 per year. Don’t be misleaded as this doesn’t mean they will provide less […]

.net

QueryADataset

Posted on: February 21, 2007March 29, 2020

“How do I join two tables from dataset and display the result?” This is a question that often appears in ado.net newsgroup. Actually very often. And there isn’t […]

.net

A syntax feature in enum I didn’t know

Posted on: February 8, 2007March 29, 2020

Consider this enum declaration. enum Gender { Female, Male, Alien, } Do you think it compiles? Note that there is a comma after the last element. I would […]

Posts navigation

Previous page Page 1 … Page 12 Page 13 Page 14 … Page 31 Next page
Niche Blog by Fahim Murshed