LA.NET [EN]
Ramblings about C#, .NET and Programming
Browse by Tags
All Tags
»
C#
»
Trivia
(
RSS
)
ADO.NET EF
AOP
ASP.NET
Books
LINQ
MS AJAX
WCF
WF
WPF
PT LINQ book mentioned on MVP blog
Tue, Jul 14 2009 12:32
More info here .
Read More...
Friend assemblies and strong names
Tue, Jun 9 2009 10:49
Before getting started, I’d like to say that I don’t really use friend assemblies much. However, there are times where using friend assemblies is a must and in those cases, you might end up getting into the problem I had. For starters, you need to use the InternalsVisibleToAttribute to signal a friend assembly. In my case, I’ve added something like this: [assembly...
Read More...
EF first impressions
Tue, Jan 20 2009 11:52
In these last 2 days I’ve been reading several documents on the ADO.NET Entity Framework . My main objective here is see if it is ready for being used in projects based on the DDD philosophy. Even though I still haven’t started writing code, it seems evident to me that EF is still a far away from being my persistence platform of choice. before going on, here...
Read More...
Future projects: Portuguese C# book on LINQ
Sun, Sep 21 2008 23:20
Ok, I can finally mention this on the open...in the last months I've been working with my friend Paulo on what is supposed to be the 1st Portuguese book on LINQ with C#. We're well on the way to complete the 1st phase of the project and should start the reviewing stages by the end of the month. For now I can only tell you that working in this project...
Read More...
More C# style trivia
Mon, Jul 28 2008 12:31
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 . Interestingly, the article seems to confirm that most guys...
Read More...
Using Postsharp for solving the inexisting multi-inheritance problem
Fri, May 30 2008 15:39
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 multiple inheritance, we end up defining several interfaces...
Read More...
.NET 3.5 and VS SP beta1 goodies
Mon, May 12 2008 20:58
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 really no need for using the ToolkitScriptManager for that...
Read More...
Path.Combine saves the day...again
Tue, May 6 2008 13:01
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, I need to set the full path to the current directory + filename...
Read More...
Type inference in C# 3.0
Sat, Apr 26 2008 11:54
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 a lot and I've been using it whenever possible. Initially...
Read More...
xUnit.NET RC2 released
Thu, Mar 20 2008 23:00
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...
Are you working with paths?
Wed, Jan 23 2008 21:54
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.doc"; That was the best possible scenario. How many times...
Read More...
Are you trying to reduce your lock contention?
Mon, Jan 7 2008 23:48
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...
Open Source projects in .NET
Fri, Mar 30 2007 7:36
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...
Printing accented words on a Zebra
Wed, Mar 28 2007 16:56
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 is easy: You need to send an I command with the codepage you...
Read More...
Search
Go
This Blog
Home
Contact
About
Tags
ASP.NET
Books
C#
Design by Contract
Gadgets
Javascript
JQuery
LINQ
Linux
MS AJAX
Multithreading
MVC
NHibernate
PowerShell
S#arp
Silverlight
Tools
Trivia
VS
VS 2010
WCF
WF
Windows 7
WPF
XAML
Community
Home
Blogs
Media
Groups
Archives
December 2009 (6)
November 2009 (45)
October 2009 (70)
September 2009 (35)
August 2009 (52)
July 2009 (48)
June 2009 (48)
May 2009 (44)
April 2009 (39)
March 2009 (39)
February 2009 (23)
January 2009 (22)
December 2008 (18)
November 2008 (20)
October 2008 (22)
September 2008 (31)
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)
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
News
My books