Comparison Between different Data Integration Technologies
I was tasked to investigate infromation regarding different Data Integration Application that our company can use, we have a myriad of applications that are running around our enterprise which we need...
View ArticleExecute Applications on Remote Systems
Running executable applications remotely is really simple as long as you know the credentials of the remote workstation you want to run it on. So how would you do that? Through the use of PsExec. So...
View ArticleTools to make WMI Programming Easier
If you are doing WMI Programming like what I am doing now for a certain project I currently have, I highly recommend using this tool as defintely it will greatly increase your productivity. WMI Code...
View ArticleVisual Studio 2010 Productivity Power Tools Rocks!
I just want to share this free tool from Microsoft that makes my life as a developer really easy and its called Visual Studio 2010 Productivity Power Tools which you can download here. As defined in...
View ArticleScratch – A programming language that you can let your kids learn
Have you ever imagined teaching a 7-10 year old child a programming language and instill that interest? Well if you try to teach them C# or VB.Net then I guess they will loose interest in a second but...
View ArticleEasily Determining what is the exact Error by using Correlation ID in...
Have you encountered an error that looks like this screenshot below? Well if you develop items in Sharepoint then most probably you had seen that not just once but a lot of times unless you are a...
View ArticleLooping through Excel rows in SSIS and perform CRUD Instructions
SSIS is a really good tool for performing ETL Transactions but have you ever wondered whether you can use this tool to perform CRUD operations from a data source? What if the datasource is from an...
View Article