How to install and configure TASM on Windows 7/8/10. 

Before we get started with TASM installation on a Windows machine, let’s get some knowledge about TASM and learn what it will do for us. Turbo Assembler (TASM) a small 16-bit computer program which enables us to write 16 bit i.e. x86 programming code on 32-bit machine. It can be used with any high level language compliers like GCC compiler set to build object files. So that programmers can use their daily routine machines to write 16-bit code and execute on x86 devices....

March 27, 2017 · 3 min · ShreyasJejurkar

How to - Setup Ubuntu as Virtual Machine on Windows

Programming on Ubuntu has many advantages than on doing it on Windows. Because Ubuntu sports a many programming language compilers out of the box and there is no need to install them additionally. I am not saying Ubuntu is better than Windows but while in some cases it is. And Microsoft knows this and that’s why Microsoft allows you to run Linux bash shell inside in Windows 10 Anniversary update (14393)....

January 22, 2017 · 5 min · ShreyasJejurkar

How to - Solve Team explorer fatal error during Visual Studio installation

Recently I started developing Universal Windows Platform (UWP) apps for Windows 10 devices, a jump from WPF -> UWP. And my experience with that is just great. Just code once and deploy it on multiple (Windows 10) devices without changing a single line of code (and that’s what today’s developer needs). But the way for me was not so simple. For over two days I was finding the way to troubleshoot the fatal error of Visual Studio 2015 community edition....

September 11, 2016 · 2 min · ShreyasJejurkar

Download .NET Framework 4.6.2 Offline & Web Installer (Official Links)

Microsoft recently announced a new version of .NET Framework 4.6.2 for developers which contain many of new improvements and fixes. And also company made available offline installer of that very fastly. Fixes are mostly for the base class library, ASP.NET, and WPF. The changes were made according to feedback from developers team. You can read the full blog post of changes in .NET framework 4.6.2 by clicking here. You can download the ....

August 5, 2016 · 1 min · ShreyasJejurkar