Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All-In-One Code Framework (CodeFx) lands on MSDN China homepage

CodeFx lands on MSDN China homepage to benefit Chinese developers. As the MSDN headline reads, “CodeFx makes learning and using Microsoft technologies easy and productive”. You can download the latest release of CodeFx on http://cfx.codeplex.com/Release/ProjectReleases.aspx
Posted by MSDNTST | 0 Comments
Filed under:

All-In-One Code Framework

Dear Friends. Have you ever needed a quick understanding of a technique, e.g. ActiveX or VSX, but been daunted by the few or too many samples and documents that are available on the Internet? Have you ever downloaded or created a good sample, e.g. a named
Posted by MSDNTST | 2 Comments
Filed under:

Why didn’t I get any response from Microsoft in MSDN managed newsgroup?

Under some situations, some MSDN subscriber doesn’t get any response in MSDN managed newsgroups and feels confused. This article is used for you to self check the status first before contacting support so that you could save some time. 1) Firstly please
Posted by MSDNTST | 4 Comments

How to bind a DataGridView column to a second-level property of a data source

This is a frequently asked question. Suppose that we have a class Person which has a property of type Address(another class). The class Address has its own properties. Now we create a collection of Person objects, e.g. List<Person> and would like
Posted by MSDNTST | 20 Comments

What’s new in Microsoft Visual SourceSafe 2005?

As you all know, Microsoft Visual SourceSafe 6.0(VSS 6.0) was first shipped in 1998. Although there are 4 versions from 6.0a to 6.0d, it had been about 7 year before the next version VSS 2005(VSS 8.0) was released. You may be curious on how many things
Posted by MSDNTST | 1 Comments

How to troubleshoot the COM Add-ins loading issues

1. What is the unmanaged COM Add-ins loading process? Here is a COM Add-in registry example. [ HKEY_CURRENT_USER \Software\Microsoft\Office\ Excel \AddIns\ UnmanagedAddin.Connect ] "FriendlyName"="UnmanagedAddin" "Description"="Composed in ATL 8.0" "

Manage database of ASP.NET 2.0 Membership & Role services in non-ASP.NET context

One question I’ve seen asked a few times by people in the NG is “how do I manage ASP.NET Membership, Role Management database in non-ASP.NET application/context”. This blog entry walks you though a few simple steps on how to-do this. Quick Review: What

Use your ASP .NET WebControl in MOSS 2007 with Sharepoint Delegate Control

In the new release of Sharepoint Server (MOSS 2007), a very interesting control is provided, "DelegateControl", under Microsoft.SharePoint.WebControls.SPControl. With this control we can easily reuse our ASP.NET control on SPS pages. Now, an ASP .NET
Posted by MSDNTST | 14 Comments

Row Size limitation in SQL 2000 and 2005

When you creating a table, you may encounter the following information: ' Table <table name> has been created but its maximum row size(11038) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE Of a row in this table will fail if

How to debug application crash/hang in production environment?

A common tough scenario is the application crash/hang in production environment. Production environment is different from development environment that it normally does not have any powerful tools to obtain information regarding application failure. In
Posted by MSDNTST | 5 Comments

Amazing SSIS: Parameters in Execute SQL Task

SQL Server 2005 Books Online and MSDN have provided many references on the new features of SSIS; however few references demonstrate how to use parameters in Execute SQL Task. I would like to share my experiences here to enlighten those interested and
Posted by MSDNTST | 8 Comments

Best practice for asking questions in MSDN newsgroup

1. How to get my question answered quick? Create a new message, don't post a question of your own in response to another question. Make the "Subject line" a short, relevant synopsis of your problem. Before going into detail, clearly summarize the problem.
Posted by MSDNTST | 5 Comments

MSDN Managed Newsgroup Support Service Introduction

MSDN managed newsgroups are available in English to MSDN Universal, Enterprise, Professional, and Operating Systems subscribers to receive free technical support on select Microsoft technologies as well as to share ideas with other subscribers. MSDN Newsgroup
Posted by MSDNTST | 1 Comments
 
Page view tracker