(David Talbot) REST is an approach to providing a highly efficient API that can be called by other applications or by your AJAX framework. MVC3 makes it easy to define REST services in your controllers to be called by jQuery AJAX requests in your view.
Tag: Development
Creating a Simple ASP.NET Report with Export to Excel
(Steven Smith) In this article you will learn how to create a simple ASP.NET report using Web Forms, C#, and a View Model class rather than drag and drop controls, resulting in very clean and understandable HTML. Then, you’ll learn how to add Export to Excel functionality, allowing users to export t
jqGrid and ASP.NET MVC – Form Editing with TinyMCE and file upload
(Tomasz Pêczek) In one of comments to my jqGrid strongly typed helper post I was asked for form editing demo with file upload and TinyMCE integration, so here it comes.
Permission Module or Security Module in Asp.Net or Silverlight
(Vuyiswa Maseko) I have answered more than thirty questions on the different forums about the same subject. “How to Implement a flexible security module” , well the title differs from post to post but the question is the as the answer is the same. The Following post is the trigger or the valiant to
Not Using LINQ Yet? Here’s a Few Reasons Why.
(Peter Vogel) Microsoft and magazines like this one have been telling you to adopt LINQ and Entity Framework for what seems like years. The main reason that you haven’t done so is, probably, because you’re smart. Smart developers build up a body of what I call “programmer lore” — all the knowledge
ASP.NET Rating Control
(taihip) There are many free rating controls on the internet, but I didn’t find any control which fits these features:
ASP.NET: Extending the Config File with Custom Sections
(Peter Vogel) If you need to store multiple, interdependent values in your config file, the appSettings element gives you no support: It’s a miscellaneous collection of untyped values with no relations between them. A better solution is to add custom elements to your config file. It’s not a tool I u
Using Socket Gateways To Communicate Between ColdFusion And Node.js
(Ben Nadel) For the past week or two, I’ve been really trying to get my feet wet with Node.js – a server-side Javascript runtime environment. It’s been a lot of fun; but, the question in the back of my mind has always been – OK, now how do I get this to talk to ColdFusion?
XML based Search Engine in ASP.NET 2.0
(Vishal Gilbile) In this example we are going to learn how to create an xml based search engine in ASP.Net 2.0. This article basically deals with the idea that, in the manner that we search in google.com, the same thing can be done for an xml file.
WPF: How to clear text from TextBoxes and TextBlocks
(Ged Mead) I saw a post recently where the person wanted to know how to clear text from all text boxes in a WPF Window. As a Window Forms developer, he wanted to find the WPF equivalent of the recursive code we normally use in WinForms.
