(Diego Dagum) This month, I’ll focus on lambda expressions in C++. Lambdas are lightweight anonymous functions usually defined where they’re used.
Tag: Development
Consuming ASP.NET Web API in a Metro Style Application using jQuery
(Mahesh Sabnis) In this tutorial, we will talk about establishing communications between ASP.NET WEB API and Metro-Style application using jQuery, for performing CRUD operations.
Role Based Security Using Form Authentication in ASP.NET
(Melick Rajee) I have created ASP.net web based application using Form Authentication. I need a section with role privileges and login page should be access by all users. when I specify the authorization in default section my login page loaded with out CSS since those files do not have permissions.
The System.Uri Class
(Richard Carr) Software that uses networked resources, web sites or remote files often makes use of Uniform Resource Identifiers to locate those resources. Although these can be held in simple strings, using the System.Uri class provides many additional benefits.
Parallel Work in Async MVC Actions
(K. Scott Allen) One of the samples in the ASP.NET MVC 4 release notes is an example of using an async controller action.
Efficiently Displaying Hierarchical Data With The jQuery Accordion In Razor Web Pages
(Mike Brind) A frequent requirement is to display data hierarchically, such as products by category. This article shows how to use LINQ to Objects and the jQuery Accordion to display the result of a database query in such a fashion within Razor Web Pages.
Exceptional Async Handling with Visual Studio Async CTP 3
(Patrick Steele) With the release of the Async Community Technology Preview (CTP), many developers are starting to learn about Microsoft’s improvements to the Microsoft .NET Framework for asynchronous programming. In this article, I’ll look at how to deal with exceptions that can occur in asynchrono
LINQ: OrderBy with complex sort key
(Andreas Gieriet) This is an alternative to the original tip[^]. While that original tip shows a fully hand-crafted version of sorting an array by a complex sort key, I show here a LINQ based approach, based on the IComparer<T> interface.
Create Export DetailsView To PDF In Asp.Net
(amiT jaiN) In this example i’m explaining how to Create Generate Or Export DetailsView To Pdf In Asp.Net Using C# And VB.Net.
Extensibility of Visual Studio IDE
(Arun Karthick) Visual Studio IDE is a highly extensible and customizable application. In this article I will take you through a few extensibility features of Visual Studio that are not only helpful but are nice to know.
