Browse by Tags

All Tags » Other (RSS)

Microsoft offers lots of free E-Learning Courses

Besides the fact that you can test trive MS technology on their virtual machines >> LINK << MS offers llots of training material for their technology as well. Follow this link >> LINK << to find out more. They also have loads of...
Posted by Patrick Wellink | with no comments
Filed under:

Test drive almost any MS technology on their virtual machines

Sometimes fellow consultants want to learn more about for example MS BizTalk. It's a lot of work to set up a BizTalk machine and sometimes people don't have that time. You can get access to a complete already set up BizTalk Machine via MS. They have special...
Posted by Patrick Wellink | 1 comment(s)
Filed under: ,

Use EntitySpaces Business Objects in WebServices

Have a read here and see how easy it is to use your ( EntitySpaces ) business objects with WebServices. And now I come to think of it, Will be VERY handy for every BizTalker as well...
Posted by Patrick Wellink | with no comments
Filed under: ,

Getting a copy of a DLL that's only in the GAC

Ok probably there is a simpeler way of doing this but i googled for it and couldn't find it. So here is the story. I needed a specific DLL that was placed in the GAC by the install of BizTalk. I needed the DLL cause I needed to ad a reference in my C#...
Posted by Patrick Wellink | 9 comment(s)
Filed under: ,

MyGeneration keeps doing it.... See the successor of dOOdads in action

Ok, A lot of people know I really like dOOdads from mygeneration. It's an easy and flexible way of generating an excellent data tier. 'The tier is FAST and very flexible. But now they have something new, it's called EntitySpaces. And as with dOOdads they...
Posted by Patrick Wellink | 2 comment(s)
Filed under:

learn about the 400+ differences in VS2005 (supercool site)

Ok follow this link http://www.400plusdifferences.com/ to learn about the 400+ differences in Visual Studio 2005. Besides very usefull it's a MEGA COOL site as well. I wonder if it was build with VS2005 ?, It's really worth to have a look at it.........
Posted by Patrick Wellink | 1 comment(s)
Filed under:

Getting up to speed With MyGeneration. (MyGeneration QuickStart Guide)

Ok I already blogged a lot about MyGeneration. Yesterday I gave a demo to several people and promised those people I would post a link to the quickstart guide. So here is the link . Too bad I had so little time to explain everything. I didn't had time...
Posted by Patrick Wellink | 4 comment(s)
Filed under:

The best text search I ever saw.....

Ì was looking for a real good text search because the Microsoft Search just wasn't good enough. I came up with InfoRapid. Inforapid is a search tool that will display all you search results in a html like browser. If you click on a word in that...
Posted by Patrick Wellink | 2 comment(s)
Filed under:

Got confused about Strings

I read somewhere on this site the do's and dont's about strings...Because I use the + a lot I did run some tests....If you have a construct like this : Eventlogentry = New Eventlogentry(“There was a failure executing receive location “ + config...
Posted by Patrick Wellink | 5 comment(s)
Filed under: ,

The killer patent for O/R Mappers

Frans Bouma pinted me to this patent . Here you can see someone got a patent on O/R Mapping..... Does this mean we have to pay next time we use LLBLgen ? ( besides paying to LLBLgen ). I really wouldn't know. Luckily for me the dOOdad architecture that...
Posted by Patrick Wellink | 1 comment(s)
Filed under:

Why Mygeneration Beats the Competition when it comes to codegeneration

The main reason why MyGeneration is an excellent tool (Besides support of the dOOdad architecture) is the ability to add several templates to a project. Below is an example of this. In this project there are four templates needed. Adding a template is...

Using WMI to query the Eventlog

After some testing on various ways to query the eventlog I found that a WMI query is the easiest way to query the Eventlog of any (remote) machine. There is very little information about WMI on the internet so I thought it was nice to post this sample...
Posted by Patrick Wellink | 6 comment(s)
Filed under: ,

A very nice EventLog BizTalk Adapter

Hello all you BizTalkers out there.... Just wanted to let you know there is a EventLog Biztalk adapter out there that works very good. It is available on GotDotNet and you can download it by following this link This is a receive adapter that monitors...
Posted by Patrick Wellink | with no comments
Filed under: ,

Can't we kill those very irritating Spammers....

Right, I am getting a lot of replies on my articles lately, unfortunately it is all spam....Running as SQL job removing all spam will not be that hard (maybe it's running already). The spam is redirecting us to several gambling sites... Is there nothing...
Posted by Patrick Wellink | 6 comment(s)
Filed under:

Prevent SQL injection !

In the NorthWind Database the Customer table has a CustomerID field and the field is 5 long. I am using the MyGeneration dOOdad architecture and I query the database for every customet that has a customerid of 'ANTON' In my code this looks like : Dim...
Posted by Patrick Wellink | 2 comment(s)
Filed under: ,
More Posts Next page »