English | 中文 | Русский | Français
2,555 Posts served
8,263 Conversations started
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 [...]
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 [...]
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 [...]
Andy shares video versions of web API presentations he been making to web developers.
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 [...]
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
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.
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.
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 [...]
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 [...]
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.
“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 [...]
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 [...]
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.
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 [...]