You are right, Factory<T> doesn't solve the parameters problem. MEF Let's you export methods, so that is one way to do custom factories that have contextual...
Hi, One of my enterprise clients set up a new Sharepoint instance for a project, but I'm thoroughly unimpressed: -- The wiki features are weak including the...
You can always take a wiki of your choice and customize the login process. There are also ASP.NET based wikis ( www.google.com/search?q=wiki+based+on+asp.net)....
Hi all, I'm looking for a wiki framework for .net platform .Could anyone help me ? -- Leandro Thimóteo "Coisas simples devem parecer simples, coisas complexas...
Without knowing more about your requirements it is hard to say, but if your only requirements are "wiki" and ".Net" you'll likely find success with ScrewTurn...
basically my requirements are: 1 create/edit a term 2 revision/control of each term 3 search 4 management tags thank's ... -- Leandro Thimóteo "Coisas simples...
I haven't done it myself, but I am pretty sure that you can run Drupal (PHP based) on Windows... As someone else pointed out if you need just a Wiki, Flexwiki...
MindTouch makes the best wiki I've ever used J It's open source on .Net/Mono and runs happily on either IIS on Windows or Apache on 'nix. But the wiki itself,...
Hello all, I am starting a new project which requires Lucene and possible Hibernate search. I can go the .NET route (Lucene.NET, NHibernate Search) or the...
The .net port is almost exactly the same as the Java code. A minimum effort is done to create the .Net port. The java version is the best documented version,...
Late answer but I'll give some input anyway. If you (or the customer) for some reason want to keep Sharepoint, there is the Enhanced Wiki Edition of Community...
Hi Frank, i have played myself with idea to create something similar, but i miss the time. What you do sounds promising. I am really a fan of how Script#...
Transforming .Net into Javascript should be pretty straightforward for the most part. It'll be the semantic details that really get you (like how arrays...
Hi, I have tried Script# as well but it's not like the way that we think that should work. If we are saying that Script# is a C# to Javascript converter then...
I've only used NHibernate for a very short time, so I'm not sure if there is a "best" way to approach this design. In a greenfield database (it's going to be...
Hi Robert.. Instead of thinking about the database entities, think and model in terms of your business entities. From there, NH will take care of the necessary...
Thanks for the input. I've already modelled things at the entity level in a way just like you describe, but haven't taken the step of letting NH/FluentNH...
Since you have no operation that will operate on several commands and will request integrity, comments have no need to be part of a Post/Comments aggregate. ...
Hey all, I'm pleased to announce that we'll be gathering for the official release of OpenRasta 2.0 RTM on the 12th of December, for an early evening drink and ...
I am getting ready to work with some folks who do everything in Excel right now. They want to get away from Excel and have a custom app for their shop. I...
Cool, Congratulations on the 2.0 release. -Mark ... Cool, Congratulations on the 2.0 release. -Mark On Thu, Nov 19, 2009 at 5:01 PM, Sebastien Lambla <...
Jeremie, Thanks for the response. What you're saying makes sense and is actually how I have currently decided to model my domain. However, it feels awkward...
There are some simple cases, like an Employee that have several phone numbers. The phone numbers won't be stored as entities, you'll have an aggregate root...
I was under the impression that, for example with IContext in Autofac, this is one of the reasons that an IoC container would inject a context into an object....