SSIS: Excel source load error
I was scanning through my mails when I got this query in my inbox from one of my followers. Most of us face this issue often, so I thought of explaining it through an article. Hope this helps.Scenario:...
View ArticleObject-Oriented programming in JavaScript
This blog starts with an Introduction to object-oriented programming with JavaScript like other object-oriented programming language like C# or Java.How to create class:function employee() { // define...
View ArticleHow to secure web API using JToken
When we are developing Web API for mobile application, it should be secure and recognize the authorize user.Create a token for individual user at the time of log in to your application. Pass this token...
View ArticleHow to convert image to pdf using Image Magic in C#
This blog will discuss how to convert any type of image file (.jpg, .gif, .tif ..) to pdf. I found a free tool “ImageMagic.NET”. You can download the DLLs from http://imagemagick.codeplex.com/Add...
View ArticleCluster Messaging Protocols in Weblogic
WebLogic Server supports two cluster messaging protocols:Multicast – This protocol, which relies on UDP Multicast, has been around since WebLogic Server introduced clustering back in WebLogic Server...
View ArticleHow to remove older than n-days files in windows
Syntax :forfiles [/p <Path>] [/m <SearchMask>] [/s] [/c "<Command>"] [/d [{+|-}][{<Date>|<Days>}]]/p <Path> : Specifies the path from which to start the search. By...
View ArticleMicrosoft outlook integration with PeopleSoft absence management
Integration between outlook and PeopleSoft enables to schedule meetings and appointments and keeps reminding of upcoming absence events. Requesting for absence through Microsoft outlook is a new...
View ArticleHow to Change the AdminSever name in Weblogic
You may need to follow below steps to do this 1. Take back up of entire domain.2. Edit the Config.xml and update the AdminServer name which ever you want3. Update the new AdminServer name in...
View ArticleFast In-Memory Computing For Your Big Data Applications
Big data is getting bigger via a constant regular stream of incoming data. This data is arriving at incredible rates in high-volume environments and has to be analyzed and stored effectively.Apache...
View Article