8 Tips to Increase Your ASP.NET Website Speed

This article suggests a few tips to improve the performance of an ASP.NET application. There are many more things which may ensure a better performance and faster response time for a web application. I am discussing only a few of the best practices that will help you avoid some unwanted performance hitters from your application. So, you will have a more lightweight application which runs quicker and gives a better response time. #1. Use Caching Caching is

Continue Reading

Keep Node.js update to install wdio

When install Visual Studio 2015, you might select Node.js in the wizard. It will work smoothly to install gulp, angular etc. However, when you are going to install wdio utility of webdriverio by "npm install wdio", you might experience the following error. Apparently, wdio is dependent on fibers; there is error when node-gyp is trying to compile fibers. Follow node-gyp windows installation document to install python 2.7 etc on windows while the issue will still be persistent.

Continue Reading

Reasons To Use Docker with ASP .NET

When you think of Docker, you probably don’t think of .NET or Windows. There are a lot of good reasons to use Docker with ASP.NET. Check out our top 10 list of reasons to use Docker with .NET to see if Docker can help you! 1. Pre-Made Runtime Environment Generally, when you set up a server machine (or virtual machine), you have to install the operating system, any software needed by the application (web server,

Continue Reading

Learn Multithreading In C# .Net

If you have a program that executes from top to bottom, it will not be responsive and feasible to build complex applications. So, the .NET Framework offers some classes to create complex applications. What is threading? In short, thread is like a virtualized CPU which will help to develop complex applications. Understanding threading Suppose, you have a computer which only has one CPU capable of executing only one operation at a time. And, your application

Continue Reading

PHP or ASP.NET? Which one is Better?

While the average web developer has a lot of options these days. There is always a debate prevailing somewhere on the net over PHP or ASP.NET. The battle between the supporters of these two languages, with no clear winner every coming out. While both can be used to complete the same project and have provided great results for major websites tracking their ways on the internet.  PHP is an open source platform while ASP.NET is a commercial platform, the comparison

Continue Reading