All Articles Tagged .net

Link/UrlTags
Excellent book on C# Threading/Parallel Programming[Forums]
Thought I'd share a great read.  It has just enough theory and hands-on.  Sufficient C# knowledge is a plus.  The book employs VS 2010 (in addition to a little usage of VS 2005 and a lot of VS 2008)...

Posted: 2011-05-10 22:41:34
.net, book, c#, development, learn, parallel, Programming, read, thread
Problem linking files for x64 in C#[Forums]
Hi, I've been using a dll created by using the walkthrough at http://software.intel.com/en-us/articles/using-intel-mkl-in-your-c-program/ to integrate MKL into my application successfully for several...

Posted: 2010-08-10 06:11:41
.net, c#, x64
.NET Support[Forums]
Are you planning to add support for .NET Framework based applications? The service is awesome. :)

Posted: 2009-11-19 21:36:47
.net, Feature request
Joseph Hill from Novell talking about Mono[Videos]
In this video from the Intel booth at OSCON, Joseph Hill, Project Manager for Mono at Novell provides an overview of Mono along with some updates about the open source project. He talks about how Mono...

Posted: 2009-09-16 10:17:58
.net, Linux, mono, novell, open source
Using Intel® MKL in your C# program[Knowledgebase]
Introduction Several users have asked how to call and link the Intel® Math Kernel Library (Intel® MKL) functions from their C# programs. While the standard way of interfacing with third party software...

Posted: 2009-06-14 09:00:00 by Vladimir Koldakov (Intel)
.net, c#, Math Kernal Libraries, MKL C#
Manageability Stack Library on Windows Mobile[Forums]
Hello,I tried to load the Manageability Stack library into a C# Windows Mobile application a few months ago and encountered some issues with dependencies on classes that only exist in the non-Mobile version...

Posted: 2009-03-12 21:28:25
.net, AMT, Application development, asp.net, c#, developer, Framework, IIS, intel, Manageability, Microsoft, mobile, software, vPro, windows
Havok and C#[Forums]
Hello all. I am newbie in Havok and I want to use Havok in my .NET application. How to use it directly, without XNA? How to use static libraries, which come with Havok packege (libs directory). There is...

Posted: 2008-12-27 00:39:35
.net
Debugging a Fortran DLL Called from Managed Code[Knowledgebase]
When debugging a Visual Basic.NET, C# or other managed code application, you may find that the debugger will not stop at breakpoints in a Fortran DLL called from managed code.  To fix this, do the following: In...

Posted: 2008-11-04 00:00:00 by Steve Lionel (Intel)
.net, VB, Visual Basic
Send Email from an ASP .NET Environment [Knowledgebase]
by Rahul Guha Challenge Sending email from ASP .NET pages has become a very typical request. In pre-.NET days one had to make use of a COM component (usually CDO or CDONTS), which allowed the developer...

Posted: 2009-03-10 01:00:00 by kslewisx
.net, How-To
Optimize Applications on the ASP.NET Platform [Knowledgebase]
Challenge Optimize an ASP.NET application. The goal of applying optimizations is typically to achieve maximum throughput and/or to lower response time. Optimizing a complex system consisting of a...

Posted: 2009-03-09 00:00:00 by Kyle Lewis (Intel)
.net, How-To
How to Use a .NET Assembly [Knowledgebase]
Challenge Use a .NET assembly. The following code shows a test application that exercises the CakeInfo assembly that was created in the separate item, "How to Create & Version a .NET Assembly."...

Posted: 2008-11-24 21:00:00 by kslewisx
.net, How-To
How to Tune the MACHINE.CONFIG File on the ASP.NET Platform [Knowledgebase]
Challenge Tune the machine.config file to optimize performance of an ASP.NET application. There are a number of ASP.NET settings that reside in the machine.config file provided with the .NET* Framework...

Posted: 2009-03-03 00:00:00 by kslewisx
.net, How-To
How to Reference Java .class Files from a .NET Project [Knowledgebase]
Challenge  Use the functionality of a Java .class file in a .NET project. Because .NET is language-neutral, you can use assemblies created from Java .class files in any .NET project written in any .NET...

Posted: 2009-04-30 21:00:00 by kslewisx
.net, How-To
How to Make a .NET Assembly Globally Accessible [Knowledgebase]
Challenge Share a .NET assembly among multiple applications. The CakeInfo assembly created in the item "How to Use a .NET Assembly" is an example of a private assembly: using System; ...

Posted: 2009-04-30 21:00:00 by kslewisx
.net, How-To
How to Locate a .NET Assembly [Knowledgebase]
Challenge Enable an application to locate and load the assemblies it uses. The application itself contains information about the versions and strong names of the assemblies to be used in its own metadata...

Posted: 2009-04-30 21:00:00 by kslewisx
.net, How-To
How to Inspect the Internal Structure of a .NET Executable [Knowledgebase]
Challenge Analyze a .NET executable to identify dependencies upon other assemblies.The executable in this example was created from Java .class files using the Jblmp utility; the procedure for doing...

Posted: 2009-03-03 00:00:00 by kslewisx
.net, How-To
How to Create & Version a .NET Assembly [Knowledgebase]
Challenge Create a .NET assembly and manage its version numbering. An assembly is a "logical DLL." It can comprise one or more physical files (which typically use the DLL suffix). An assembly contains...

Posted: 2008-11-24 21:00:00 by kslewisx
.net, How-To
How to Convert Java .class Files to .NET Executables [Knowledgebase]
Challenge Execute compiled Java files under .NET without having access to the Java source code. For the sake of this example, assume that the following Java files have been compiled using a native...

Posted: 2009-03-03 00:00:00 by kslewisx
.net, How-To
How to Compile .java Files into .Net Executables[Knowledgebase]
Challenge Create a .NET executable from Java* source code. Microsoft Visual J# .NET* includes an implementation of many Java Development Kit (JDK) 1.1.4* packages, including the Abstract Windowing...

Posted: 2008-11-25 00:00:00 by kslewisx
.net, How-To
How to Apply System-Level Tuning on the ASP.NET Platform [Knowledgebase]
Challenge Apply system-level tuning to a hypothetical ASP.NET application. Consider a hypothetical workload, designed to provide a representative yet simple Web application, exercising most of the...

Posted: 2009-03-03 00:00:00 by kslewisx
.net, How-To
How to Apply Application-Level Tuning on the ASP.NET Platform [Knowledgebase]
Challenge Apply application-level tuning to a hypothetical ASP.NET* application. After system-level bottlenecks have been alleviated, developers can further increase performance through changes in...

Posted: 2009-03-03 00:00:00 by kslewisx
.net, How-To
Microsoft .NET* on Intel® Xeon™ Processor[Knowledgebase]
by Thomas E. Martinez, Intel Corporation Introduction This article identifies the features (many of which are new) in the Intel® Xeon™ processor that make it an effective and efficient platform...

Posted: 2009-02-23 00:00:00 by Linda Swink (Intel)
.net
Java*-.NET* Interoperate via JNBridgePro* and Intel®-based Platforms[Knowledgebase]
  Introduction One of the most significant features of .NET is support for cross-language development. The platform allows a class written in one .NET language to be called by, or inherited by, a class...

Posted: 2008-10-17 00:00:00 by Linda Swink (Intel)
.net
Migrating Java* Applications to C# on the .NET* Platform[Knowledgebase]
by Allan McNaughton Introduction The launch of Microsoft's .NET* initiative has piqued the curiosity of Java* programmers. The Java platform – which has made inroads in the market for server applications...

Posted: 2009-11-08 00:00:00 by allanmcnaughton
.net, c#
Java* and .NET* Both Bring Something to the Party[Knowledgebase]
by Paul Steinberg, Sharat Agarwal, and George Vorobiov Introduction Each of the dominant Managed Runtime Environments has distinct advantages and a bright future; Intel is working with ISVs to provide...

Posted: 2009-02-25 00:00:00 by Paul Steinberg (Intel)
.net
MRTEs Add Both Functionality and Complexity[Knowledgebase]
Introduction Java* is still the dominant Managed Runtime Environment (MRTE), but .NET* is gaining ground.Managed Runtime Environment (MRTE) technologies such as .NET* and Java* represent a new evolution...

Posted: 2008-12-02 00:00:00 by Paul Steinberg (Intel)
.net
Secrets of the VTune™ Performance Analyzer[Knowledgebase]
by Gary Carleton, Intel Corporation Introduction Intel® Software Development Products help Java* and .NET* programmers to write more efficient, powerful and elegant code. There seem to be features...

Posted: 2009-07-06 00:00:00 by Gary Carleton (Intel)
.net, Vtune
Embrace Cross-Platform Interoperability with Web Services[Knowledgebase]
by Nitin Gupta Introduction Create a .NET* Web service and then write a Java*-based client to invoke it with this code and step-by-step procedures. Enterprise infrastructures have grown to become a...

Posted: 2008-10-30 21:00:00 by Nitin Gupta (Intel)
.net
.NET* Application Server Fundamentals for the Enterprise[Knowledgebase]
Introduction By Matt Gillespie The Microsoft .NET* application server that is incorporated in to Windows* Server 2003 provides a robust, flexible, and secure environment for the deployment of enterprise...

Posted: 2009-06-01 00:00:00 by Matthew Gillespie
.net, J2EE
Hyper Threading Implications and Setup on Microsoft Operating Systems[Knowledgebase]
by Robert Godley Introduction There are several issues that all operating systems must consider in regard to Hyper-Threading Technology enabled processors. This paper will give you an overview of several...

Posted: 2008-10-21 21:00:00 by Robert Godley (Intel)
.net, Hyper-Threading, Multi-threading
Multi-Core Learning Guide: Beginners[Knowledgebase]
  Welcome Multi-Core's here! Find links below to papers, training opportunities, information on threading tools, and multithreaded programming...

Posted: 2009-02-19 21:00:00 by Aaron Tersteeg (Intel)
.net, games, Multi-threading, OpenMP, Tuning
Multi-Core Learning Guide: Advanced[Knowledgebase]
  Welcome You've made your move to Multi-Core. Is your code threaded for optimal performance? Will it scale to Quad-Core? Have you tried lock-free algorithms, or task...

Posted: 2009-02-19 21:00:00 by Aaron Tersteeg (Intel)
.net, OpenMP, многопоточность, параллельное программирование, разработка игр
Portable GUIs Improve Application Flexibility[Knowledgebase]
by John Sharp, Content Master Ltd. Introduction Developers can run Java* language GUIs in Microsoft .NET* if they take a few guidelines into account ahead of time Microsoft Visual J# .NET* includes...

Posted: 2008-12-11 21:00:00 by John Sharp (Intel)
.net, Code, Mobility