Real projects on .Net Core [closed] - .net-core

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.

Related

Are there any real world open source backbone.js web applications using .net framework (preferably asp.net mvc) [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
Are there any open source asp.net web applications which are using backbone.js and preferably those that have composite views and models being shared among views.
It will be a good to have the source code of some real world applications to understand backbone more.
While the EpicWinHosting web is real world it is not open source.
However they have given a very detailed blog with code examples which might be what you are looking for.
Have you seen the Todo List app on github?

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.

Open source tools for generating asp.net code [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
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

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.

ASP.NET resources for a C# programmer [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 months ago.
Improve this question
Does anyone have any recommendations of resources for learning ASP.NET specifically? I have a good background in web-based programming (PHP/MySQL) and a strong grounding in C# for desktop, winforms and background services, but I have never touched ASP.
I personally prefer online resources, but in lieu of that, books or other resources would be appreciated too (or for other people looking for the same).
You can find a lot of information, tutorials etc. on official ASP.NET site.
Although they are a bit old, I think the Fritz Onion books on ASP.NET are still very relevant for any programmer to get up to speed with what's under the hood in ASP.NET.

Resources