Memory Leaks

logoRecently I have been stuck with a set of adapters with huge memory leaks. Below is a link to an article with some very usefull tools in helping to solve the issue. Have a look at WinDbg for production issues.

 

http://msdn.microsoft.com/en-us/library/ee658248(lightweight).aspx

 

Leave a Comment

Irony

Logo

Logo

I find this a very interesting project. 

Irony is a framework created by Roman Ivantsov and used to write internal DSLs or entire new languages that run on .NET, the grammar being written in C#.

Irony, a CodePlex project, allows one to create a new language by specifying its grammar directly in C#. The framework generates the scanner and the parser making the job of creating a new compiler considerably easier.

Read more on InfoQ – http://www.infoq.com/news/2009/11/Irony

Leave a Comment

IIS Warm-up

IIS Application Warm-up for IIS 7.5 improves the responsiveness of a web site by loading all related web applications and their dependencies before the first request is made.

IIS Application Warm-up improves the web site responsiveness even if it uses a custom request pipeline or if the Application Pool is recycled by “proactively loading and initializing all the dependencies such as database connections, compilation of ASP.NET code, and loading of modules.”

The pre-loading process, which can be executed synchronously or asynchronously, is initiated by configuring specific web pages and user IDs to be loaded and used.

Application Warm-up is integrated with IIS Manager and has the following main features:

  • Configuration settings are stored in the shared configuration file
  • Web application pre-loading settings can be configured on a per Web application basis, allowing IT professionals to identify or create individual initialization pages according to their needs.
  • Use the default or custom identities to pre-load the application.

This IIS module is currently in beta and has an x86 version for Windows 7 and an x64 one for Windows 7 or Windows Server 2008 R2.

Leave a Comment

WOA as benchmark for SOA

Web-Oriented Arrchitecture is more and more becoming part of the everyday lives of architects, companies and developers. In this article WOA get used to help solve some of SOA’s issues.

http://www.infoq.com/news/2009/10/SOAWOA

Leave a Comment

WPF Memory Leaks

Below is a link to an InfoQ article on some serious WPF leaks.  Good to know info if you are using WPF for UI.

http://www.infoq.com/news/2009/10/WPF-Memory-Leak

Leave a Comment

New Features and Performance Improvements for System.IO

Microsoft has just announced some changes to the System.IO class, including changes to the File object. Read more at InfoQ – http://www.infoq.com/news/2009/10/System-IO

Leave a Comment

BizTalk Server 2006 R2 SP 1

Microsoft BizTalk Server 2006 R2 Service Pack 1 (SP1) is an update for BizTalk Server 2006 R2.  It includes fixes to issues that have been reported through our customer feedback platforms, as well as internally discovered issues.

It is available for download on the Microsoft Connect site to any customers that sign in to that site with their Live ID. Any feedback or issues you encounter can be reported here.
To see a listing of the customer-reported issues that are fixed in this service pack, click here.
For a description of some of the other updates included in this service pack, see What’s new in BizTalk Server 2006 R2 SP1. For a list of of BizTalk Server hot fixes that are included in BizTalk Server 2006 R2 Service Pack 1 Beta click here.

 

Original post – http://blogs.msdn.com/biztalk_server_team_blog/archive/2009/10/12/announcing-biztalk-server-2006-r2-service-pack-1-beta.aspx

Leave a Comment

Some BizTalk Goodies

Here is some cool BizTalk Server goodies.

The first link is to an article with links to some Vision Stencils to use when designing BizTalk related solutions – http://connectedthoughts.wordpress.com/2009/10/02/visio-icons-for-biztalk-server/

The second link is to a blog post linking to some BizTalk “how to’s” and posters  - http://blogs.digitaldeposit.net/saravana/post/2009/10/01/BizTalk-Videos-and-Posters.aspx

Leave a Comment

The Pomodoro Technique

While browsing the web this morning I came across this Agile like management technique – http://www.pomodorotechnique.com/. While I don’t think is going to revolutionize Agile practises, I do find it a worthwhile technique in self management. Go have a look for yourself.

Leave a Comment

BizTalk Adapter Or BizTalk Tools and Utilities pack

As a consultant on Integration platforms and Architecture I have been asked  to build custom tools and utilities specifically for Microsoft’s BizTalk Server. As a result I am now offering custom Adapter and custom Tools and Utilities development packs for clients. These packs included the following:

Adapter pack
——————–

Custom adapter with installer
Source code
3  hours free support
10 Hours support at R450 per hour

Delivery time depends on specification provided by client

Tool and utility pack
—————————-
Custom tool and or utility with installer
Source code
3 hours free support
10 hours support at R450 per hour

Delivery time depends on specification provided by client

For more information, please contact me riaan@riaansnyders.co.za

Leave a Comment

Older Posts »