Browse by Tags
All Tags
»
Trivia
»
C#
(
RSS
)
AOP
ASP.NET
ATLAS
WCF
WF
WPF
28 July 2008
More C# style trivia
In one of my last posts , I’ve said that I didn’t like the new recommendation of not using _ to prefix member fields. At the time, we all seem to agree that using hungarian was really a bad thing. So, I’ve searched the web and I’m putting here a link on the use of Hungarian notation by the man himself...
Read More...
30 May 2008
Using Postsharp for solving the inexisting multi-inheritance problem
Well, not really... As you surely know, you cannot have mutiple inheritance in .NET. That really sucks. Yes, I agree that multiple inheritance might bring several problems but when applied correctly, it really helps. Don't believe me? Ok, take a look at WTL . Back to .NET...Since we can't use...
Read More...
12 May 2008
.NET 3.5 and VS SP beta1 goodies
You can get them from here (VS) and here (.NET). I'm reading what's new on Brad Abrams post and I'm really digging the new features:) For instance, having the format option working with JS code is simply cool! Another cool thing: the ScriptManager is able to combine scripts so there's...
Read More...
06 May 2008
Path.Combine saves the day...again
I've already blogged about the cool utility Path class. However, it seems like there still are some people that prefer to do it the hardway :) Here's an example of a question I've received: "How can I return the full path to a file? I mean, I might receive a local path...in that case...
Read More...
26 April 2008
Type inference in C# 3.0
My friend Paulo published a post that talks about type inference and how it might evolve in the next years. Even though type inference's main objective is to support LINQ (in fact, most of the new stuff that C#3.0 introduced is only there to support LINQ), I must say that I've been enjoying it...
Read More...
20 March 2008
xUnit.NET RC2 released
I've just noticed that xUnit.NET RC2 was released a few days ago. It seems like it has several cool things, though there still isn't a runner for R# 4.0 .
Read More...
23 January 2008
Are you working with paths?
I believe that everyone has had to (at least once) write code that needs to work with paths. How many of us have gone into writing something like this: String basePath = "c:\\myPath"; String fileName = "myfile.doc"; String completeFilePath = basePath + "\\" + "myfile...
Read More...
07 January 2008
Are you trying to reduce your lock contention?
Michael Suess has a great blog on parallel programming and concurrency. Even though this post has already got some months, I still recommend it to everyone that wants to improve their knowledge on lock contention reduction.
Read More...
30 March 2007
Open Source projects in .NET
An open letter from D. Starr to Scott G. resulted in a cool discussion about open source projects in the .NET platform. If you have the time, then go read it! [I know this is old, but I'm on vacations:) ]
Read More...
28 March 2007
Printing accented words on a Zebra
Some time ago, I've written a small sample that abstracts some of the details associated with printing to the Zebra. This post explains what you need to do in order to print accented chars to those printers. By default, Zebras use a codepage which don't print accents. Fortunately, setting the codepage...
Read More...
Home
Contact
LA.NET [EN]
Ramblings about C#, .NET and Programming
RSS for Posts
Atom
RSS for Comments
Recent Posts
More C# style trivia
Using Postsharp for solving the inexisting multi-inheritance problem
.NET 3.5 and VS SP beta1 goodies
Path.Combine saves the day...again
Type inference in C# 3.0
Tags
AOP
ASP.NET
ATLAS
Books
C#
Cardspace
Gadgets
MVC
Parallel Extensions
PLINQ
PowerShell
Silverlight
Software
Tools
Trivia
WCF
WF
WPF
Archives
August 2008 (3)
July 2008 (25)
June 2008 (26)
May 2008 (30)
April 2008 (5)
March 2008 (11)
February 2008 (9)
January 2008 (15)
December 2007 (10)
November 2007 (20)
October 2007 (19)
September 2007 (29)
August 2007 (12)
July 2007 (20)
June 2007 (33)
May 2007 (44)
April 2007 (28)
March 2007 (27)
February 2007 (21)
January 2007 (37)
December 2006 (8)
November 2006 (17)
October 2006 (14)
September 2006 (5)
August 2006 (7)
July 2006 (4)
Search
Go
Community
Home
Blogs
Media
Groups
Email Notifications
Email Notifications
Go
News