Tagged Questions

1
vote
3answers
29 views

How to update a specific fields of class in Fluent NHibernate with out updating the whole object?

Hi, I am using Fluent NHibernate to do my NHibernate mappings, but now I have come to a problem that I am not sure how to solve. A simplified version of the problem follows. I h …
0
votes
1answer
19 views

Generic ‘TThis’ for fluent classes

I'm constructing a fluent interface where I have a base class that contains the bulk of the fluent logic, and a derived class that add some specialized behavior. The problem I'm fa …
3
votes
2answers
68 views

Is there is a fluent approach to handling WinForm event?

I was handling yet another KeyDown event in a user control when I wondered if it existed a library for typing fluent code for handling event like editor.When(Keys.F).IsDown().With …
5
votes
4answers
139 views

creating API that is fluent

How does one go about create an API that is fluent in nature? Is this using extension methods primarily?
1
vote
1answer
50 views

NHibernate Fluent and named Queries

Hi there, I am using Nhibernate with fluent. Now I want to call some Stored procedure and use named Queries. I created some xml: <?xml version="1.0" encoding="utf-8"?> < …
0
votes
1answer
37 views

Fluent NHibernate Bidirectional Mapping - results in two similar referencing columns

Hello there, I am trying to implement Bidirectional Mapping with Fluent NHibernate Mapping. Code snippet from Domain classes: public class Template { public virtual int? Id …
0
votes
1answer
26 views

Map List<Int32> using Fluent Nhibernate

Hello there, I need to map List<Int32> using Fluent Nhibernate. Sample code: public class ReportRequest { public List<Int32> EntityIds { get { return …
4
votes
2answers
76 views

Best way to store enum values in database - String or Int

Hello there, I have a number of enums in my application which are used as property type in some classes. What is the best way to store these values in database, as String or Int? …
0
votes
1answer
109 views

Are there any fluent WPF projects?

As part of my on-going attempt to come to terms with WPF/XAML, I've become interested in the application of fluent interfaces to UI coding. I am aware of Fluent Silverlight (http: …
4
votes
0answers
39 views

Set up caching on entities and relationships in Fluent Nhibernate?

Do anyone have have an example how to set up and what entities to cache in fluent nhibernate. Both using fluent mapping and auto mapping? And the same for entity relationships, bo …
1
vote
1answer
98 views

Fluent NHibernate HasManyToMany() Save/Update Problem

Hi, i have the following code, which is supposed to give specific functionality but it isn't :S anyway, here's my problem: http://img525.imageshack.us/img525/1315/diagramp.png h …
1
vote
1answer
48 views

FluentNHibernate mapping for Dictionary

What is the best way of mapping a simple Dictionary property using Fluent NHibernate?
1
vote
1answer
71 views

Fluent NHibernate hierarchical data

Hey all. Quick question on Fluent syntax. I had thought I had this down, but I'm getting a weird failure. Basically, I have a hierarchical kind of structure that I'm trying to pe …
0
votes
1answer
93 views

Fluent NHibernate: Weird column mapping behaviour

I am having a number of problems trying to map entities using Fluent NHibernate. I have three entities, like this: public class Product { public virtual Guid Id { get; set; } …
1
vote
2answers
58 views

Ruby list of tags to a fluent regex

I want to clean an HTML page of its tags, using Ruby. I have the raw HTML, and would like to define a list of tags, e.g. ['span', 'li', 'div'], and create an array of regular expre …

1 2 3 next
15 30 50 per page