Paulo Morgado

.NET Development & Architecture

Browse by Tags

All Tags » TipsAndTricks (RSS)
LINQ To SQL Tips & Tricks: String Operations
LINQ brought developers a very user friendly and domain independent style of writing queries. The fact that the way queries are written is domain independent doesn’t mean that any query will compile the same way or even run the same way. You’ll always...
Tip: Connecting To A Database Using Windows Authentication With Different Credentials Using SQL Server Management Studio
It is a good security practice to use Windows Authentication to connect to SQL Server because you don’t need to write the password on some configuration file or registry entry. This practice also brings governance benefits. Managing users becomes part...
More Posts