Browse by Tags

LOB
Great presentation about technologies (becoming) available for developing Line-of-Business Applications (whatever you may think that is…): http://www.slideshare.net/simonguest/next-generation-lob-line-of-business-applications Cool stuff there. Share this Read More...
Posted 20 October 09 02:30 by hgr | 0 Comments   
Filed under ,
No Configuration Enterprise Library
From time to time I end up starting a new C# project and bumping into the same old infrastructure requirements like exception handling, logging, caching, etc. At that point I always get back to Microsoft Enterprise Library... :) I really like EntLib but Read More...
Pavel Hruby & REA @ PRIMAVERA
This week we had the pleasure of receiving and working with Pavel Hruby here at PRIMAVERA. Pavel is a very experienced model-driven design enthusiast that worked a number of years in Navision and Microsoft Business Solutions and that is a specialist on Read More...
Microsoft TechDays 2008 Now
So, I'm on the road for this event: http://www.techdays.pt/ I'm in for a promising agenda, with a bunch of colleagues from here , and a good number of GASP 'ers (some of them doing cool presentations ). Share this post: email it! | bookmark it! | digg Read More...
Posted 11 March 08 06:53 by hgr | 0 Comments   
Filed under ,
Publisher/Subscriber Implementation with WCF
The other day I was looking for a simple implementation of the Publisher/Subscriber design using WCF. Well, I did found some samples ( here and here ) but none of them seemed to work correctly on my deployment. After looking for more info in Juval Lowy's Read More...
Posted 28 January 08 01:13 by hgr | 0 Comments   
Filed under , ,
Microsoft S+S Blueprints Won't Install
In reference to my post about Microsoft S+S Blueprints , I tried to install it today. I can't get it to install as I keep getting this "error code 2869" annoying error. It seams like that I'm not the only one as you can see in the CodePlex forum Read More...
Microsoft S+S Blueprints
This was announced at Tech.Ed but I didn't realize that there was already one blueprint available for download. The S+S Blueprints are a series of source code and guidance packages that provide an architectural insight about S+S and make it easier to Read More...
Clarius T4 Editor Beta
Well, working with the DSL Tools just got a bit easier . This tool - Clarius T4 Editor - does a pretty good job in helping you edit the text templates for code generation. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live Read More...
Resetting Visual Studio 2005 Experimental Hive
At some point in time, after messing around a lot with the DSL Tools, you're going to need this: http://ruisilva.wordpress.com/2007/04/20/visual-studio-2005-experimental-hive/ Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | Read More...
Automating AssemblyVersion with VSTS
I wanted to automate the build process in one of our projects to increment the AssemblyFileVersion after each build. The Microsoft MSBuild team published some time ago the AssemblyInfoTask task for msbuild that does part of the job. This post by Gautam Read More...
Posted 26 September 07 12:34 by hgr | 2 Comments   
Filed under , ,
Codex Automation v0.2
Well, I've published a new version of the Codex Automation add-in . A part from correcting a few bugs that were preventing the add-in from always loading correctly, here is a list of the (few) new features: Settings - new dialog in the Visual Studio Tools Read More...
Posted 28 August 07 03:29 by hgr | 0 Comments   
Filed under , , ,
Codex Automation v0.1
On my spare time I've been working on a very small and simple add-in for Visual Studio 2005 (C#). This is basically a code automation tool for simplifying a few tasks that I find myself doing a lot of times. The source code is available in this page: Read More...
Posted 21 August 07 12:17 by hgr | 0 Comments   
Filed under , , ,
Cool Add-ins for Visual Studio 2005
I've been looking for Visual Studio add-ins to automate some of the repetitive tasks that programming in C# still requires. Here are a few that do provide interesting features. PInvoke.net This add-in from Red-gate let's search for Win32 unmanaged API Read More...
Posted 16 August 07 11:56 by hgr | 1 Comments   
Filed under , ,
Exception Shielding #6: Exception Logging Implementation
Our Exception Shielding design sets the foundation to implement exception logging. This is a very important feature on any business application. Our CustomersService architecture requires exception logging at two different levels: Inside the service implementation, Read More...
Posted 06 May 07 11:28 by hgr | 1 Comments   
Filed under , , ,
Exception Shielding #5: Exception Shielding Implementation
Now that we're getting close to the end of this series about Exception Shielding, it's time to explain the final version of the sample source code. Attached to this post you'll find the complete sample C# solution. Note that, to run this solution, you Read More...
Posted 03 May 07 10:37 by hgr | 1 Comments   
Filed under , , ,
Attachment(s): CustomersService.zip
More Posts Next page »