(Peter Vogel) In my article, Integrating jQuery, Web Services, and AJAX and ASP.NET , I used a combination of client-side coding and ASP.NET controls to create a page that displayed and updated a single customer record. In this article, I’m going to extend that case study to display multiple records
Tag: Development
ASP.NET 4 SEO Improvements (VS 2010 and .NET 4.0 Series)
(Scott Guthrie) This is the thirteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. Today’s post covers some of the improvements being made around Search Engine Optimization (SEO) with ASP.NET 4.
Update – VS2010 Beta 2 – Validation ($SCHEMA$): Element is not supported
(rtpHarry) If you have adopted beta 2 of Visual Studio 2010 then you might have spotted a large amount of green squigglies underneath the tags in your markup. When you have over them you see a message like this:
VS2010: New Profiler Summary Page
(Colin Thomsen) With Visual Studio 2010 we want to make it easier for customers to find and fix performance issues with their code. One of the first things we looked at was the view that shows up after profiling an application – the Summary Page.
Capturing and Transforming ASP.NET Output with Response.Filter
(Rick Strahl) During one of my Handlers and Modules session at DevConnections this week one of the attendees asked a question that I didn’t have an immediate answer for. Basically he wanted to capture response output completely and then apply some filtering to the output – effectively injecting some
Server Side Validation With ASP.NET MVC And Data Annotations
(Malcolm Sheridan) When you’re using ASP.NET MVC, there’s no validation controls for you compared to ASP.NET WebForms. It is always important to validate data on the server as well as the client. Back when Dynamic Data was being developed, a set of attributes was created to help tell the Dynamic Dat
Javascript Array Methods: Unshift(), Shift(), Push(), And Pop()
(Ben Nadel) When people first start to learn about arrays, they usually learn about the push() and pop() methods, if their particular language supports it; at least, I know I did. These two methods append elements to an array and remove an element from the an array respectively. Both of these method
Validating Messages using Pipelines in BizTalk Server
(John Charles Olamendy Turruellas) BizTalk Server provides an XML Validator pipeline component to validate XML messages against the associated schema. If the messages are not in XML format, then these messages must be converted to XML to be validated. In this article, I will cover a simple recipe to
Multi-Tier Performance Analysis
(Daryush Laqab) Think of a typical three-tier application; the one that has, let’s say, an ASP.NET UI, a business logic layer, and a data access layer which talks to a SQL Server instance. Ever wondered which queries are executed as a result of serving a page? Ever wondered how long it takes to exec
Modifying the existing Tree View control in Silverlight
(Arunava) In this article we will see how we can modify the default tree view control in Silverlight 3.
