|
|
-
Apr 12 2012 3:54AM
| Jalpesh07
| blog
I have used delegates in my programming since C# 2.0. But I have seen there are lots of confusion going on with delegates so I have decided to blog about it. In this blog I will explain about delegate basics and use of delegates in C#. What is delegate? We can say a delegate is a type safe functio...
|
-
Mar 16 2012 9:20AM
| kirti.darji
| 30
Validating an email address using regular expressions in C#.net
|
-
Mar 15 2012 8:25AM
| kirti.darji
| 30
Reverse string without using loop and split method
|
-
Feb 20 2012 4:52PM
| Ganesh.Divekar
| blog
Hi Geeks, In general Behavior or behaviour refers to the actions and mannerisms made by System in conjunction with its environment, which includes the other systems around . It is the response of the system to various stimuli or inputs. * WCF Behaviors are classes that affect runtime operati...
|
-
Feb 20 2012 12:23AM
| neeraj Kaushik
| blog
This in continuation with previous post on QuickFix which explain how to connect to FIX Server and send order to Fix Server.
I don't have any environment to test now. I just want to give idea about how can we get market price from FIX server if broker/exchange is sending market price in FIX message...
|
-
Feb 7 2012 8:32PM
| simplymanas
| 17
While passing the arguments you can associate a specific parmeter by its name rather than passing the argument by its position, this is what the Named argument does.
|
-
Feb 4 2012 5:40AM
| steven
| 24
Removing Otherwise method from CuttingEdge.Conditions
|
-
Jan 8 2012 6:30PM
| Jalpesh07
| blog
Recently I was working on something and I need to put a curly bracket on the string with a string.format function but I was not aware how to to do it. So I did some search on internet and found how to give escape sequence in string.format. Suppose You need to put curly bracket then you have write tw...
|
-
Jan 5 2012 12:20PM
| Ganesh.Divekar
| blog
Hi Friends, WCF Binding is the way which defines how communication is going to take place in between client and the hosted service using endpoints. * Bindings are used to specify the transport, encoding, and protocol details required for clients and services to communicate with each other. * A bi...
|
-
Jan 1 2012 11:50PM
| simplymanas
| 17
How do you prevent a class from being inherited?
|