(Rui Jarimba) Select method is used to project each element of a sequence into a new form, i.e., it can be used to map a collection of one type to a collection of another type. In this article I’ll show you a simple approach that will allow you to reuse the code used in the Select method.
Tag: Development
10 Mind-Blowing jQuery Plugins for Developers
(Michael Garrity) The JavaScript-based coding language jQuery is popular among many Web developers because it allows them to incorporate a variety of interactive effects it allows them to incorporate in their websites without requiring as much of the elaborate coding of regular JavaScript.
Accessing Methods Asynchronously in WCF 4.5
(Pravinkumar Dabade) In this article, we will seen how we can implement Asynchronous Logic in our WCF 4.5 Service and how we can access the WCF methods Asynchronously by generating proxy code using Task-based Programming model.
A Sudden Move: One developer’s journey from C# to JavaScript
(Joel Cochran) JavaScript is ‘tragically important’ because, although it is inherently flawed, it is used everywhere because it allows the developer to use the same language for a variety of platforms and purposes. At last, the uniformity of browser and Javascript standards give the promise of code
ASP.NET web optimization framework with MVC 3 & ASP.NET 4.0 web form
(Nandip Makwana) Yesterday, I came across a forum post, where user was facing problem in integrating web optimization framework with MVC 3. So here in this post we will see how we can integrate asp.net web optimization framework with MVC 3 and ASP.NET 4.0 web form application.
Generating .NET POCO Classes for SQL Query Results
(Joe Kunk) Every so often, I find myself wishing that I had a utility of one type or another, to save me from rewriting code. In many coding sessions, I need to generate a .NET class with appropriately typed, public properties to contain the results of a database query or stored procedure. I finally
Writing Unit Tests for an ASP.NET MVC Action Method that handles Ajax Request and Normal Request
(Shiju Varghese) In this blog post, I will demonstrate how to write unit tests for an ASP.NET MVC action method, which handles both Ajax request and normal HTTP Request. I will write a unit test for specifying the behavior of an Ajax request and will write another unit test for specifying the behavi
C#.Net- How to Convert DataTable to XML String in Asp.net, VB.NET
(Suresh Dasari) Here I will explain how to convert datatable to xml string in asp.net using C#, VB.NET.
A LINQ Style Replace Operator
(Richard Carr) It can be useful to search a sequence of items for a specific value or object and replace all matching instances with a new value. Language-Integrated Query (LINQ) does not provide a standard query operator for this purpose but creating one is simple.
Security scenarios with ASP.NET MVC, ASP.NET Web API, OAuth2 and DotNetOpenAuth
(Manfred Steyer) Nowadays, web users have to contend with numerous user accounts, resulting in the users’ desire to access the web services of their choice via one account or a limited number of accounts. Moreover, users are increasingly looking to pass on parts of their access rights to third parti
