web 2.0

HowTo Switch IIS 7 Compatibility mode from 64-bit to 32-bit

Today a quick tips in order to switch IIS 7 applications compatibility mode from 64-bit to 32-bit and vice versa [More]

Views(3989)

Currently rated 4.0 by 1 people

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

Tags:

IIS

Sb2.Extensions Release 1.2 Available on CodePlex

The release 1.2 of Sb2.Extensions is available on CodePlex now. [More]

Views(845)

Be the first to rate this post

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

Tags: ,

C#

ASP.NET Application Level Error Handling with HttpModule

Some of ASP.NET Developers I saw use the Global.asax file in order to Handle Application Level Errors... It's a pretty simple way, yes. But .. HttpModules might be a better way to Handle HttpRequests. [More]

Views(790)

Be the first to rate this post

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

Tags: ,

ASP.NET | C#

HowTo Set DefaultButton on ASP.NET Page Containing Multiple Action Buttons

Today a little tips in order to set the DefaultButton on "Enter" press on an ASP.NET Page containing multiple action buttons [More]

Views(1246)

Be the first to rate this post

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

Tags:

ASP.NET

Creates a shallow copy of any Objects with Generic Extension Method

In this article I'll give you a useful Extension Method in order to create a shallow copy of any objects by calling Object.MemberwiseClone Method. [More]

Views(1048)

Be the first to rate this post

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

Tags: ,

C#

Sending Big Files Through WebService using Chunk with C#

Today I'll talking about Sending Big Files through WebService using Chunk with C#. [More]

Views(1863)

Be the first to rate this post

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

Tags: ,

C# | Web Service

Performances : Convert.ToInt32 vs Int32.Parse

Today I'll talking about performances between Convert.ToInt32 and Int32.Parse method in order to convert String to Int32. [More]

Views(1079)

Be the first to rate this post

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

Tags:

C#

ASP.NET Cookies Extensions Methods

Tonight a simple way to manage Cookies on an ASP.NET Application with Strongly Typed Objects. [More]

Views(525)

Be the first to rate this post

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

Tags: , ,

ASP.NET | C#

Sb2.Extensions Useful Method Extensions now on CodePlex

A little post in order to announce that i just hosted Sb2.Extensions on CodePlex, you can now follow the development advancement. [More]

Views(1000)

Be the first to rate this post

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

Tags: ,

C#

Get Previous Page Control Values after Cross-Page Posting

A little trick in order to get Previous Page Control Values after a Cross-Page Posting. [More]

Views(6716)

Be the first to rate this post

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

Tags:

ASP.NET

Generic FindControl<T> ASP.NET Method Extension

Here is a nice tips in order to FindControl inside a WebPage, WebControl or any type of Web Components that inherits from System.Web.UI.Control. [More]

Views(1862)

Be the first to rate this post

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

Tags: , ,

ASP.NET | C#

A Simple Lightweight RSS Feed Generator for ASP.NET

Today a pretty quick article on HowTo generate RSS Feeds for your ASP.NET Web Site. [More]

Views(2298)

Be the first to rate this post

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

Tags: ,

ASP.NET | C#

Membership Provider for Windows Forms Applications

Today I'm starting a new (ambitious) project in order to be able to use Membership provider system in Windows Forms applications without the need to reference System.Web. [More]

Views(1693)

Currently rated 5.0 by 1 people

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

Tags: , ,

C# | Windows

Monthly Top 10 Favorite useful Articles

A quick post in order to provide my Top 10 favorite useful articles I founded on the Internet. [More]

Views(1710)

Be the first to rate this post

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

Tags:

HowTo Modify Configuration File Programmatically with C#

In this article i'll explain howto change Configuration File (App.config or Web.config) programmatically with C# using the ConfigurationManager of System.Configuration. [More]

Views(3811)

Be the first to rate this post

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

Tags:

C#

(407) proxy authentication required : Use HttpWebRequest with Proxy

(407) proxy authentication required Today i'll talking about HttpWebRequest and WebProxies. Here is a quick sample of code in order to set a WebProxy on HttpWebRequest [More]

Views(2650)

Be the first to rate this post

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

Tags:

C#

Useful Image WaterMark Extension Method

Today i'll give you a useful Extension Method in order to Add some Text to Image that can be used in HttpHandler to display copyrighted images from Database for a Photo Store for example. [More]

Views(663)

Currently rated 5.0 by 1 people

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

Tags: ,

ASP.NET | C#

Looking for lot of C# Samples ?

Are you looking for a lot of C# Sample so far ? You already have it ! [More]

Views(847)

Be the first to rate this post

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

Tags: ,

C# | Visual Studio

ASP.NET Repeater Pagination with Linq To Objects

In this article i'll talking about ASP.NET Repeater Pagination with Linq To Objects. The following can works also with LinqToSql, LinqToXml... [More]

Views(1823)

Currently rated 1.0 by 1 people

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

Tags: ,

ASP.NET | Linq

HowTo Use Microsoft .NET ASP.NET Development Server as Standalone Web Server

A little post in order to explain howto use ASP.NET Development Server as Standalone Web Server [More]

Views(1683)

Currently rated 5.0 by 1 people

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

Tags:

ASP.NET

Technorati Profile