|
Hi,
can anybody hint me a good, free Delphi logging framework? It should be easy to use and it should support different "log writers" including plain text, database and network.
Started by Tobias Langner on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Marc
I'm a....
Quality has its price: not free, but worth its price in gold, if you really are serious about production-quality logging and viewing of those logs.
I know it's not free - but well worth it's money: CodeSite by Raize Software.
|
|
Hi,
We are working on an ASP.NET application with SQL Server 2008 as backend and we are NOT using LINQ.
In the application all database calls will be performed using/through stored procedures. So would anyone please suggest any free and best Data Access...
Answer Snippets (Read the full thread at stackoverflow):
You can try mygeneration, this will generate your DAL Classes and stored procedure http or entity framework because you can ....
And if you framework.
NHiberate and Entity Framework, which are very different in quality and approach.
|
|
I'm rather beginner in C# world (and .Net as well), so I decided to get some advices from more experienced developers. Which free unit testing framework for C# would you advise? I came across NUnit, which seemed to look interestingly, but in it's documentation...
Started by oo_olo_oo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It's a good testing framework, and does work with 3.0 (it's what I currently use.
MSTest is another one that is shipped with Visual stick with NUnit .
Is a widely used unit testing framework for .NET.
|
Ask your Facebook Friends
|
ATG ( http://www.atg.com ) is a frameowrk, a platform and a solution for content presentation and management, personalisation, e-commerce and customer relationship management.
Which free and open source frameworks or products would you recommend to replace...
Started by Vihung on
, 12 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Nucleus: Spring
Nucleus: EJB3 SQL Repositories: Hibernate
Content Repositories: Apache Jackrabbit
Workflow: Drools
Hibernate for database access Spring for integration GWT or good old JSP for presentation layer
Jboss is suitable for large applications... .
|
|
If you are starting to develop a new web application from scratch and the only two requirements you have is that it will be deployed to Windows 2008 Server and that standard ASP.NET incl. VS2008 doesn't cut it (doesn't matter why, let's say it's the license...
Started by rassie on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
So, in the end, you're left with basically cheap, but it hardly breaks the bank... .
Never used JSP, and ColdFusion requires that framework and it really is a hefty licensing cost (as opposed to ASP.Net which is a free download for the server).
|
|
I tried symfony only. It was a little tricky (also because there is no command line or ssh connection in my hosting plan) to rearrange directory and linking in order to work on my hosting service, I did the same tricks on the local version to make the...
Started by Andrea Ambu on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Like you, I was in the market for a framework with light system requirements to make Framework but have recently....
I like both, but I don't have enough experience with either to break it down in detail .
Framework on shared hosting.
|
|
I've found an article on this subject by a Microsoft employee, but has anyone implemented a more robust framework for this? Is there a lightweight framework for WinForms that could be ported easily? I'd like to get up to speed fairly quickly and avoid...
Started by BrianLy on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Castle MonoRail....
It is still in preview mode so use popular amongst the .NET crowd .
I'll leave my original message in place just in case anyone who:
ASP.NET MVC - This is Microsoft's attempt at an MVC framework.
Feel free to disregard this.
|
|
Even with a ton of PHP frameworks out there to choose from, I know many people prefer a minimal, personal set of libraries. What is your method when it comes to 'rolling your own' framework for PHP applications, and how does it vary depending on the type...
Started by Abi Noda on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
You don't even need to use it as an MVC framework if you wantI found a Simple PHP Framework ...and it looks like a fantastic "no framework" framework ;)
For any medium-size....
I'd go for PHP Fat-Free Framework .
|
|
For some of my Delphi / Free Pascal projects I consider using Dependency Injection. Are there already implementations available (or in development) which provide some basic DI (IoC) functionality?
Edit: I am not looking for a .NET based solution for Delphi...
Started by mjustin on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Www.danieleteti.it/?p=199
And another one:
Delphi Spring Framework
http://delphi-spring.
|
|
Hello all im looking for cross platform GUI for free for commercial project ( that means i can't give the code ) no GPL and i guess no LGPL what else its leaving me ? wxWidgets ? Thanks
Answer Snippets (Read the full thread at stackoverflow):
It....
If you want to avoid LGPL, wxWidgets is probably the most feature-complete option .
See this question: http://stackoverflow.com/questions/262298/windows-c-ui-technology
You can ship a closed-source application that links to LGPL licensed libraries .
|