We’ve been chasing issues with performance across a series of applications where there are multiple cloud providers (specifically AWS and Azure) in play. The application is a fairly typical .net web-based application that does calls to Azure SQL DB and AWS RDS at various times and places. The issue we’ll see from time to time surrounds lag time between the...
Author: SiteAdmin
Quick tip – Newsletter and Email Announcements
Unsubscribing from the newsletter or email blasts is a simple process. There are a couple of ways to unsubscribe – First, you can use the links at the bottom of any emailing – those will take you directly to the unsubscribe page and you will be instantly unsubscribed. This is the fastest, easiest way to manage your account. Second, you […]
Trends in Database Technology
Trends in Database Technology Introduction Since 1965, attempts to develop different approaches for the construction of different versions of Database Management systems (DBMS) technology were made, which is today vital to the decision making process from Top management to bottom management. But the competition among technical experts in the creation of sophisticated software in this area made complicated the decision...
User Control Partial data binding of huge data to a GridView in an optimized way in .Net
User Control Partial data binding of huge data to a GridView in an optimized way in .Net Have you ever bound a GridView to a dataset wherein the number of rows returned by the DB is huge (say 1 million)? If yes, then this article is for you. Many a times while making websites, we need to use GridView. It...