|
|
-
Neeraj Kaushik Posted 2 Months ago through Blogs | 10 Points
Here I’ll share you how to put logging in your C++ application using QT 5.0 framework. It is very easy to implement, first you need to setup message handler once in application then it will return pointer to previous message hander defined. The message ...
|
-
Neeraj Kaushik Posted 3 Months ago through Blogs | 10 Points
After installation of visual studio, I tried to open asp.net MVC4 project but I was getting below exception: "Error: this template attempted to load component assembly 'NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b...
|
-
Neeraj Kaushik Posted 4 Months ago through Blogs | 10 Points
This is my first post on NoSql database technologies. There have been drastic changes in database technologies over the few years. Increase in user’s requests, high availability of applications, real time performance forced to think on different databas...
|
-
Neeraj Kaushik Posted 6 Months ago through Blogs | 10 Points
Some times it is needed to run visual studio as administrator for system level activities like if you want to setup IIS virtual directory in your visual studio project, To setup IIS settings etc. If you want to run visual studio as administrator once, ...
|
-
Neeraj Kaushik Posted 6 Months ago through Blogs | 10 Points
Recently I was working on creating reports for clients on web portal. We are developing web portabl in asp.net MVC3 and using jquery utility functions. One of the UI requirement was to colorize negative numbers. I can implement in server side in chtml ...
|
-
Neeraj Kaushik Posted 7 Months ago through Blogs | 10 Points
When CLR loads first to execute managed code, it creates 3 application domains. System and Shared domains are singleton for each CLR. Application Domains System Domain It creates and Shared and default applicatio...
|
-
Neeraj Kaushik Posted 9 Months ago through Blogs | 10 Points
Some broker support SSL to send message to FIX server. QuickFix engine does not have support for SSL. Some commercial QuickFix engine support it eg. OnixS ultra low latency .NET FIX Engine. Here I am give example how we can connect to F...
|
-
Neeraj Kaushik Posted 9 Months ago through Blogs | 10 Points
This post will demonstrate how to connect with FIX5.0 server and FIXT1.1 specification and uses of QuickFix/n (native .net FIX engine). Introduction With this release of FIX protocol version 5.0, a new Transport Independence framework (TI) introduced ...
|
-
Neeraj Kaushik Posted 1 Years ago through Blogs | 10 Points
In continuation of my previous post on search implementation using knockoutjs. In previous example I bind grid with knockoutjs observable array object. Because of observable characteristics, once view model update then knockoutjs engine render html cont...
|
-
Neeraj Kaushik Posted 1 Years ago through Blogs | 10 Points
there was problem in source code. I’ll upload corrected version. Sorry for inconvenience.......
|