Browse by Tags

All Tags » .NET related (RSS)
I stumbled across this site: http://www.albahari.com/threading/ It offers a nice free e-book on threading in C#. I haven't had time to read it but it looks quite good. Greetz, Ernst
Posted by Ernst Wolthaus | with no comments
Filed under: ,
A collegue of mine directed my attention to the following: Juval Lowy created a nice framework on 2.0 which enables you to do transactions on common types . So rolling back local variables when exceptions or issues occur! True error handling… J...
If you're interested in anything .NET-ish (or anything free ), then you might wanna download this free Visual Basic 2005 book .
Posted by Ernst Wolthaus | 2 comment(s)
Filed under: ,
Robert Jan some time ago blogged about DB4O . And I've been following their progress ever since. You really should take a look at DB4O. It's cool technology! You open a database like this: db = Db4o.openFile(@"c:\db4otest\database\test.dbo"); Now suppose...
Posted by Ernst Wolthaus | with no comments
Filed under:
A new colleague of mine, Raynni Jourdain (LogicaCMG, Arnhem), pointed me towards this article about Java vs. .NET . In short, it says .NET for projects that have ease-of-use, need quick time to market and a lifespan of 2-5 years and Java for more complex...
WSDL Tool A collegue of mine, Erwyn van der Meer, pointed to a nice and usefull WSDL tool from ThinkTecture. If you have a WSDL file, you can use this WSDL to generate the webservice code so you start testing before the actual webservice is on-line! Usefull...
New MSDN section: Coding4Fun
Posted by Ernst Wolthaus | 1 comment(s)
Filed under:
Read this article on d esigning .NET Class Libraries .... About a week ago we had a discussion on the Microsoft mailinglist @ LCMG about whether or not to combine several assemblies into one assembly. Maybe this article will help you decide what the best...
Posted by Ernst Wolthaus | with no comments
Filed under:
David Chappell has published a paper on Indigo on the MSDN Web Services Development Center . It's good reading and contains a few nice simple examples to feel right at home in Indigo... I like it, I like it...
Posted by Ernst Wolthaus | with no comments
Filed under:
Even Microsoft loves the Windows Forms FAQ by George Shepherd . Als you can see in this Windows Forms FAQ from Microsoft, they used a lot of stuff from his FAQ... As you can see, Microsoft also introduces a FAQ for Windows Forms 2.0 . And if you want...
Posted by Ernst Wolthaus | 2 comment(s)
Filed under:
A lot of you know the George Shepherd's Windows Forms FAQ. You can find it at http://www.syncfusion.com/FAQ/WinForms/ It's also available at http://64.78.52.104/FAQ/WinForms/default.asp To prevent from losing this information when George decides to end...
Posted by Ernst Wolthaus | 1 comment(s)
Filed under:
A client recently expressed their wish to use electronic forms for their representatives. The reps would have to take these forms on their laptops, travel around Europe, and be able to send the data in the forms back to a webservice at HQ, when connected...
Posted by Ernst Wolthaus | with no comments
Filed under:
Googling for some info I hit this site with all kinds of free chapters, from elementary C# to the lesser known GraphicsPaths. All samples so free for download. As we say in Dutch: “us bin zuunig“ (“we're stingy“).
Frans Bouma already wrote some stuff about the delay of WinFS. WinFS probably won't be present in Longhorn for a long while. Hmmm... Especially interesting since I've just recently read this article about SOA on MSDN. It's also downloadable as Word doc...
Posted by Ernst Wolthaus | 1 comment(s)
Filed under:
Do you also find it annoying that Visual Studio (VS) always adds ID's and Names to certain HTML tags when you copy/paste? Like this: INPUT type=hidden value=1 Copy/paste this in VS and you get: INPUT id=Hidden1 type=hidden value=1 name=Hidden1 Now, that...
Posted by Ernst Wolthaus | 1 comment(s)
Filed under:
More Posts Next page »