This document lists known issues with the installation and uninstallation of Visual Studio 2005 Service Pack 1 (SP1), and with Visual Studio 2005 SP1 features.
Tag: Development
ASP.NET How to configure Ajax Control Tookit in Visual Studio
(quynhnguyen) This tutorial shows you the way of configuration to use ASP.NET AJAX Control Toolkit in Visual Studio 2005.
How to Convert Double to String to Double in Java Program with Example
(Javin Paul) Many scenarios come in day to day Java programming when we need to convert a Double value to String or vice versa. In my earlier article we have seen how to convert String to Integer and in this article we will first see how to convert double to String and later opposite of that from S
Implementing AutoPostBack in ASP.NET MVC
(Bipin Joshi) ASP.NET Web Forms allow you to automatically post a form back to the server when the selection in a DropDownList control changes. This is achieved by setting the AutoPostBack property of the DropDownList control.
Build Mobile-Friendly HTML5 Forms with ASP.NET MVC 4 and jQuery Mobile
(Rachel Appel) Last month in my MSDN Magazine Web column, I covered how to get started with the latest tools for Microsoft Web development: HTML5, jQuery Mobile and ASP.NET MVC 4. In this issue, I’ll explain how to create mobile-friendly HTML5 forms in ASP.NET MVC 4 projects that also use jQuery Mob
What is worth noting in WebMatrix 2
(Vishal Joshi) If I have to summarize in what is worth noting in WebMatrix 2 so far, here is how I would like to put it:
LightSwitch: Implementing Custom Paging with Search Screens That Use Custom Controls
(Alessandro Del Sole) One great benefit of Visual Studio LightSwitch is that search screens and editable grid screens implement a paging mechanism that optimizes the loading of large collections of entities and that allows browsing records in the collection easily. Figure 1 shows an example of built
Creating the Perfect ASP.NET UI with Web Parts and User Controls
(Peter Vogel) In reporting dashboards and SharePoint, it’s taken for granted that users should be able to customize the UI to create one that best supports their needs. In fact, only by letting your users create their own UI can you deliver the perfect UI to a diverse group of users (and you always
A primer on PHP namespaces
(Rob Allen) I know that there are a lot of posts now about namespaces in PHP 5.3. This is mine which is how I learnt how they work.
Claim based Authentication and WIF : Part 1
(Brij) There is a lot of buzz about Claim based Authentication. In this article, we’ll understand what is Claim based Authentication? What are the benefits and lot more.This is first Postin this Series. In subsequent posts, We will the implementation and more scenarios.
