web 2.0

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

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

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

Currently rated 5.0 by 1 people

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

Tags: , , ,

C# | NHibernate | Lucene.NET

Windows 7 RTM Now Available in Both x64 and x86 for MSDN Subscribers

    Hi ! All editions of Windows 7 RTM are now available in both x64 and x68 for MSDN subscribers! Currently only available in English but an MUI with other languages is also available.   http://msdn.microsoft.com/en-us/subscriptions/bb608344.aspx     Have a go... [More]

Views(1425)

Be the first to rate this post

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

Tags:

Windows

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

Currently rated 5.0 by 2 people

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

Tags:

C#

Windows 7 Beta Available For MSDN Subscribers (x86) And (x64)

Windows 7 is now available in Beta for MSDN Subscribers. Both x86 and x64 versions are available. [More]

Views(2228)

Be the first to rate this post

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

Tags:

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

Be the first to rate this post

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

Tags: ,

ASP.NET | C#

How-To Change Visual Studio CSS Editor Default Format Settings

Here is a Quick Tip in order to Change Visual Studio CSS Editor Default Format Settings [More]

Views(2467)

Be the first to rate this post

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

Tags: , ,

Tips | Visual Studio

Regular Expression MapRoute With ASP.NET MVC

In this article I’ll talk about ASP.NET MVC Routes and Regular Expression. I based my article from the Fredrik Kalseth’s Blog about Defining Routes using Regular Expressions in ASP.NET MVC. Fredrik provides a Custom Implementation of Route in order to be able to use Regular Expression Patterns with MVC Routing. However we are not able to use that with the MapRoute Extension Method of RouteCollection. So Here is a Custom Implementation of the MapRoute Extension Method which takes advantage of RegexRoute Implementation made by Fredrik. [More]

Views(3705)

Be the first to rate this post

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

Tags: , ,

ASP.NET MVC

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

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

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

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

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

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

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

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

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

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

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

Be the first to rate this post

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

Tags:

C#

Technorati Profile