Dr. Dobb's .NET Blogs http://www.drdobbs.com//windows Dr. Dobb's Copyright 2012, United Business Media. en-us BodyCom Development Kit http://www.drdobbs.com/security/bodycom-development-kit/240153458 Use your body's electric field to authenticate Tue, 23 Apr 2013 07:27:00 -0400 Porting the D Compiler to Win64 http://www.drdobbs.com/cpp/porting-the-d-compiler-to-win64/240144208 64-bit Windows was the last major x86 platform that the dmd compiler didn't support, so last summer my colleagues and I decided it was past due. Tue, 11 Dec 2012 05:40:00 -0500 The Parrot Asteroid Development Experience http://www.drdobbs.com/mobile/the-parrot-asteroid-development-experien/240001339 Is That An Android In Your Car? Thu, 31 May 2012 17:44:00 -0400 Out of Memory (Topics) http://www.drdobbs.com/embedded-systems/out-of-memory-topics/231602039 I want to talk about how Android uses the out-of-memory mechanism built into the kernel to manage memory. Fri, 23 Sep 2011 05:05:00 -0400 Introducing Embree http://www.drdobbs.com/tools/introducing-embree/231001621 Open source photo-realistic ray tracing kernels that take full advantage of SSE and AVX on the CPU Wed, 13 Jul 2011 09:57:00 -0400 Intel OpenCL SDK 1.1 http://www.drdobbs.com/tools/intel-opencl-sdk-11/231001335 Optimized performance for Intel architecture processors Mon, 11 Jul 2011 09:59:00 -0400 Intel AVX2 Will Bring Integer Instructions with 256-bit SIMD Numeric Processing Capabilities http://www.drdobbs.com/tools/intel-avx2-will-bring-integer-instructio/231000372 The forthcoming microarchitecture, codenamed "Haswell," will introduce Intel AVX2 in 2013 Fri, 24 Jun 2011 08:57:00 -0400 High-Level Programming Languages Should Improve Support for SIMD Instructions http://www.drdobbs.com/tools/high-level-programming-languages-should/230600043 Exposing SIMD units within interpreted languages could simplify programs and unleash floods of untapped processor power Mon, 13 Jun 2011 08:19:00 -0400 New Features In ASP.NET MVC 3 http://www.drdobbs.com/windows/new-features-in-aspnet-mvc-3/229700025 ASP.NET MVC, a framework that runs on top of the ASP.NET runtime, enables you to design and implement applications that can leverage the Mode View Controller design pattern. Thu, 26 May 2011 07:05:00 -0400 ViewState Enhancements in ASP.NET 4.0 http://www.drdobbs.com/windows/viewstate-enhancements-in-aspnet-40/229503424 ASP.NET 4 introduces a new property called <b>ViewStateMode</b>. Fri, 20 May 2011 09:53:00 -0400 web.config Transformations in Visual Studio 2010 http://www.drdobbs.com/windows/webconfig-transformations-in-visual-stud/229402394 Visual Studio 2010 now comes with a new and interesting feature named "web.config transformation". Thu, 28 Apr 2011 05:38:00 -0400 Android, Airplanes, and Assembler: IDEOne http://www.drdobbs.com/embedded-systems/android-airplanes-and-assembler-ideone/229400478 I spend a lot of time on airplanes. It used to be you'd often strike up a conversation with the person next to you on a plane. Over the years I met the editor of a newspaper in Roswell, New Mexico (and, yes, he was human as far as I could tell), an LA Laker Girl (no kidding) Mon, 28 Mar 2011 19:46:00 -0400 High Performance C++ Code in Windows Azure Roles http://www.drdobbs.com/parallel/high-performance-c-code-in-windows-azure/229300715 The newest Windows Azure versions allow you to make P/Invoke calls to invoke native code Thu, 10 Mar 2011 07:07:00 -0500 I'm Loving It! http://www.drdobbs.com/cpp/im-loving-it/229300567 I wrote a very little code in the 1970s, got paid to write a little more in the 1980s, and have been writing code professionally, ever since 1990. I started with C++ -- self taught -- right when it came out in 1990. C++ was hard language to learn by myself, but I read Stroustrop, Eckel, Booch, Coplien, Meyers, Thielen and more, and these guys were pretty darn good teachers Tue, 08 Mar 2011 08:08:00 -0500 Stranded on a Desert Island... http://www.drdobbs.com/tools/stranded-on-a-desert-island/229300566 I just got back from Microsoft's MVP Summit 2011. I grouse a little (well, ok, a lot) about going because at 6'4 I hate cramped planes Tue, 08 Mar 2011 05:58:00 -0500 Cloud Computing Races On, But NoSQL Finds Bumps In The Road http://www.drdobbs.com/database/cloud-computing-races-on-but-nosql-finds/229300203 Highly publicized outages of sites using a NoSQL solution have raised the specter of stability problems. That's not atypical for new software and some big name NoSQL products are not an exception Wed, 16 Feb 2011 09:47:16 -0500 Whither F#? http://www.drdobbs.com/windows/whither-f/229218844 Why isn't there wider adoption of functional programming languages? Sun, 13 Feb 2011 05:48:00 -0500 Enhanced Track Change Features in Visual Studio 2010 http://www.drdobbs.com/windows/enhanced-track-change-features-in-visual/229300243 Track Changes is a well known feature in Visual Studio. To enable or disable this feature, you need to follow these steps: Open the Visual Studio 2010 IDE Click on Tools -> Options -> TextEditor Swit... Wed, 05 Jan 2011 09:41:45 -0500 Part II: Specialty Hardware, Databases, Mainframes, and Service-Oriented Architecture (SOA) http://www.drdobbs.com/database/part-ii-specialty-hardware-databases-mai/229300205 Building new services and applications is one solution for surfacing information that currently resides in data silos, such as legacy data sources. So there's plenty of interest in tapping mainframe d... Fri, 17 Dec 2010 07:52:42 -0500 Fearful Vista http://www.drdobbs.com/windows/fearful-vista/229300294 Robot fleeing, screaming NOOOOH! I DON'T _WANT_ TO RUN WINDOWS! Wed, 24 Nov 2010 05:15:09 -0500 Cloud Development Tools in Visual Studio 2010 http://www.drdobbs.com/windows/cloud-development-tools-in-visual-studio/228701035 Visual Studio 2010 provides excellent support for developing applications that reside in the cloud.</p> Mon, 27 Sep 2010 07:45:07 -0400 0 is octal! http://www.drdobbs.com/cpp/0-is-octal/228700312 I'm currently enhancing one of my source analysis tools and have had occasion to revisit the parsing of numeric literals in C, C++, C#, D and Java. Working my way through the requisite parts of the C and C++ standards I learned that the literal <code>0</code> is actually an octal, something that's probably not that widely known. Thu, 23 Sep 2010 03:10:00 -0400 SEO Enhancements in ASP.NET 4.0 http://www.drdobbs.com/windows/seo-enhancements-in-aspnet-40/228700376 ASP.NET 4.0 is a web application development framework that ships with Visual Studio 2010.</p> Tue, 21 Sep 2010 21:18:50 -0400 Visual Studio 2010's Parallel Programming Support in Visual Studio 2010 http://www.drdobbs.com/windows/visual-studio-2010s-parallel-programming/228701105 Visual Studio 2010 provides better support for debugging, profiling, and analyzing parallel applications running on multicore platforms.</p> Fri, 17 Sep 2010 07:10:21 -0400 Joint talk: Visual Studio 2010 + Intel Parallel Studio 2011 http://www.drdobbs.com/windows/joint-talk-visual-studio-2010-intel-par/228701842 Thu, 16 Sep 2010 06:51:39 -0400