"If at first you don't succeed; call it version 1.0" :-Unknown

Pages

Wednesday, April 2, 2014

GET SET in C#

Get:
The get { } implementation must include a return statement. It can access any member on the class.

Set:
The set { } implementation receives the implicit argument 'value', which is the value to which the property is assigned.

Thursday, March 13, 2014

keep the sessionID on url

keep the sessionID on url

Recently i found an intersting stuff around axisbank url.


Monday, March 3, 2014

upcoming feature in c#

1.Add "?." operator to C#

2.Allow "default" values on automatic properties


These are some of the upcoming feature expecting in c# by there next update.http://visualstudio.uservoice.com/  visual studio admin team announced these stuff. 
 more info:
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3990187-add-operator-to-c-
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2163145-allow-default-values-on-automatic-properties

If u had any trouble just ask, Happy to help u :) 
Stay Tune... 
Have a nice day... 'N happy Coding :)