Front-End Performance Tips for ASP.NET Websites – Introduction
The performance of a website is definitely one of the most important factors that affects its user experience. Not only that, but the performance can also affect sales and search engines ranking....
View ArticleFront-End Performance Tips for ASP.NET Websites – Add Response Headers
There are quite few methods to do this. You can set the Expire Headers directly from IIS, you can write a custom HttpHandler or if you don’t want custom functionality you can set them from Web.config...
View ArticleFront-End Performance Tips for ASP.NET Websites – Using Telerik to Speed Up...
Large ASP.NET pages have big ViewState size. I think this is one of the biggest downsizes that ASP.NET Webforms has because, if you have a big number of web controls in your page, the page size will...
View ArticleFront-End Performance Tips for ASP.NET Websites – Minimize HTTP Requests
According to Yahoo Developer website: 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets,...
View ArticleN-Tier Architecture. ASP.NET Example
Introduction N-tier architecture is probably one of the most used architecture models in the industry. It is used so often because it’s scalable, extensible, secure and maintainable over time. It also...
View ArticleResources to learn ASP.NET WebForms, ADO.NET, HTML, CSS and SQL
The main purpose of this resource list is to give you a head start in developing ASP.NET applications. As you may know, developing ASP.NET application involves a strict set of technologies that is...
View ArticleAbout the Discovery/Planning phase of an IT project. What to look after.
If you recently signed a project or you are preparing a request for proposal document, I would say a discovery phase it’s mandatory for any project. If it’s not done properly or not considered at all,...
View Article5 Most Common problems with IT Projects
There are so many things that can go wrong with a project that are almost impossible to foresee, but there are some common patterns around every project and it’s mandatory to have them in sight. These...
View ArticleReady your Sitecore instance for Web Mastering team
Let’s assume that all the development for your new Sitecore project is complete. The next step now is to fill the website with content and prepare it for going live. The customer notified you that they...
View ArticleFor Developers: Please take a look at Selenium!
What is Selenium? Briefly, Selenium is a Firefox plugin that allows you to do web automation testing. It is capable of recording, editing and debugging tests. It is also platform independent so you can...
View Article