Wednesday, November 12, 2008

C# 3.0 Coding Notes

1. Define default value for an automatic property.
2. Assign value of a nullable variable to an unnullable variable.
3. Pass event data with EventArgs class
4. string is nullable, so string parameters passed to Linq stored procedure can be assigned null so as to make the parameter set to null in the stored procedure end.
4 Linq stored procedure return value with output parameters

No comments: