web 2.0

Trick for Firefox who doesn't read all the bytes sent with ASP.Net HttpHandler in C#.

We found an issue where Firefox wasn't getting the entire file bytes sent by our ASP Server (in our case, the last byte of the stream was not read so the file were corrupt) but this bug never happens in Internet Explorer. Here is the problematic code : 1: Response.Clear(); ... [More]

Views(1544)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | C#

Scheduled ASP.NET Task Manager

In this article I’ll talk about Scheduled Task Manager in a ASP.NET Environment. We often need to make scheduled tasks running in background but it’s not very simple to make it with ASP.NET. [More]

Views(3014)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

ASP.NET | C#

Useful HttpResponse Extension Methods

In this article a few useful Extension Methods for HttpResponse. We often need to Write something to Response with New Line at the End or Switch Current Response to Ssl Mode. [More]

Views(1920)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

ASP.NET

Pluggable Generic ASP.NET Cache Manager

In this article I’ll provide a simple way in order to build a Pluggable Generic ASP.NET Cache Manager. [More]

Views(3784)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

ASP.NET

Avoiding Busby SEO Test Comment Spamming For BlogEngine

Not very sure what is the Busby SEO Test Project, but it seems to be a f***** project for Blog Comment Spamming. I’ve a lot of no sense spam comments on my blog. Here is a simple way to avoid them to post spam comments for BlogEngine. [More]

Views(4167)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

ASP.NET

Dealing With Enterprise Library Injection Policy And Unity IoC

In this article I’ll provide a Generic Unity Factory Class in order to take advantage of Unity and Injection Policy easily. [More]

Views(1522)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

ASP.NET | C#

Useful ASP.NET Videos And WebCasts

Today a pretty big list of some useful Videos and WebCasts talking about ASP.NET. [More]

Views(2320)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET

BlogEngine.NET Backup Manager

I wrote a simple Backup Manager for BlogEngine.NET in order to perform some entire Weblog Backups. [More]

Views(3686)

Currently rated 5.0 by 6 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | BlogEngine

Storing ViewState On Server Instead Of Client With ASP.NET

ViewState is a great way in order to save Control State. But when working with large ViewState Data (GridView, DataList etc..) this will add a lot of overhead to your Web Application. In order to avoid this overhead, we can store ViewState on the Server instead of Client. Because ViewState is only useful for Control Rendering or Server processing there is no sense to store it on the client. [More]

Views(2168)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET

Some ASP.NET Optimizations And Best Practices

In this article I’ll talk about ASP.NET Optimization and Best Practices. As everyone know ASP.NET has a lot of hidden secrets and by revealing them you got performance and scalability boost ! Here some of them in order to make powerful ASP.NET Applications. [More]

Views(1218)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET

How-To Ensure and Make Http Session State Read-Only

When working with Http Handlers or Http Modules, we often need to use Session State. The Simple way to make an Http Handler “SessionState Enabled” is to inherit it with the IRequiresSessionState Interface [More]

Views(989)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET

Some Common Errors With ASP.NET

In this article I’ll start a list a few Common Errors about ASP.NET Developers are confronted and give solutions. [More]

Views(1380)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET

How-To Prevent From Content Leeching With ASP.NET

In this article I’ll described how-to implement an Anti-Leech Image Http Handler in order to prevent from Content Leeching. [More]

Views(903)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET

Handle External Links With Custom Http Handler

In this article I’ll talk about External Links Handling. We often need to manage more external links particularly in the mail or newsletter. These links must remain Standing, even when changing architecture of the website. [More]

Views(1047)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET

Google Analytics WebControl for ASP.NET

Tonight I’ll provide a Quick Useful WebControl in order to add Google Analytics Feature to your ASP.NET WebSite. [More]

Views(1506)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

ASP.NET

Tricky Simple File Download Proxy Handler

Today I wanna play a bit with Streams and specially with Response.OutputStream. So I decided to make a Simple File Download Proxy Handler in order to Download Files through an HttpHandler which download Files from Remote Site. [More]

Views(982)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET

How-To Prevent From SessionID Hijacking With ASP.NET

In this article i’ll talk about to prevent from SessionID Hijacking using Login and LoginStatus WebControl. [More]

Views(2100)

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET

Generic SiteMap and SiteMap HttpHandler Implementation

In this article I’ll talk about SiteMaps for ASP.NET and provide a Generic SiteMap Implementation and a Sample usage with an HttpHandler. [More]

Views(919)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

C# | ASP.NET

RequireSSL Attribute For ASP.NET

Here is a quick Custom Attribute in order to Define if a Page must be in HTTP SSL Mode and switch it to SSL if not. [More]

Views(1017)

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: ,

C# | ASP.NET

Don't Forget to Check Page.IsValid !

In this article I'll talk about ASP.NET Page Validation when working with Validators. In ASP.NET there is a few Validators like RequiredFieldValidator, RegularExpressionValidator etc... Both use JavaScript validation in order to valide Web Forms quicker. But they also perform Server Validation so as to Validate the Page even if JavaScript is disabled in browser ... [More]

Views(1242)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET

Technorati Profile