Business | News, how-tos, features, reviews, and videos
Explore related topics
How to take advantage of the volatile keyword in C# to ensure that concurrent threads get the latest value of an object
Use lazy initialization to save resources and improve performance by deferring the initialization of expensive objects until they're requested
Microsoft’s Windows 10 browser is about to run apps offline. Here’s how to take advantage of its new features in your web apps
Get started with documents and collections in the popular, open source, NoSQL database using C#
Take advantage of the open source search engine using C# to search and analyze your application’s data in real time
7 key points in designing mobile apps to optimize usability and increase the chance for success
EC2 has changed quite a bit in the last five years, so whether you are new to EC2 or an old hand, it’s worth a look at how to launch your own EC2 instances today
Boost application performance by using the object pool design pattern to recycle objects that are expensive to create
The .Net IL Linker reduces the footprint of .Net apps by discarding unused libraries and references, although it's still in the preview stages
Take advantage of Akka.Net to build concurrent, fault tolerant, event-driven applications using the high-level abstractions of the actor model