Archives

Posts in the "Software Engineering" Category RSS


Older Entries ›

TechEd 2009 Europe

By Asaf Shelly (16 posts) on November 5, 2009 at 5:05 pm
Comments (0)

Hi All, If you are going to the event next week in Berlin then let me know about it. Maybe we can meet face to face and if there are enough of us perhaps even a gourp community meeting. This can be a good opportunity to meet the experts. In any case, you are all welcome to [...]

Continued ›

Category: Academic, Events, Intel® Software Network 2.0, Mobility, Parallel Prog. & Multi-Core, Software Engineering

Change of type alignment and the consequences

By Andrey Karpov (7 posts) on November 5, 2009 at 2:56 pm
Comments (0)

When porting software one of the task a developer faces is to change types' sizes and rules of their alignments. Not so long ago we provided support of the diagnosing rule allowing you to detect data structures which use memory on 64-bit inefficiently in Viva64 analyzer. But there is still some research work to be [...]

Continued ›

Category: Software Engineering

In the company of friends

By wolfmurphy (9 posts) on November 4, 2009 at 12:57 pm
Comments (0)

You are hereby invited to a gathering on November 17 at 5:30 pm in room C124 of the Oregon Convention Center in Portland. We are having a panel discussion focused on incorporating parallelism into the Computer Science curriculum. Of course, you might need to purchase a day pass to SC09 to attend, if you are [...]

Continued ›

Category: Academic, Parallel Prog. & Multi-Core, Software Engineering

api and widget demo: cpu power connection mashed with video

By Andy Idsinga (Intel) (7 posts) on October 28, 2009 at 3:49 pm
Comments (0)

Andy shares video versions of web API presentations he been making to web developers.

Continued ›

Category: Software Engineering

Memory management challenges in parallel applications

By Roman Lygin (Intel) (3 posts) on October 28, 2009 at 6:18 am
Comments (4)

Let me share some recent practical experience with memory management issues when developing a multi-threaded application. This can probably be a rather common case (as recent post by Roman Dementiev and its follow up discussion demonstrates), and I’d be happy if my experience were helpful for others. Working on CAD Exchanger I am designing one of [...]

Continued ›

Category: Software Engineering, Threading Building Blocks

Check out this McCool event in December at UPCRC

By Rita Turkowski (Intel) (14 posts) on October 22, 2009 at 11:09 pm
Comments (0)

December 3rd at 4PM CST 12/3 | 4PM | 2405 Siebel Center for Computer Science UPCRC Illinois Research Seminar: A Structured, Unified Approach to Multi-Core and Many-Core Computing - with Applications by Michael McCool, Intel & U of Waterloo

Continued ›

Category: Academic, Cool Software, Events, Parallel Prog. & Multi-Core, Software Engineering

API drafts posted at W3C - web developer comments welcome!

By Andy Idsinga (Intel) (7 posts) on October 22, 2009 at 11:16 am
Comments (2)

Andy lists a set of device capability APIs that were posted at the WC3's Device API and Policy Working Group. These APIs are all about bringing better access to device hardware capabilities to web developers.

Continued ›

Category: Software Engineering

Search of explicit type conversion errors in 64-bit programs

By Andrey Karpov (7 posts) on October 22, 2009 at 8:21 am
Comments (0)

On forums I'm constantly asked questions concerning search of incorrect explicit type conversion when porting code on a 64-bit platform. I decided to write this small note so that I could refer people to it and avoid writing the answer every time.

Continued ›

Category: Software Engineering

Visual Studio 2010 Beta 2 + Silverlight 3.0 SDK

By Doug Holland (Intel) (233 posts) on October 21, 2009 at 2:05 pm
Comments (0)

Silverlight 3.0 development is supported within Visual Studio 2010 and it includes the Silverlight 3 developer runtime and Silverlight 3 SDK build 3.0.40818. Silverlight 3 tools for Visual Studio 2008 and Expression Blend 3 included SDK build 3.0.40624 and if these are installed when you run the Visual Studio 2010 beta 2 installer an error will be [...]

Continued ›

Category: Software Engineering

Windows 7 + Intel Core i7 Mobile Processor + 16Gb Memory

By Doug Holland (Intel) (233 posts) on October 21, 2009 at 12:58 pm
Comments (0)

We have only 24 hours left until the General Availability (GA) of Windows 7 and so tomorrow Windows 7 will be in the hands of consumers for the first time. With the release of Windows 7, along with the release of some awesome new processors from Intel, it was time for a new personal notebook and also for a companion netbook [...]

Continued ›

Category: Intel® Atom™ Developer Program, Parallel Prog. & Multi-Core, Software Engineering, Virtualization

Microsoft PDC 2009 = Visual Studio 2010 Beta 2 + RIA Services

By Doug Holland (Intel) (233 posts) on October 20, 2009 at 8:22 am
Comments (0)

Yesterday beta 2 of Visual Studio 2010 was released and Microsoft confirmed that the official launch date for Visual Studio 2010 will be March 22, 2010. After downloading the build one notable absentee was RIA Services although according to Brad Abrams the support for RIA services will be available at the PDC next month.

Continued ›

Category: Software Engineering

ISAs and APIs, an Analogy

By Peter Nee (Intel) (1 posts) on October 19, 2009 at 1:38 pm
Comments (0)

“Library design is language design.” Bell Labs proverb as told by Bjarne Stroustrup Bjarne Stroustrup, creator and champion of the C++ language, is among other things a collector of aphorisms, and this is one of his favorites. It’s a deep idea, but I want to touch on just one aspect of this surprising equivalence, and tie it [...]

Continued ›

Category: Software Engineering

Download Visual Studio 2010 Beta 2 - Official Launch March 22, 2010

By Doug Holland (Intel) (233 posts) on October 19, 2009 at 8:56 am
Comments (8)

Microsoft today released beta 2 of Visual Studio 2010 and confirmed that the official launch date for Visual Studio 2010 will be March 22, 2010. Visual Studio 2010 beta 2 was uploaded to MSDN subscriber downloads shortly after 9am PST this morning and this build includes a "go-live" license. You can read more about the release [...]

Continued ›

Category: Software Engineering

Ineffectiveness of last() in the real world

By Andrey Karpov (7 posts) on October 19, 2009 at 8:19 am
Comments (0)

While studying at the institute and learning different data processing algorithms, I already knew that the necessity of using such a function as last() for one-way list can indicate an unfortunate choice of the data structure and lead to ineffective algorithm. Although I knew it long ago, I haven’t faced this in practice until recently.

Continued ›

Category: Software Engineering

SQL Server 2008 - SQLCLR .NET Framework Version

By Doug Holland (Intel) (233 posts) on October 16, 2009 at 11:28 am
Comments (0)

Since SQL Server 2005 we have had the ability to write User Defined Types (UDT's) and User Defined Aggregates (UDA's) etc. with the C# programming language that are executed by the .net framework CLR that is loaded within the SQL Server process. In SQL Server 2008 the latest service release of the .net framework CLR version 2.0 is [...]

Continued ›

Category: Software Engineering
Older Entries ›