Yoann. B

1,127
reputation
94 views

Registered User

name Yoann. B
member for 11 months
seen yesterday
website
location
age
Dec
15
awarded  
Dec
14
awarded  Notable Question
Dec
14
asked Secure Access between WCF Web Services and Flash Web Site
Dec
8
comment SOA Architecture Real-World Samples with .NET
I'm more looking for source code samples, articles are useful to understand principles but i need some code to begin with
Dec
8
asked SOA Architecture Real-World Samples with .NET
Dec
5
asked TeamCity vs Team Build
Dec
4
asked Fluent Entity Framework Mapping
Dec
4
asked Is NHibernate.Linq 1.0 GA Provider Production Ready
Dec
3
accepted AutoMapper With Generic Type Inheritance
Dec
1
asked Site-To-Site Data synchronization Over WCF
Dec
1
answered AutoMapper With Generic Type Inheritance
Dec
1
asked AutoMapper With Generic Type Inheritance
Nov
30
revised Application Services Vs WCF Services
added 302 characters in body
Nov
30
asked Application Services Vs WCF Services
Nov
29
comment Best Approach to handle Data Concurrency In 3-Tier Application
Does it also work with DTOs which might be not contains all Entity fields but at least ID ?
Nov
29
comment Best Approach to handle Data Concurrency In 3-Tier Application
I mean data concistency, i want to find the best approach in order to prevent already updated data by someone being updated by another user
Nov
29
asked Best Approach to handle Data Concurrency In 3-Tier Application
Nov
29
asked EntityFramework or LinqToSql Entity Namespace
Nov
28
asked How-To Secure Desktop Application To Web Service Calls
Nov
28
revised How-to integrate Paypal with WinForm Desktop Application
added 37 characters in body
Nov
28
comment How-to integrate Paypal with WinForm Desktop Application
Don't want desktop users to be redirected to paypal to process payment.
Nov
28
asked How-to integrate Paypal with WinForm Desktop Application
Nov
27
awarded  Nice Question
Nov
27
asked Best Approach to Handle User Rights in Desktop Applications
Nov
21
asked Mixed Forms and LDAP authentication with auto-registration with ASP.NET MVC.
Nov
16
comment How-To Prevent Module Duplicates with MEF ?
I need to prevent duplicates types implementations of IModule being loaded by MEF. Thanks i'll try in this way.
Nov
10
asked How-To Prevent Module Duplicates with MEF ?
Nov
6
comment Design Real-Time Product Stock Management
When i say Real-Time, i mean not using Async processing
Nov
6
asked Design Real-Time Product Stock Management
Nov
4
comment Is Using Db4o For Web Sites a judicious choice?
Moreover i need full text search indexes, i'm planning to use Lucene.NET for that issue and it seems that Db4o support builtin Lucene.NET full text that should be a good point
Nov
4
comment Is Using Db4o For Web Sites a judicious choice?
However, the cons of DB4o is that we can't interact with the "database" out of the application running db4o like Management Studio for SQL Server in order to handle data mistakes by hand ... There is a solution called Object Management Enterprise for Db4o but seems to be not very "smooth" to hand on. So the application must be capable to manage (CRUD) all data by using a backoffice.
Nov
2
comment Is Using Db4o For Web Sites a judicious choice?
According to db4o's documentation, it seems that db4o support "Lazy laoding" as "Activation Depth" and support Lazy queries in order to prevent heavy unwanted ram usage. My web site does'nt handle lot of data. But require high performance to handle huges requests a second. Standard Caching doesn't work for me, i need my data always updated so i can't use caching expiration topology
Nov
2
asked Is Using Db4o For Web Sites a judicious choice?
Nov
1
answered What’s your most controversial programming opinion?
Nov
1
asked Array Constructor Dependency With StructureMap
Oct
30
comment How-To Deal with Multi-Criteria Queries in 3-Tier Architecture
Here is a beggining but too "SQL-Dependent" ... drewnoakes.com/code/util/Filter.html
Oct
30
comment How-To Deal with Multi-Criteria Queries in 3-Tier Architecture
@ptutt No i can't share the DAL with the client. I think it's not a great architecture design. The client only talk to service layer (business)
Oct
30
comment How-To Deal with Multi-Criteria Queries in 3-Tier Architecture
@Beska I need a generic and abstract way to handle multi criteria queries. But not specifics methods like this : public IList<MyObject> FindSomething(int filter1, string filter2 ...) But maybe a more flexible way with LINQ Expression like : public IList<T> Find(Expression filters[]) I dunno ...
Oct
30
revised How-To Deal with Multi-Criteria Queries in 3-Tier Architecture
added 51 characters in body
Oct
30
comment How-To Deal with Multi-Criteria Queries in 3-Tier Architecture
How do you handle this ? you pass SQL where clauses to the service method ? My UI tier doesn't know how the DAL works, so i can't pass plain SQL where clauses through my service methods.
Oct
30
asked How-To Deal with Multi-Criteria Queries in 3-Tier Architecture
Oct
28
revised SharedCache vs Memcached For NHibernate With ASP.NET MVC
deleted 8 characters in body; edited title
Oct
28
asked SharedCache vs Memcached For NHibernate With ASP.NET MVC
Oct
27
revised Configuration SysCache2 With Fluent NHibernate
added 1 characters in body
Oct
27
asked Configuration SysCache2 With Fluent NHibernate
Oct
26
asked How-To Mock MSMQ MessageQueue
Oct
22
asked Memcached .NET Clients Comparisons
Oct
17
comment Count word occurrences in a text field with LINQ
Timothy > not exactly what i want, i've updated my question, hope it should be more clear ...
Oct
17
revised Count word occurrences in a text field with LINQ
Some other precisions; added 4 characters in body
Oct
17
comment Count word occurrences in a text field with LINQ
i don't really need the count of a specific word, but a data extraction ordered by the max count of a specific word count founded in each records