.net

Link/UrlTags
Code Demo: Destroy the Castle [Knowledgebase]
This is the binary and source of a demo we created to show how games can take advantage of multi-core processors. It's dead simple - you control a cannon facing down a terrifying, lethal... castle. ...

Posted: 2009-06-18 16:45:31 by
.net, OpenMP, Threading Building Blocks, coding, gaming, Code, games, polygonal modeling, threading, visual computing
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* incl ...

Posted: 2008-12-12 13:24:45 by John Sharp (Intel)
.net, Code, Mobility
Обучающее руководство по многоядерным технологиям: продвинутый уровень [Knowledgebase]
Добро пожаловать Обучающие материалы для опытных пользователей  ...

Posted: 2008-07-11 23:48:34 by
.net, OpenMP, многопоточность, параллельное программирование, разработка игр
Обучающее руководство по многоядерным технологиям: начальный уровень [Knowledgebase]
Добро пожаловать! Обучающие м ...

Posted: 2008-07-12 03:34:47 by
java, .net, OpenMP, Multi-threading, Tuning, games
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 se ...

Posted: 2008-10-22 14:23:56 by Robert Godley (Intel)
.net, Hyper-Threading, Multi-threading
HTTP Compression for Web Applications [Knowledgebase]
Introduction HTTP Compression: Unlock the potential of Web servers to improve application response time and reduce bandwidth costs.Today’s Web sites are rich in content and provide capabilities ...

Posted: 2009-01-16 08:41:40 by Chandramohan Lingam (Intel)
.net, web, Compression, http
.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 en ...

Posted: 2009-06-01 22:39:16 by Matthew Gillespie
.net, J2EE
Finding the Best Web Services Migration Path to .NET* [Knowledgebase]
by John Sharp, Content Master Ltd. Introduction The best method of migrating Web services from Java* to .NET depends on circumstances; this article guides developers in creating a plan. Develop ...

Posted: 2008-12-12 13:34:47 by John Sharp (Intel)
.net
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-31 14:55:14 by Nitin Gupta (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 feat ...

Posted: 2009-07-06 17:53:29 by Gary Carleton (Intel)
.net, Vtune
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 ev ...

Posted: 2008-12-02 12:46:01 by Paul Steinberg (Intel), Sharat Agarwal (Intel), Georgy Vorobiov (Intel)
.net
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 p ...

Posted: 2009-02-25 15:40:41 by Paul Steinberg (Intel), Sharat Agarwal (Intel), Georgy Vorobiov (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 ...

Posted: 2009-11-09 10:29:09 by allanmcnaughton
.net, c#
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 c ...

Posted: 2008-10-17 15:30:41 by
.net
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 platfo ...

Posted: 2009-02-23 09:50:20 by
.net
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 i ...

Posted: 2009-03-03 16:15:14 by
.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 th ...

Posted: 2009-03-03 16:17:20 by
.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 Windowin ...

Posted: 2008-11-25 14:00:35 by
.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 nativ ...

Posted: 2009-03-03 16:23:41 by
.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 con ...

Posted: 2008-11-25 14:10:53 by
.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 doi ...

Posted: 2009-03-03 16:28:12 by
.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* Fra ...

Posted: 2009-03-03 16:32:30 by
.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-25 16:04:39 by
.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 14:25:10 by
.net, How-To
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 de ...

Posted: 2009-03-10 16:30:42 by
.net, How-To
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 fo ...

Posted: 2008-11-04 08:44:47 by Steve Lionel (Intel)
.net, VB, Visual Basic
Timing locks in C# [Blogs]
A recent post to the opensim-dev mailing list highlighted a common problem in debugging complex C# code. Somewhere, a lock is being held for a long period of time and holding up other threads, bringin ...

Posted: 2008-12-02 12:28:42 by John Hurliman (Intel)
Programming, .net, C++, locks, mono, timing, Code
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 ...

Posted: 2008-12-27 00:39:35 by butirat
.net
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 v ...

Posted: 2009-03-12 21:28:25 by Trevor Sullivan
.net, developer, asp.net, AMT, c#, Manageability, vPro, Framework, Application development, software, Microsoft, windows, mobile, IIS, intel
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 ...

Posted: 2009-06-22 23:01:45 by Vladimir Koldakov (Intel), Todd Rosenquist (Intel)
.net, c#, Math Kernal Libraries, MKL C#
parallel c# [Forums]
Can i use parallel C# compiler available at www.parallelcsharp.com to build the parallel algorithm? ...

Posted: 2009-06-21 04:27:23 by yash5mx
.net, c#, parallel, parallel C#
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 by Dawn M. Foster, Julie Ann Baker (Intel)
.net, open source, mono, Linux, novell
.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 by Gastón C. Hillar
.net, Feature request