ZDNet UK


Skip to Main Content

  1. Home
  2. News
  3. Blogs
  4. Reviews
  5. Jobs
  6. Resources
  7. Community
  8. My ZDNet

 

ZDNet UK RSS Feeds


All content for

'vb.net clr'.

8 results. Displaying: 1-8




.Net Attributes Are More Than Decoration

News For example, when a VB developer creates a new XML Web Service, they get back sample code that defines the Web Service to the CLR using attributes like this: At runtime, the CLR or your own programs can still use any attributes used by the compiler...

[July 5, 2002, 20:37]

Migrating To .Net?

News The .Net Framework relies on a Common Language Runtime (CLR) that promises compatibility with multiple languages, but this compatibility is limited currently to C#, C++, VB, and (soon to come) J#. It's possible to migrate the Java application tier...

[September 11, 2002, 9:44]

Alvas.CDBurn

Downloads Alvas.CDBurn for .Net is a collection of 100% native CLR compliant controls written in C#. Collection allows C# and VB.Net developers to create applications that record files to the writable CD (CD-R and CD-RW).

[December 3, 2005, 19:46]

Under The Covers Of The .Net CLR

News By now you've heard a lot of talk about how .Net's Common Language Runtime (CLR) promises to let developers write code in numerous languages and then assemble them for use in the .Net framework. We'll also discuss how the System.Reflection...

[September 13, 2002, 19:51]

TRY...CATCH Keyword In Yukon

White Papers In a CLR compliant language a TRY .CATCH block is used to handle the exceptions that are raised during the program execution. Developers with the working knowledge of .NET would be aware of the use of the TRY.CATCH block in their C# of VB.NET code.

[November 22, 2006, 0:00]

Windows Explorer Context Menu (.Net Component)

Downloads All is supported (.Net, C#, VB.Net, C++, CLR, etc. This .Net component will add all your custom items to Windows Explorer Shell context menu - automatically. Add items to Windows Explorer Shell context menu on-the-fly.

[July 7, 2008, 12:16]

Is Your Application .Net Ready?

News The .Net framework relies on a common language runtime (CLR) that promises compatibility with multiple languages. In theory, it would be possible to port a Java-based application to .Net without rewriting the application code in C#, C++, or Visual...

[January 16, 2003, 9:19]

Handling Optional Parameters In C#

News If you take a look at the classes found in the common language runtime (CLR), you'll find more than a few with methods that can accept a variable-length list of parameters. While most modern programming languages provide some way of declaring...

[September 20, 2002, 20:37]