Sign In
MSDN Managed Newsgroup Support Team Blog
Delighting customers is our top priority. We welcome your comments and suggestions on how we can improve the support we provide to you.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET Membershp Role winform console
CodeFx
Interop
Office COM Add-ins LoadBehavior
Pages
Row Size limitation sql 2000 2005
Sample Code
Archive
Archives
May 2010
(2)
September 2009
(1)
March 2009
(1)
July 2007
(1)
January 2007
(2)
December 2006
(4)
November 2006
(4)
MSDN Blogs
>
MSDN Managed Newsgroup Support Team Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Managed Newsgroup Support Team Blog
Call C# class library from native C++ code
Posted
over 2 years ago
by
MSDNTST
1
Comments
Jialiang Ge has just finished a summary of solutions to invoke .NET assembly from native C++ code . Solution 1. Use a C++/CLI wrapper Solution 2. Host CLR Solution 3. Convert .NET assembly to a COM server, and call it from C++ through .NET-COM interop...
MSDN Managed Newsgroup Support Team Blog
Call Native C++ DLL from C# Code
Posted
over 2 years ago
by
MSDNTST
0
Comments
Jialiang Ge has just finished a summary of solutions to invoke native C++ DLL from .NET code . Solution 1. (Explicit) P/Invoke Solution 2. Dynamic P/Invoke Solution 3. Implicit P/Invoke (Use a C++/CLI wrapper) Solution 4. Convert C++ DLL to a COM server...
MSDN Managed Newsgroup Support Team Blog
All-In-One Code Framework (CodeFx) lands on MSDN China homepage
Posted
over 3 years ago
by
MSDNTST
0
Comments
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...
MSDN Managed Newsgroup Support Team Blog
All-In-One Code Framework
Posted
over 3 years ago
by
MSDNTST
2
Comments
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...
MSDN Managed Newsgroup Support Team Blog
How to bind a DataGridView column to a second-level property of a data source
Posted
over 5 years ago
by
MSDNTST
23
Comments
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...
MSDN Managed Newsgroup Support Team Blog
What’s new in Microsoft Visual SourceSafe 2005?
Posted
over 5 years ago
by
MSDNTST
5
Comments
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...
MSDN Managed Newsgroup Support Team Blog
How to troubleshoot the COM Add-ins loading issues
Posted
over 6 years ago
by
MSDNTST
4
Comments
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...
MSDN Managed Newsgroup Support Team Blog
Manage database of ASP.NET 2.0 Membership & Role services in non-ASP.NET context
Posted
over 6 years ago
by
MSDNTST
9
Comments
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...
MSDN Managed Newsgroup Support Team Blog
Use your ASP .NET WebControl in MOSS 2007 with Sharepoint Delegate Control
Posted
over 6 years ago
by
MSDNTST
14
Comments
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...
MSDN Managed Newsgroup Support Team Blog
Row Size limitation in SQL 2000 and 2005
Posted
over 6 years ago
by
MSDNTST
4
Comments
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...
MSDN Managed Newsgroup Support Team Blog
How to debug application crash/hang in production environment?
Posted
over 6 years ago
by
MSDNTST
7
Comments
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...
MSDN Managed Newsgroup Support Team Blog
Amazing SSIS: Parameters in Execute SQL Task
Posted
over 6 years ago
by
MSDNTST
9
Comments
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...
MSDN Managed Newsgroup Support Team Blog
Best practice for asking questions in MSDN newsgroup
Posted
over 6 years ago
by
MSDNTST
5
Comments
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...
MSDN Managed Newsgroup Support Team Blog
MSDN Managed Newsgroup Support Service Introduction
Posted
over 6 years ago
by
MSDNTST
2
Comments
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. ...
Page 1 of 1 (14 items)