Open source tools for generating asp.net code [closed] - asp.net

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
In some crucial projects I relelized that time is one of the biggest concern while developing a project, specially a web application.
Specifically about ASP.NET, does any Open Source tools exists for generating code for helping developers [like codesmith] to work smarter rather than work harder?

I think T4 templates is what you need.
Check this out: http://msdn.microsoft.com/en-us/library/bb126445.aspx

I'm not sure if your problem is that you want a code generator or something to help you generate automated tests to be run in different browsers. Since codesmith does .NET I'll assume you wanted automated tests for various browsers.
Check out selenium

Related

Real projects on .Net Core [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I need to write essay about .Net Core and about real projects written on it.
But i can not find any examples of such projects.
Can you tell me some examples of real .Net Core projects?
Or they do not exist yet?
Whilst I agree that this is not the correct forum for such a question, a quick and simple Google search suggests that https://www.ageofascent.com/ is built on .Net Core to some degree.
Additionally, although not quite what you're looking for, .Net Core is supported in lots of Windows Docker containers running Windows Server Core, due to it's lightweight nature.
A bit of research goes a long way. Good luck with the essay.

Open source .NET platform for classified ads [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for an open-source framework for classified ads. It needs to be .NET-based, but I can pay.
Advanced features not really required - just need to be able to post ads for registered users in a private environment.
In terms of price, anything up to $1,000 is fine.
Does anyone have any suggestions?
MixNP is written in ASP.net C# and is a new addition to codeplex. It is free and open source GPLv3.
Looks good.
https://mixnp.codeplex.com/
Microsoft have a starter kit for classifieds:
http://www.asp.net/downloads/starter-kits/classifieds
I'd think DotNetNuke would work for you, although it might be a bit of overkill for your intended use case.

Document Management System for asp.net [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have searched through the net for the open source project of Document management system for asp.net, all I got was CMS.
Is their any Document Management System open source for asp.net?
I do understand that Sharepoint can do this task for me, but I am looking for a asp.net solution.
Have a look at sensenet http://sensenet.codeplex.com/
I am trying it at the moment as I am also looking for a .net/asp.net solution. It seems very promising. So far it seems like something I might be able to use. The only issue is the GPL license but am seeing what the deal with that will be. I.e. is you wanted to use it in collaboration with other software.

Where is the developer documentation for Microsoft.ApplicationHost.WritableAdminManager? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am trying to manage an IIS7 website during an application installation. I have been using WiX and PowerShell. However I have recently come across a few postings that make me think WiX with VBScript and Microsoft.ApplicationHost.WritableAdminManager might be a better option.
Unfortunately, I cannot find any developer documentation on WritableAdminManager. I do not know what properties and methods are supported. All I can find are various examples on IIS.net.
Where is the developer documentation for Microsoft.ApplicationHost.WritableAdminManager?
It's called the Application Host Administration Interfaces, and you can find the documentation for the interfaces on MSDN.

Is there a good library in .NET for Parsing/Displaying ICS feeds? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I'd like to embed a google calendar in my website, but I hate the options their built in stuff gives me for colors, etc.
Has anyone put together a good library for doing this stuff. I am specifically running on a DotNetNuke site, but any embeddable js code, or .NET library for doing this would be a great answer.
I've used DDay.iCal. It's pretty good. It used to have some flaky issues with recurring events, but I think those have been worked out.

Resources