Pages

Tuesday, September 24, 2013

Paste Special OR Json attribute to class in C-Sharp C#

Convert JSON attribute to Class in c# Or Paste Special in Visual Studio 2012

Monday, September 23, 2013

Action Delegates in c#

In my last post i shown FUNC Delegates now going around ACTION delegates
        
            Action instance can receive parameters, but cannot return values.
 Example below:
  1. How to execute a line
  2. How to execute a method

Thursday, September 19, 2013

using FUNC in c#


Here i'm presenting how to use FUNC in C#

Simple Example

Wednesday, September 18, 2013

SQL Function return SQL TABLE


using table values parameter we can achieve it

Function :

CREATE FUNCTION FunctionName
(
@id INT
)
returns table as
return
(
Select * from TableName WHERE id=@id
)

How to call:

select * from FunctionName(1)

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

Tuesday, September 17, 2013

HAPPY ONAM 2013


I Wish You A Very Happy Onam,
May The God Bless You And Fill Your Heart
With Joy & Happiness.
May The Color And Lights Of Onam Fill Your Home
With Happiness And Joy.
Have The Most Beautiful Onam.





Wednesday, September 11, 2013

Setting RadDatePicker Date Without Firing ValueChanged using javascript On Telerik radcontrols

 Hi *.*,

This is the first time I'm writing a post about Telerik rad controls help.