Always remain updated about current software development trends

Articles having tag: WIN64

Cache IQueryable for Better LINQ-to-SQL Performance

An approach to improve LINQ-to-SQL performance while preserving maintainability over DataReader.

WPF x FileExplorer x MVVM

This article describe how to construct FileExplorer controls included DirectoryTree and FileList, using Model-View-ViewModel (MVVM) pattern.

There and Back Again - A Reprise

A totally new version of the article I wrote many years ago called "There and Back Again or Stepping Through the JIT Thunk Layer" but this time examines 64-bit processes and V4.0 of Microsoft's .NET runtime.

Lessons on development of 64-bit C/C++ applications

The course is devoted to creation of 64-bit applications in C/C++ language and is intended for the Windows developers who use Visual Studio 2005/2008/2010 environment.

Is there a way to make the type size_t 32-bit in a 64-bit program?

While porting code from a 32-bit system to a 64-bit one, you may want to make the types size_t/ptrdiff_t 32-bit again

Why A + B != A - (-B) ?

While developing analyzer intended for detecting 64-bit errors, I sometimes encounter interesting ways of code behavior

What advantages do 64-bit processors have over 32-bit ones?

There are 3 most obvious advantages of 64-bit processors over their 32-bit counterparts