CodeMaid Visual Studio Extension
CodeMaid is an open source Visual Studio extension to cleanup and simplify C#, C++, F#, VB, PHP, PowerShell, R, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
CodeMaid is an open source Visual Studio extension to cleanup and simplify C#, C++, F#, VB, PHP, PowerShell, R, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
The LINQ where clause is easy to use but sometimes there is confusion of how to create an expression with more than one condition. Here’s a quick overview.
Using ASP MVC Controllers as a source for Ajax is one of the easiest methods around. I’ll give you four simple examples of calling a controller function, show you how to pass parameters both ways and then show how to call and display a Partial View.
If you are unsure of the power of LINQ and lambda expressions, look at this quick example.
Sometimes when you are developing an application you need to have a set of test…
ASP.NET MVC (Razor) has some great features and the Html Helpers take care of a…
Exporting List
The CKEditor is a widely used full-function HTML WYSIWYG editor, downloaded almost 10 million times….
Many programmers have not heard of the ?? operator in C# but it is one…