Recently I was working on very very old ASP.Net Project which was built on using .Net 2 framework. That thing was so ancient that VS2019 (or VS2015) won’t even load it due to it’s dependent 3rd party libraries were also incompatible. I was able to get Visual Studio 2008 Pro using my MSDN license. All
Category: ASP.NET
High Availability in ASP.NET application
From Wikipedia, High availability is a system design approach and associated service implementation that ensures a prearranged level of operational performance will be met during a contractual measurement period. And it could include multiple database and application server connected in a clustered environment with redundant hardware. One of the method to make ASP.NET application available
Crystal Reports in .NET
Ok, after surviving 5 days without electricity I guess I am ready for new post. We had great storm last week and it caused state wide power outages. Some cities still don’t have electricity yet !! Anyways, this post is about creating basic report using Crystal Reports in ASP.NET I think Crystal Report has been
Developing ASP.NET Application in MONO under Linux
Today, I was playing with my new install of Linux. I installed Mono in it… (for those who don’t know what is MONO, is a cross platform IDE that can be used to develop .NET application in any environment) .. With my past encounters with Mono, I know that it is sort of complicated to
Sorting in GridView
Sorting is kind of very useful information if we want to quickly analyze bunch of data based on columns. And being one of most used control to display data in ASP.NET, GridView can implement easily with few more line of codes (who doesn’t love to write more … right ?? )… And in today’s post
Custom error pages in ASP.NET …
If you have designed even a single application, then you know that it is very difficult if not impossible to code an application that will not generate any sort of exceptions. No matter how hard a developer can try to cover all holes, users will always find way to crash your application and ASP.NET is
How to get user IP address in ASP.NET
There can be number of ways security and auditing can be implemented in any application. It can be done at Application Level, or at Application Server level or at Database Server Level. And I think best practice is to take advantage of all 3 based on user requirement, as we all know that having little