Sign in
Tips of the Day on .NET
Find some tips & tricks that are related to .NET technologies from this blog.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ASP.net
ASP.net 3.5
ASP.NET AJAX
C# 3.0
Friend Assemblies
General .NET
If Operator
IIS 7
Implicit Typed Array
Layered Architecture
Local Variable Type Inference
Mobile Development
New Features
Object Initializer
Office Business Application
Offline Support
Open XML
Sample Application
SharePoint Development
SilverLight
Team Foundation Server 2008
Tip & Tricks
Tip Tricks
Tips & Tricks
Tips &
Trick & Tips
Tricks
Tricks & Tips
Update Panel
Videos
Visual Basic 9.0
Visual Studio
Visual Studio 2008
Visual Studio Team System
Windows Communication Foundation
Windows Mobile 6.0
Windows Server 2008
Windows Workflow Foundation
WPF
XML Features
Browse by Tags
MSDN Blogs
>
Tips of the Day on .NET
>
All Tags
>
tips & tricks
Tagged Content List
Blog Post:
What's new in Windows Mobile 6.0 - Device Security Manager
tolong
Poh Sze, from DPE Malaysia is going to show you what's new in Visual Studio 2008 for Device Developers. In this video, she is going to show you the Device Security Manager. Device Security Manager allows you to have a better understanding and manage device security settings. You can export the security...
on
28 Mar 2008
Blog Post:
Upgrade Visual Studio Trial Edition to Purchased Edition
tolong
To upgrade Visual Studio 2005/2008 Trial Edition On the Start menu, click Control Panel . In Control Panel , open Add or Remove Programs . Select Microsoft Visual Studio < version > Professional and then click Change/Remove . On the Visual Studio < version...
on
20 Feb 2008
Blog Post:
What's new in Visual Studio 2008 - Visual Basic 9.0 (XML Features)
tolong
Patrick is going to show one of the new features in Visual Basic 9.0 - XML Features
on
17 Feb 2008
Blog Post:
Upgrade Team Foundation Server 2008 Trial to Full Edition
tolong
Supported Upgrade Paths You can upgrade Visual Studio Team System 2008 Team Foundation Server in the following ways: · From a prerelease version to the released version · From the trial edition to the workgroup edition · From the trial edition to the full edition · From the workgroup edition...
on
13 Feb 2008
Blog Post:
Resize the contentPlaceHolder in the Master Page?
tolong
"How to resize the contentPlaceHolder in the Master Page?" The content place holder size it determined by the size of the content in your content pages. If you look at the properties for the content placeholder, you will see that there are not size properties. If you want to size the contents,...
on
5 Feb 2008
Blog Post:
What's new in Visual Studio 2008 - Visual Basic 9.0 (Friend Assemblies)
tolong
Patrick Yong (OBA Specialist from Microsoft Malaysia), is going to show you one of the cool features in Visual Basic 9.0 -- Friend Assemblies , by using Visual Studio 2008
on
11 Jan 2008
Blog Post:
Missing "Office = Microsoft.Office.Core" reference?
tolong
Missing this reference " Office = Microsoft.Office.Core "? Here is how you can add the particular reference: Step 1: Right-click your project Step 2: Select " Add reference.. " Step 3: Click on the " COM " tab Step 4: Scroll down to select " Microsoft Office 12.0 Object Library ".
on
2 Dec 2007
Blog Post:
Tool for Mapping Word 2007 to Custom XML
tolong
Working on OpenXML? so, how easy it is to map the content controls in word document to custom XML? You can use Content Control Toolkit , to assist you to create a data-bound document, and it's also a good developer tool for learning about the markup you need for binding controls to data. Instead of...
on
19 Nov 2007
Blog Post:
Read / Write XML in Memory Stream
tolong
Use the XmlWriter to write XML to Memory Stream: MemoryStream stream = new MemoryStream (); XmlWriter writer = XmlWriter .Create(stream); http://msdn2.microsoft.com/en-us/library/ms162617.aspx or you can use the XmlDocument to save xml document to specific stream: MemoryStream stream = new MemoryStream...
on
15 Nov 2007
Blog Post:
Tips & Tricks on Visual Studio 2008 - I
tolong
Tip 1: Multi Target Framework In Visual Studio 2008, you have the option to choose which target framework for your application, either version 2.0 [Shipped with Visual Studio 2005], 3.0 [Shipped with Vista] or 3.5 [shipped with Visual studio 2008]. You can change your target framework at Project >...
on
19 Sep 2007
Page 1 of 1 (10 items)