Welcome to Neudesic Blogs Sign in | Join | Help

March 2006 - Posts

Data Access Application Block (DAAB) has very nice features. Parameter discovery and caching is one of them. What it does is when the the client code creates a DbCommand object is constructed from the name of the stored procedure and Read More
What if your managed code is hosted inside the COM+ component and you still need to access the settings similar to what you have in WinForms (app.config) or ASP.NET (web.config ) application? If your component is configured as a Library Application, Read More
There are different solutions to make it working when you need to access your home or office computer being away from it. Network restrictions may prevent you from using the remote desktop/terminal client or you do not have the VPN connectivity to Read More
I recently had a problem in the COM Interop when you try to use event sink with parameter of enumeration type exposed to VC++ 6.0 ATL. This event sink is working perfectly well with VB6, but not with VC++ 6.0. We are getting the callback Read More