Environment: Visual Studio and C#
(continued)
Access FREE Mainsoft Tools:
|
Access FREE Mainsoft Tools:
|
Demo:
Integrate Microsoft SharePoint into IBM Lotus Notes
Mainsoft's SharePoint Integrator for Lotus Notes is an easy-to-deploy, client side plug-in that gives Notes users easy access to Microsoft SharePoint document libraries. SharePoint Integrator makes collaboration easy for enterprises that use Lotus Notes and have workgroups that rely on SharePoint for basic document management and team collaboration.
|

 |
Download these IBM resources today!
Webcast: Hacking 101--The Top 10 Attacks in Web Applications
Learn about the three most common web application attacks, including how they occur and what can be done to prevent them.
eKit: Web Application Security
Discover how IBM Rational AppScan Standard Edition can help you detect vulnerabilities in your Web applications. The new Web Application Security eKit provides you with valuable resources, including whitepapers, demos, and additional information on the benefits of testing your Web applications.
Tutorial: Create Secure Java Applications Productively
This is the first in a two-part tutorial series creating secure Java-based Web applications using Rational Application Developer, Data Studio and Rational AppScan.
eKit: Web 2.0 Developer
Take advantage of open, flexible Web 2.0 technologies, like social software and mash-ups. The IBM Web 2.0 Developer eKit has been updated with the latest best practices & technologies from IBM.
|
|
 |


Here are the instructions necessary to have Visual Studio syntax-highlight your C# files.
- Locate the following key in your registry (using regedit or any other registry editor):
HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Text Editor\Tabs/Language Settings\C/C++\FileExtensions
This value will contain a value like the following:
cpp;cxx;c;h;hxx;hpp;inl;tlh;tli;rc;rc2
Simply add the .cs extension to the end as in this example:
cpp;cxx;c;h;hxx;hpp;inl;tlh;tli;rc;rc2;cs
- Download the usertype.dat file (at the bottom of this document)
and copy it to the same directory as msdev.exe
(Visual Studio editor) (By default this will be
c:\program files\microsoft visual studio\common\msdev98\bin). This file contains all the C# keywords
Downloads
Download (zipped) usertype.dat file (containing C# keywords) - 1 Kb
About the Author
I am a Program Manager and Content Strategist for the Microsoft MSDN Online team managing the Windows Vista and Visual C++ developer centers.
Before being employed at Microsoft, I was awarded MVP status for the Visual C++ product. A 20+ year veteran of programming with various languages - C++, C, Assembler, RPG III/400, PL/I, etc. - I've also written many technical books (Inside C#, Extending MFC Applications with the .NET Framework, Visual C++.NET Bible, etc.) and 100+ online articles.