egreiner

Results 4 comments of egreiner

I mean the same thing as stated in issue #15 but not only regarding to LINQ. C# uses fluent programming extensively in LINQ to build queries... https://en.wikipedia.org/wiki/Fluent_interface#C.23 I find nothing...

Dear Toni, Please refactor this code that i can see what you mean with not smelly code. var result = nhibernateSession.QueryOver() .Left.JoinAlias(x => x.Assistant, () => assistant) .Where(x => x.EmploymentType.Id...

"Without knowing hibernate, it's still obvious to me what your code does." This is for me a perfect description of how code should be writen. I don't know how it...

I know this is closed but planed for future releases... Keep in mind that FluentFTP may experience difficulties if the FTP user lacks the permission to delete files. This situation...