Sign in
|
Join
|
Help
in
Current Tags
ExternalBlogs
UsersBlogs
(Entire Site)
DotNetMarche
.NET Framework User Group delle Marche
Home
About Us
Community
Risorse
Sponsor & Promo
This Blog
Home
Syndication
RSS
Atom
Comments RSS
Recent Posts
Le mie sessioni a WPC 2010 (Microsoft TechDays)
The evaluation version of Microsoft Office SharePoint Server 2007 for this server has expired
The web is dead
Yaqeta Village [Flickr]
Kangaroo [Flickr]
Tags
.NET
.NET 3.5
.NET framework
.NET General
2008
about
Asides
ASP.NET
ASP.NET 2.0
Asp.Net MVC
australia
blog
blogosfera
Bretagne
Castle
CNIPA
Document Management
DotNetMarche
ECMA376
Enterprise 2.0
Entity Framework
Events
Experiences
Featured
Frameworks
Freetime talking
friends
General
Generale
google
Grecia
Headline
iblog
I-blog
Information Technology
Innovazione
ioc
ISO
ISO 29500
ISO-UNINFO
it consult
IT-News
josh
josh Protocol!
JQuery
kbox
knowledge management
Languages
LINQ
Management
Microsoft
Microsoft Office SharePoint Server
Microsoft SharePoint 2010
Microsoft SharePoint Conference
Mobile
MOSS
moss 2007
Nhibernate
nonaka
ODF
Office
OOXML
people
people as middleware
People Inside
Personal
politics
portrait
Programming
Protocollo informatico
Research
seattle
Security
Sharepoint
SharePoint Conference
SharePoint/WSS
Silverlight
Society
Software Architecture
spc2008
Sql Server
Standard
Team Foundation Server
Technology
Testing
Tfs
Tips
Tools and library
Uncategorized
UNINFO
Visual Studio
Visual Studio Team System
WCF
web 2.0
Web2.0
workflow management
WorkFow Management
Workshop
WPF
XPS
Archives
September 2010
(1)
August 2010
(26)
July 2010
(26)
June 2010
(18)
May 2010
(20)
April 2010
(23)
March 2010
(24)
February 2010
(22)
January 2010
(35)
December 2009
(29)
November 2009
(30)
October 2009
(61)
September 2009
(35)
August 2009
(38)
July 2009
(43)
June 2009
(36)
May 2009
(55)
April 2009
(41)
March 2009
(49)
February 2009
(34)
January 2009
(47)
December 2008
(35)
November 2008
(51)
October 2008
(47)
September 2008
(50)
August 2008
(60)
July 2008
(68)
June 2008
(47)
May 2008
(58)
April 2008
(74)
March 2008
(51)
February 2008
(56)
January 2008
(37)
December 2007
(43)
November 2007
(47)
October 2007
(89)
September 2007
(78)
August 2007
(55)
July 2007
(94)
June 2007
(65)
May 2007
(100)
April 2007
(34)
March 2007
(7)
February 2007
(8)
January 2007
(3)
December 2006
(1)
ExternalBlogs
Browse by Tags
All Tags
»
Languages
(
RSS
)
LINQ
Nhibernate
Software Architecture
Extend BindingList with filter functionality
If you still work with windows forms and cannot move all of your projects to WPF, you probably gets annoyed by the limitation of the standard BindingList<T> included in the framework. In an old post I showed how can you create a specialized BindingList<T>...
Posted
Nov 22 2008, 04:14 AM
by
Alkampfer's Place
Filed under:
Languages
,
LINQ
,
Software Architecture
Story of a stupid bug, difference between struct and class
I’ve incurred in a very stupid bug this afternoon, I run test on a new version of a component and I see that a lot of exceptions are raised about violating unique constraint of a simple strongly typed dataset I use to log information in database...
Posted
Jun 24 2008, 08:18 AM
by
Alkampfer's Place
Filed under:
Languages
A generic IComparer that works with reflection
Today I was speaking with a colleague about creating a generic IComparer<T> that is able to compare two object based on a property discovered through reflection. Such object will be very useful to sort or find object inside collection of objects...
Posted
Jul 02 2007, 07:41 AM
by
Alkampfer's Place
Filed under:
Nhibernate
,
Languages
The old plain C language
A friend of mine is taking a basic course in computer programming, and actually he is studying the basic of C language. Yesterday he told me that he must do a very simple exercise that will print on screen a triangle like thisXXXXXXXXXXXXXXXXXXXXXXXXXXXAnd...
Posted
May 27 2007, 11:24 PM
by
Alkampfer's Place
Filed under:
Languages
Difference between C# and VB, simple add
Sometimes differences between C# and VB could be subtle, for example consider these very simple two snippets of code, what they will print? Sub Main() Console.WriteLine(“Result is “ + Sum(Integer.MaxValue, 1)) End Sub Public Function Sum(ByVal...
Posted
May 26 2007, 01:21 AM
by
Alkampfer's Place
Filed under:
Languages
Casting in Visual Basic .NET
In all type safe languages there is the concept of “casting”, an operation used to specify to the compiler that a variable of a certain Type has to be considered of different Type. Visual Basic has three operators to do a cast: DirectCast...
Posted
May 15 2007, 07:50 AM
by
Alkampfer's Place
Filed under:
Languages
Syntax vs Semantic
This post tells about Syntax and Semantic of VB and C# langages.
Posted
May 13 2007, 12:07 AM
by
Alkampfer's Place
Filed under:
Languages