Articles
Scandanavian Alt Codes
Windows alt codes for typing Scandanavian characters using an English keyboard. If you are developing
an application for Danish, Norwegian, Finnish or Swedish speakers you may as well include support
for all of the North Germanic languages as they are all closely related.
Norwegian Alt Codes
Windows alt codes for typing Norwegian characters using an English keyboard.
Danish Alt Codes
Windows alt codes for typing Danish characters using an English keyboard.
Finnish Alt Codes
Alt codes for typing Finnish characters using an English keyboard.
Swedish Alt Codes
Alt codes for typing Swedish characters using an English keyboard.
LINQ Not in Query Example in C#
Article on how to recreate a SQL not in query in LINQ using the enumerable
contains method. The example shows the syntax for both a query expression
and a lambda expression that simulates a not in query.
LINQ Order By Example in C#
LINQ order by example in CSharp. The syntax for order by using both a query expression
and a lambda expression. Includes examples for ordering on multiple columns.
LINQ Group By Example in C#
LINQ group by example in CSharp. The syntax for group by using both a query expression
and a lambda expression.
LINQ Cast Operator
Resolving Visual Studio Error - "Could not find an implementation for the query
pattern for source type [some type]. ‘Select’ not found. Consider explicitly specifying
the type of range variable x.” by using the LINQ cast operator.
Dropping Constraints With Unknown Name on SQL Server
Sometimes constraints in a SQL Server database can have different names even if
they were created from the same script. This article will demonstrate how to drop
a constraint without knowing the constraint name.
Bulk Insert Over Column that is a Primary Key
There are times when you may need to restore some data back into a table including
the primary key. This article will help you do this by changing the IDENTITY_INSERT
of the table and performing a bulk insert.
Most Used Shortcuts in Visual Studio 2008
If you are anything like me, shortcuts are an essential part to developing efficiently.
Check out the shortcuts I use most in Visual Studio 2008.
French Alt Codes
French Alternate Codes for Windows. Find shortcuts for symbols and letters used
in the French language.
Spanish Alt Codes
Spanish Alternate Codes for Windows. Find shortcuts for symbols and letters used
in the Spanish language.