web 2.0

Enum String Values Revised

In this article I’ll provide an improvement about my previous post talking about String Values from Enumerations. [More]

Views(1907)

Be the first to rate this post

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

Tags: ,

C#

DotNetKicks And AddToAny Buttons Extension For BlogEngine

Here is a very useful Extension for BlogEngine in order to simply Add DotNetKicks Button and also AddToAny Features (Share and Subscribe) [More]

Views(1842)

Be the first to rate this post

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

Tags: , ,

BlogEngine

How-To Get Human Friendly File Size With C#

In this article I’ll provide a simple way to Display Human Friendly File Size with C#. [More]

Views(2209)

Currently rated 5.0 by 1 people

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

Tags:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Be the first to rate this post

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

Tags:

C#

Technorati Profile