Quantcast
Channel: Technology corner
Browsing all 10 articles
Browse latest View live

Add item in collection with Collection Initializers

  It is simple example to add item in generic list but sometimes it is very useful to use collection/object initializers to write less code. I am taking example to add item in generic list with or...

View Article



Image may be NSFW.
Clik here to view.

CRUD operations using KnockOutJS and Asp.Net MVC3

  In last posts about knockoutJs, I gave examples of Search, Binding server side model to KnockoutJs ViewModel. I’ll discuss today about sending data back to server so that we can do server side...

View Article

Arithmetic Expression Calculator

  This post describes implementation of arithmetic expression calculator in C#. I have below specification in the form of Backus–Naur Form expression. It is mainly used to define syntax of languages in...

View Article

Image may be NSFW.
Clik here to view.

Implementation of FIX messages for Fix 5.0 sp2 and FIXT1.1 specification

  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...

View Article

Image may be NSFW.
Clik here to view.

Setup connection on SSL with FIX server

  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...

View Article


Programming languages and contribution of Mathematics : An overview

Application of Discrete Mathematics in Computer Science Discrete Mathematics play a vital role in software Development in Computer science . Almost ever program is based on some Mathematical Model . To...

View Article

Default Application Domains in CLR

  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...

View Article

Colorize negative number using jquery in html table

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...

View Article


Image may be NSFW.
Clik here to view.

General tips: How to run Visual Studio as administrator always

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...

View Article


Image may be NSFW.
Clik here to view.

NoSql (It’s “Not only SQL” not “No to Sql”)

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...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images