(Andy Brown) I think there are two keys to writing effective websites in ASP.NET. The first is to understand data classes; and the second is to use user controls liberally.
Tag: Development
WCF Service with message based security validating against AspNet Membership Provider
(Shawson) This took me days of fiddling, but when I eventually sussed it was quite easy! WCF services have to be secured, and you have have a few options;
ASP.NET GridView Inside an Update Panel
(Jaliya Udagedara) Sometimes there can be situations where you need to update a gridview inside a ASP.NET page without refreshing the page. This is how you can do it with Update Panel in AJAX Extensions. In here I have two gridviews and one is inside the Update Panel and the other one is out of the
Print Asp.net Gridview Data using C# VB.NET JavaScript
(Suresh Dasari) Here I will explain how to print gridview data in asp.net using C# and VB.NET.
Using RESTful Controllers In An AngularJS Resource
(Ben Nadel) As I blogged last week, AngularJS provides the $resource class as an abstraction layer between your client-side code and the server-side API. This makes performing CRUD-style operations across the network fairly easy.
TypeScript: JavaScript Development at Application Scale
(S. Somasegar) In addition to supporting industry-standard programming languages, such as C++, Python, and JavaScript, Microsoft has always been at the forefront of creating great programming languages – Visual Basic, C#, and F# being the most recent examples. We create programming languages to solv
Azure Mobile Services, Part 1
(Eric Vogel) In the past month, Windows Azure has been updated with some new services to widen its reach. Azure Mobile Services is a particularly interesting new service in the Azure ecosystem. When you create an Azure Mobile Service, a Web service is created that may connect to one or many Azure St
Advanced Azure Queuing with the Sessions and the Service Bus
(Jeffrey Juday) Microsoft Azure offers two queuing options: Azure Queues and Azure Service Bus. Azure Queues offer basic queuing features. Service Bus offers basic queuing features along with more advanced features. Topics and Subscriptions are one of those more advanced features.
Creating a Chart with jQuery Flot and ASP.NET Web API
(Brij Mohan Dammani) This article explains how to display interactive charts with Flot jQuery plugin and ASP.NET Web API. Flot is an open source Javascript plotting library produces graphical plots of arbitrary datasets on-the-fly client-side. We’ll get data from database using ASP.NET Web API and u
Exception Handling in ASP.NET MVC
(After2050) Exception handling is a serious matter in any application, whether it’s web or desktop. Implementing a proper exception handling is important in any application. In most cases once we catch the exception we have to log the exception details to database or text file and show a friendly me
