web 2.0

Microsoft Office Excel instance does not close.

Hi,   I found an issue, when an user quit an Excel instance created with Microsoft Office Interop library. The process does not exit properly, and i can't manange this issue with the calling application. To set the context : The main application is an Addin for Office (Excel, Word and Powe... [More]

Views(753)

Currently rated 5.0 by 1 people

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

Tags:

C# | Windows | Office | Excel | Interop | Event

FluentNHibernarte.Search 0.3 Beta Released Now Support Fluent XML-Less Configuration

Just released FluentNHibernate.Search 0.3 Beta which now support Fluent XML-Less Configuration available on CodePlex. No need to configure NHibernate.Search in web.config or app.config, you can know configure it like FluentNHibernate do for NHibernate. 1: Configuration nhcfg = FluentSea... [More]

Views(2943)

Currently rated 5.0 by 1 people

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

Tags:

C# | FluentNHibernate.Search | Lucene.NET | NHibernate

FluentNHibernarte.Search 0.2 Beta Released

I’ve just released FluentNHibernate.Search 0.2 Beta which is available on CodePlex and support the following new features.   Field Mapping without specifying "Name" Actually we needed to specify Field name using .Field(“FieldName”) : 1: public class BookSearchMap : D... [More]

Views(1579)

Currently rated 5.0 by 1 people

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

Tags:

Lucene.NET | NHibernate | C# | FluentNHibernate.Search

Introducing FluentNhibernate.Search Mapping Interface

Coming back for a long time… I announce today a new project i’ve hosted on CodePlex about NHibernate.Search, a Lucene.NET provider  implementation for NHibernate which is a part of the NHibernate Contrib project. Actually NHibernate.Search is attributes based mapping. 1: [Inde... [More]

Views(1805)

Currently rated 5.0 by 1 people

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

Tags: , , ,

C# | NHibernate | Lucene.NET

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

Currently rated 4.5 by 2 people

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

Tags:

ASP.NET | C#

How to Change System Date Programmatically With C#

After a long time without posting, I come back with a useful class in order to change, get or set Local System DateTime [More]

Views(3024)

Currently rated 5.0 by 2 people

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

Tags:

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

Be the first to rate this post

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

Tags: ,

ASP.NET | C#

Using IQueryable<T> Extension Methods With LinqToSql

In this article I’ll shows a pretty useful way to build simple LinqToSql Queries with reusable IQueryable Extension Methods. [More]

Views(3959)

Be the first to rate this post

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

Tags:

C#

Most Interesting .NET StackOverFlow Questions

Today a short list of the Most Interesting .NET Questions to me asked on StackOverFlow I founded. [More]

Views(7036)

Currently rated 5.0 by 2 people

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

Tags:

C#

Hidden Features of C#

In this article, I’ll just link to a pretty great StackOverFlow Question about Hidden Features of C#. Most of C# Features are obscure for us and need some explanations, the following list and explain how to use it. [More]

Views(6409)

Currently rated 3.7 by 3 people

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

Tags:

C#

Enum String Values Revised

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

Views(1908)

Be the first to rate this post

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

Tags: ,

C#

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

Currently rated 5.0 by 1 people

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

Tags:

C#

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#

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#

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#

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

Be the first to rate this post

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

Tags: ,

C#

Technorati Profile