Category: Uncategorized

Gootloader infection cleaned up

Gootloader infection cleaned up

Dear blog owner and visitors, This blog had been infected to serve up Gootloader malware to Google search victims, via a common tactic known as SEO (Search Engine Optimization) poisioning. Your blog was serving...

Complex Event Processing using Microsoft StreamInsight

Complex Event Processing using Microsoft StreamInsight

During the past few years there was a requirement from various industries like manufacturing, utilities, oil & gas and financial services  for incorporating “events” and “event streams” into the applications. The demand emerged for...

How to create asynchronous ASP.NET pages using C#

How to create asynchronous ASP.NET pages using C#

IIS combined with ASP.NET provides many technologies to improve performance and scalability.  IIS provides a pool of threads so that it can server many requests simultaneously.  The pool has a limited number of threads...

Technopreneur – technology savvy entrepreneur

Technopreneur – technology savvy entrepreneur

Technopreneur Technopreneur – Bill Gates! Microsoft! Steve Jobs! Apple! Sergey Brin and Larry Page! Google! Count the names of entrepreneurs who started Oracle! YouTube! Facebook! Wonder what they are? Then you are not ready...

Breaking Down the Software Development Roles

Breaking Down the Software Development Roles

Software development is done differently at every organization, and in every home office throughout the world. The process that one organization or person uses to develop software may work for their specific environment and...

Performance tuning For .NET Applications

Performance tuning For .NET Applications

Performance tuning is one of the daunting task for making your applications run faster. There are several factors that can cause your application run slow. One of the factor is memory which can directly...

Software Architecture

Software Architecture

The software architecture of a program or computing system is the structure or structures of the system, which comprise software components, the externally visible properties of those components, and the relationships between them. The...

Facade Design Patter

Facade Design Patter

This article provides a brief introduction to Facade Design Patterns.  Facade Design pattern provides an easy to use interface to an otherwise complicated collection of interfaces or subsystems.  It makes things easier by hiding...