blog community
Sign in
|
Join
|
Help
Home
Blogs
Media
Raimond Brookman
»
All Tags
»
.NET
(
RSS
)
Browse by Tags
Raimond Brookman
Home
About
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Tags
.NET
ASP.NET
BizTalk
Blog
C# 3.0
Community Server
Connected Systems
Cool tools
Generics
Google
IE7
Linq
Microsoft
PDC 2005
Personal
SQL Reporting Services
Tips-n-Tricks
UnitTest
Visual Studio
Visual Studio Team System
WCF
Windows Vista
WPF
WWF
XLinq
View more
My Articles
Efficient Team System Source Control usage
Review of the MSSCCI provider for Team Foundation Server
Strong typed XLinq
Language innovations in C# 3.0
Mobile Development in C# for PocketPC
A session planner tool for the PDC 2005
Visual Studio Team System pricing : get your wallets out... (or your kidneys :-))
Developing a Software factory
Generic programming in C#
ASP.NET
BizTalk
C# 3.0
Connected Systems
Cool tools
Generics
Linq
Microsoft
MSBuild
PDC 2005
Python
Tips-n-Tricks
UnitTest
Visual Studio
Visual Studio Team System
WCF
Windows Vista
WPF
WWF
XLinq
Adding sets of items to arbitrary collections using extensions methods
Don't you just hate the fact that only some collection classes provide a possibility too add more than one item at once (such as List<T> does offer via AddRange). This means that often I'm writing this kind of code: var q = <some cool...
Published
07-04-2008 18:43
by
Raimondb
Filed under:
.NET
,
Linq
,
C# 3.0
Unable to generate a WCF proxy using svcutil but retrieving the wsdl works?
Tags van Technorati: WCF , .NET The other day at a client project, we wanted to generate a proxy using svcutil as we'd done many times before. However, the svcutil kept throwing strange error messages. Amongst them were: Other mime type expected, expected...
Published
14-02-2008 0:19
by
Raimondb
Filed under:
.NET
,
WCF
Dynamic languages for .NET: IronPython 1.0 released
As I just read at Microsoft Watch : Microsoft has put the finishing touches on the 1.0 release of the IronPython dynamic programming language. Microsoft made the final IronPython implementation available on its CodePlex code repository. The IronPython...
Published
06-09-2006 22:17
by
Raimondb
Filed under:
.NET
,
Python
,
Microsoft
Using Lambda statement blocks with LINQ May CTP
The new LINQ CTP also support lamba statement block, instead of only expressions. Still only expressions are compilable to expression treeds though (hence the name *expression* trees..) Anyway, this offers the opportunity to do away with anonymous method...
Published
23-06-2006 19:04
by
Raimondb
Filed under:
.NET
,
PDC 2005
,
Linq
,
C# 3.0
Restoring Smart Tags in the C# IDE after installing LINQ Preview May 2006
When you have installed the latest LINQ preview and have installed the Language Service, you wil notice that all of a sudden all the smart tags and refactoring commands stop working. The first time I solved this by reinstalling VS (somewhat harsh and...
Published
14-06-2006 22:54
by
Raimondb
Filed under:
.NET
,
PDC 2005
,
Linq
,
C# 3.0
How does MSBuild build a solution?
MSBuild only builds Xml files that follow the MSBuild standards. However, there is a special case for solutions, because you can just build solutions using MSBuild, although this is not an MSBuild format. MSBuild supports this by first generating an in...
Published
22-05-2006 12:45
by
Raimondb
Filed under:
Tips-n-Tricks
,
.NET
,
MSBuild
Info Support IT Seminar WinFx Slides
Recently I did a talk about WinFx for a group of students that were attending our IT Seminar. I this seminar we highlighted topics on both the Java and the .NET side of the world. My talk was about WinFx, presenting an overview of all the new Technologies...
Published
25-04-2006 21:34
by
Raimondb
Filed under:
.NET
,
Linq
,
C# 3.0
,
WWF
,
WPF
,
WCF
DevDays 2006 Slides & Demos
We have a saying in holland, and it's “better late than never” and boy does this apply here. I promised to put the samples and slides of my talk at the DevDays online. I've been having some difficulties with my ftp site, but now it's...
Published
25-04-2006 21:22
by
Raimondb
Filed under:
.NET
,
Linq
,
C# 3.0
Team Foundation Source Control and Visual Studio 2003 now works
Using the latest release, I now got it up and running. (Opposed to the crash I got with the previous version) See a small review I did with screenshots and the download location in this article . So this is the point where we can really start saying goodbye...
Published
17-04-2006 23:28
by
Raimondb
Filed under:
Visual Studio Team System
,
.NET
Vista and WinFx February CTP is available
You might have already seen it, but at the MSDN site, you can now download the latest CTP for developing with all the cool WinFx stuff, such as Windows Presentation Foundation, Windows Communication Foundation, Windows Workflow Foundation and lots more...
Published
09-03-2006 8:04
by
Raimondb
Filed under:
Visual Studio Team System
,
.NET
,
Windows Vista
Team Foundation Source Control integration with Visual Studio 2003 crashes
Team Foundation Source Control integration with Visual Studio 2003 crashes...
Published
03-03-2006 17:58
by
Raimondb
Filed under:
Visual Studio Team System
,
.NET
Speaking at Devdays 2006 : C# 3.0 and Linq
As you might already have noticed, I'll be speaking at DevDays 2006. I will be doing a talk on LINQ and the underlying features that have been added to C# 3.0 to make this programming paradigm possible. If you are interested on some info up-front...
Published
02-02-2006 23:12
by
Raimondb
Filed under:
.NET
,
Linq
,
C# 3.0
Debugging assistant?
While debugging, my Visual Studio 2005 RTM showed an exception all of a sudden. And this was the message I got from the exception helper dialog: The CLR has been unable to transition from COM context 0x1d0000 to COM context 0x1d0170 for 60 seconds. The...
Published
16-01-2006 16:37
by
Raimondb
Filed under:
Visual Studio Team System
,
.NET
InternalsVisibleToAttribute to support unit testing of nonpublic types
InternalsVisibleToAttribute makes it possible to do unittesting of nonpublic types without doing nasty reflection tricks.....
Published
13-12-2005 22:49
by
Raimondb
Filed under:
Tips-n-Tricks
,
.NET
Losing my solution : Visual Studio 2005 Professional does not show the solution by default
As we found out today, the default settings for Visual Studio 2005 Professional are to not show the solution by default. This means that as soon as you add a project to a blank solution, the solution disappears and you are unable to add another project...
Published
11-11-2005 15:14
by
Raimondb
Filed under:
Visual Studio Team System
,
Tips-n-Tricks
,
.NET
1
2
3
4
Next >