web 2.0

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(2127)

Be the first to rate this post

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

Tags: , ,

ASP.NET | C#

Generic EventHandler Raising Extension Method

Raising EventHandlers is a repetitive task in .NET Development. But this can be improved with C# 3 Feature with Extension Methods. [More]

Views(1896)

Be the first to rate this post

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

Tags:

C#

Useful ASP.NET Videos And WebCasts

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

Views(2947)

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(5026)

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(2842)

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(1482)

Be the first to rate this post

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

Tags:

ASP.NET

Merry Christmas GeeK’s

Today a very useless Post, but a little bit Funny :) [More]

Views(823)

Be the first to rate this post

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

Tags:

ReadOnlyDictionnary And ReadOnlyList Wrappers

In this article two Simple Implementations of ReadOnlyDictionary and ReadOnlyList. [More]

Views(985)

Be the first to rate this post

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

Tags:

C#

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(1447)

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(1768)

Be the first to rate this post

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

Tags:

ASP.NET

WebDevVote Button At The End Of Each Post Extension for BlogEngine

Here is a simple Extension for BlogEngine in order to add the WebDevVote Button at the end of each Post without needing to add some “Tokens” in posts. [More]

Views(1102)

Currently rated 4.0 by 2 people

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

Tags:

C#

How-To Create Dynamic Image From Text

In this article I’ll provide a simple class in order to Create Dynamic Image From Text, which should be pretty useful for email obfuscation for example. [More]

Views(1404)

Currently rated 4.0 by 1 people

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

Tags:

C#

How-To Get Environment Variables And Resolve System Paths

Tonight a useful trick in order to get Environment Variables and Resolve System Paths [More]

Views(1040)

Be the first to rate this post

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

Tags:

C#

Simple Mail Template Processing Implementation

In this article I’ll talk about Mail Templates. We often need to send Template based Mails in ASP.NET Developments like Newsletters, Order Confirmation etc.. But generally it’s not pretty simple to do. [More]

Views(1201)

Be the first to rate this post

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

Tags:

C#

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(1097)

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(1265)

Be the first to rate this post

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

Tags:

ASP.NET

Useful Exception Extension Method – Get Full Stack Trace With Recursion

Tonight a useful Exception Extension Method in order to Get Full Stack Trace With Inner Exception Recursion. [More]

Views(2251)

Be the first to rate this post

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

Tags: ,

C#

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(2091)

Currently rated 5.0 by 1 people

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

Tags: ,

ASP.NET

Simple Snippet MD5 and SHA1 Hash Implementation With C#

Here is a pretty simple snippet MD5 and SHA1 Hash Service Implementation. [More]

Views(1126)

Be the first to rate this post

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

Tags:

C#

Simple Symmetric Cryptography With C#

In this article I’ll provide a Simple Symmetric Cryptography Class using RijndaelManaged Provider. [More]

Views(1550)

Be the first to rate this post

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

Tags:

C#

Technorati Profile