HTML5 Web Storage in Essence from Wayne Ye. Sacha Barber again about: Task Parallel Library (3 of n). Video of: Upgrading through every version of Microsoft Windows.
Tag Archives: .net
Free C# / .NET Profiler with Silverlight support
World is still lacking a good free .NET / C# / VB.NET / F# Profiler. There are plenty of overpriced tools (some very useful, but expensive). I need simple profiler for one of my free / hobby projects, so I do not want to pay a premium. First I tried to download open source project …
Continue reading “Free C# / .NET Profiler with Silverlight support”
x64 C# warning – Referenced assembly ‘System.Data.dll’ targets a different processor
Using Visual Studio 2010 C# to compile .NET project for Target Platform x64, the following two warnings appears: —— Rebuild All started: Project: TestProject-64-bit, Configuration: Debug x64 —— warning CS1607: Assembly generation — Referenced assembly ‘System.Data.dll’ targets a different processor warning CS1607: Assembly generation — Referenced assembly ‘mscorlib.dll’ targets a different processor Compile complete — …