Author Archives: urkp6

Advanced Message Security with IBM WebSphere MQ

In these days I’m involving with some serious business with IBM WebSphere MQ …  🙂 . This is the last part of my IBM WebSphere MQ project. So I thought to share my experience with you. IBM WebSphere MQ has a … Continue reading

Posted in C#, IBM WebSphere MQ | 1 Comment

Transport level security with IBM WebSphere MQ in .net environment

Before we make this transport level security we have to make an queue manager with proper configuration. So first of all make sure to have following things in your queue manager. IBM web sphere installation server’s user should be in mqm … Continue reading

Posted in IBM WebSphere MQ | Tagged , , , | 2 Comments

Invoke C# console application on new message arrival in IBM WebSphere MQ

Before going to bed I thought to post this post. After couple days of struggling with IBM web sphere mq and other solutions on internet I could able to create a workable solution today… 🙂 In this post I’m going to … Continue reading

Posted in C#, IBM WebSphere MQ | Tagged , , , , | 3 Comments

IBM WebSphere MQ Connection with CCDT file

With this post I’m going to tell you about how to configure and implement connection between IBM MQ version 7.5  with ccdt file (client channel definition table)… So I’m going to explain you about Server-Client MQ model. First of all we … Continue reading

Posted in IBM WebSphere MQ | Tagged , | 2 Comments

MVC WebGrid pagination and sorting with Entity Framework

So after some long time I had to get in to some old problem. But this time I figured it out. So lets go through this “MVC WebGrid pagination and sorting with Entity Framework” With this implementation, I’m able to … Continue reading

Posted in MVC | Jquery | Webgrid | Pagination | Sorting | Entity Framework | Tagged , , | 4 Comments

Create nested html tables from complex JSON

Recently I came a cross to implement a nested tables from complex object ( object that has more children objects). So end users can toggle nested table and look inside in those child elements. To achieve this I serialized the … Continue reading

Posted in Javascript | JSON | Jquery | Tagged , , , | 3 Comments