Use Entity Framework 5 or higher to incorporate raw SQL into your database.

Use Entity Framework 5 or higher to incorporate raw SQL into your database.
Using output caching is now much easier to use, thanks to .NET 4 and higher, and also can be used in a traditional application.
Become proficient with a couple of things you can do with PostgreSQL, and learn how to get direct access to PG by using its native ADO.NET connector.
For a new programmer, the Server Explorer in Visual Studio might need some proper explanation.
Looking to quickly get started with Code First in .NET, but don't have the time to read and digest all the tutorials that are available out there? Peter Shaw shows you the quickest, simplest way to get started with Code First Entity Framework (EF).
In today's world of mobile apps, it's not an unreasonable expectation to want a database that's small, lightweight, and travels with the app from device to device. Take a quick look at what's available out there, and a few of the pros and cons of each.
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.
Learn about something called "Google Protocol Buffers," and watch for later posts on other IoT subjects.
Play with the Fibonacci sequence and prime numbers in this example-driven article.
Translation costs time and money, and can affect the quality of the product being made. Make sure all your team members speak the same language.