Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net 3.5

Nicer way to check for a flag presence

Posted on: December 23, 2007March 29, 2020

Imagine you have this enum definition and a variable of same type: [Flags] public enum Tubo { One, Two } … Tubo tubo = Tubo.One; Now, how do […]

.net / ASP.Net / Silverlight / SloDUG / Slovenia

Slovenia/1st European Silverlight Challenge

Posted on: December 21, 2007March 29, 2020

SLODUG has launched the Slovene website of the 1st European Silverlight Challenge. You can read more about it in this post (in Slovene) or go directly to the […]

Slovenia

Sometimes silent changes are for better

Posted on: December 11, 2007March 29, 2020

I've been reading monthly invoice from my ISP and a line caught my eye immediately. I've been a happy user of FTTH (fiber optics) 6Mb/6Mb Internet bandwidth for […]

ASP.Net / DevExpress

Custom embedding using CodeRush

Posted on: December 6, 2007March 29, 2020

It happened that I had to embed plenty of asp.net elements into tables, i.e: <table> <tr> <td> <asp:Label … /> <asp:TextBox … /> </td> <td> <asp:Label … /> […]

.net 3.5

Where has TimeZone2 class gone?

Posted on: December 5, 2007March 29, 2020

If you are following blogs about .net 3.5 you might have across this interesting post. It explains the benefits of new TimeZone2 class residing in .net 3.5 System.Core […]

Uncategorized

WebConfigurationManager.OpenWebConfiguration throws Failed to map the path ‘/’.

Posted on: December 1, 2007March 29, 2020

Create a ASP.NET Web Site and put this piece of code into Page_Load method: Configuration cfg = WebConfigurationManager.OpenWebConfiguration(System.Web.Hosting.HostingEnvironment.ApplicationVirtualPath); There are good chances you’ll get Failed to map the […]

.net / Windows

Visual Source Safe 2005 over web problem 0x80072F19

Posted on: November 22, 2007March 29, 2020

Did you ever try VSS 2005 Internet connection? I did once just for testing. I need it now for real, to connect to a client of mine. The […]

.net 3.5

Everybody, start burning that broadband of yours – VSTS 2008 is waiting for you in MSDN Subscriptions

Posted on: November 19, 2007March 29, 2020

Yep, right. Fire up your browser, go to MSDN Subscriptions and start downloading! VSTS 2008 is already available. Routers will scream, cables will burn, let the avalanche begin!

.net 3.5

Visual Studio 2008 next week?

Posted on: November 17, 2007March 29, 2020

MSDN Subscription WebLog is suggesting that we should look for Visual Studio 2008 downloads at MSDN Subscriptions early next week. I foresee a lot of people constantly refreshing […]

.net

Assigning default values to fields trivia

Posted on: November 15, 2007March 29, 2020

class Tubo { bool value; bool TuboTubo() { return value; } } Will this piece of code compile (answer without compiling, please )?

Posts navigation

Previous page Page 1 … Page 25 Page 26 Page 27 … Page 59 Next page
Niche Blog by Fahim Murshed