Browsing archives for 'C#'

Web Essentials for VisualStudio

C#,Programmers,Visual Studio 12 February 2014 | 0 Comments

Web Essentials extends Visual Studio 2013 with a lot of new features that web developers have been missing for many years. If you ever write CSS, HTML, JavaScript, Markdown, TypeScript, CoffeeScript or LESS, then you will find many useful features that make your life as a developer easier. Check it out here: http://vswebessentials.com/

Mary Had a Little LAMBda

C# 19 August 2011 | 0 Comments

A lambda expression is an anonymous function that can contain expressions and statements, and can be used to create delegates or expression tree types. All lambda expressions use the lambda operator =>, which is read as “goes to”. The left side of the lambda operator specifies the input parameters (if any) and the right side […]

Tagged in , , , , , ,