Archive for Giugno 13th, 2008

Inline If

CodeKeep C# Feed Giugno 13th, 2008

Description: Inline if statement.

Link: http://www.codekeep.net/snippets/f1fb9455-68e3-4458-93df-d304f4568aca.aspx

a ? b : c

SQL ASP.NET connectstring

CodeKeep C# Feed Giugno 13th, 2008

Description: string connectstring

Link: http://www.codekeep.net/snippets/9b5dffe5-da3f-4354-b2dc-3904654510c3.aspx

string connectstring = "Server="";Database="";User ID="";Password="";Trusted_Connection=False'";