(Brij Mohan Dammani) It explains how to implement jQuery UI Autocomplete feature with ASP.NET Web API and Entity Framework DB First approach. Suppose you have to display complete information of user selected item from auto-complete textbox.
Tag: Development
Uploading Files Using HTML5 Drag-and-Drop and ASP.NET
(Bipin Joshi) ASP.NET web applications that require uploading files from the client machine to the server use the file field to select files. The selected files are uploaded to the server using form submission techniques. In addition to the file field, HTML5 also allows you to select files using dra
Practical ASP.NET MVC (3) tips
(Florian Rappl) From the moment I saw ASP.NET MVC I knew that this is not only useful but highly powerful. However, with great power comes great responsibility (and in technology: great requirements), resulting in a steep learning curve. This article is not focused on professional ASP.NET MVC develo
Everything you want to know about ASP.NET Web API content negotiation
(Filip W.) One of the key concepts in ASP.NET Web API, lying pretty much at the heart of it, is content negotiation – or simply conneg. I really believe that, before you start developing Web API solutions, you need to understand conneg well.
What .NET Developers Must Know about C++ Classes
(Diego Dagum) C++ has typical idioms and conventions that are expressed differently in C# or Java, if at all. Sometimes it’s a matter of syntax, other times it’s a conceptual consideration related to the absence of a managing runtime in native languages.
Calling CFFile-Upload Twice On The Same File For Security Purposes
(Ben Nadel) One of the things that I have always loved about ColdFusion’s CFFile upload processing is the seamless way in which ColdFusion handles name conflicts. Simply set the “nameconflict” attribute to “makeunique” and you don’t have to worry about anything else.
How to Configure CreateUserWizard and Login Control Using ASP.NET Membership
(Deepak Sharma) In this article I will explain how to configure the CreateUserWizard and Login control using an ASP.NET Membership.
CLR Hosting – Customizing the CLR – Part 2
(Mattias Högström) This is a follow-up article to CLR-Hosting-Customizing-the-CLR. In this article we will create some sample customizations where we modify assembly-loading, strengthen security, log exceptions, and replace the default memory handler.
How to Create a List of Objects in C#
(Mahesh Chand) A list is a collection of items that can be accessed by index and provides functionality to search, sort and manipulate list items.
Creating a HTML5 Chart Helper Extension for ASP.NET MVC 4
(Sumit Maitra) In this article we will see how to build an HTML Helper Extension in ASP.NET MVC that renders a HTML 5 bar chart. The data for the chart can come from the server or be updated from the client side.
