I am looking for an open source .NET framework that includes user management, authentication, multiple configurable levels of security, tools for html generation and is data base agnostic or includes some sort of built in data base. It would be nice if it had a host of open source add ins. Basically Zope functionality for .NET. Is there anything like that out there -- or even something close?
+-------[ Brian Sullivan ]---------------------- | I am looking for an open source .NET framework that includes user | management, authentication, multiple configurable levels of security, | tools for html generation and is data base agnostic or includes some | sort of built in data base. | | It would be nice if it had a host of open source add ins. Basically | Zope functionality for .NET. | | Is there anything like that out there -- or even something close? Tried Zope? d8) -- Andrew Milton akm@theinternet.com.au
Brian Sullivan wrote:
Yes -- would love to use it here too but unfortunately it doesn't fit the scenario.
What about it doesn't fit? You could probably try repzoe.bfg on IronPython... Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
On Mon, Apr 19, 2010 at 2:04 AM, Chris Withers <chris@simplistix.co.uk> wrote:
Brian Sullivan wrote:
Yes -- would love to use it here too but unfortunately it doesn't fit the scenario.
What about it doesn't fit?
It doesn't fit because the customer already has a system using .NET that has to tightly integrate and has said they want a .NET system.
Brian Sullivan wrote:
It doesn't fit because the customer already has a system using .NET that has to tightly integrate and has said they want a .NET system.
And IronPython isn't .NET how exactly?! Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
On Mon, Apr 19, 2010 at 11:00 AM, Chris Withers <chris@simplistix.co.uk> wrote:
Brian Sullivan wrote:
It doesn't fit because the customer already has a system using .NET that has to tightly integrate and has said they want a .NET system.
And IronPython isn't .NET how exactly?!
IronPython isn't Zope though is it ?-- which is what I was referring to and where there is some potential leverage. Using Python doesn't really help in this situation (other than the fact that I am more familiar with Python than C)-- the existing system is done with C# --and they want to be able to manage, develop and maintain using the same resources. Is there something about IronPython that I might be missing?
Brian Sullivan wrote:
Is there something about IronPython that I might be missing?
Well, it can interoperate with stuff in C#. But yeah, you're doomed. Enjoy. Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Andrew Milton -
Brian Sullivan -
Chris Withers