Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual C++ .NET > Attributes
Search:
What's New - What's Hot


XSD Tutorial - Part 1 of 5 - Elements and Attributes        
Total Hits: 20  |  Today: 0 Author: Simon Sprott       Rating:  
Read Reviews | Write Review |   Your Rating: 

First let's look at what an XML schema is. A schema formally describes what a given XML document contains, in the same way a database schema describes the data that can be contained in a database (table structure, data types). An XML schema describes the coarse shape of the XML document, what fields an element can contain, which sub elements it can contain etc. It can also describe the values that can be placed into any element or attribute....

Getting and Setting File Attributes        
Total Hits: 1318  |  Today: 1 Author: DevASP       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article I will describe the attributes of files such as archive, directory, hidden, normal, read only, system, temporary. These all attributes are in the Boolean form(means a file is in hidden mode or not etc).
Beside this I will also discuss that how to get the size of a file, Get the full path of a file.All these Information will be get or Set by OS System services. Get the File Size. GetFileSize is the API in Windows System service which provide us the size of file in bytes or 0xFF...

C++: The Most Powerful Language for .NET Framework Programming        
Total Hits: 43  |  Today: 0 Author: Kenny Kerr       Rating:  
Read Reviews | Write Review |   Your Rating: 

Explore the design and rationale for the new C++/CLI language introduced with Visual C++ 2005. Use this knowledge to write powerful .NET applications with the most powerful programming language for .NET programming....

XSD Tutorial - Part 2 of 5 - Conventions & Recommendations        
Total Hits: 17  |  Today: 0 Author: Simon Sprott       Rating:  
Read Reviews | Write Review |   Your Rating: 

This section covers conventions and recommendations when designing your schemas.

* When to use Elements or Attributes
* Mixed Element Content
* Conventions...

C++ Attributes: Make COM Programming a Breeze with New Feature in Visual Studio .NET        
Total Hits: 44  |  Today: 0 Author: Richard Grimes       Rating:  
Read Reviews | Write Review |   Your Rating: 

C++ attributes in Visual Studio .NET are used to generate C++ code through attribute providers. Attribute providers generate code for COM classes, and the code is injected by the C++ compiler at compile time. This has the effect of reducing the amount of code that you need to write. In addition, with C++ attributes you no longer need to maintain separate IDL and RGS files, which makes project management simpler. This article explains C++ attributes, the process used by the attribute provider to ...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net