Learn Umbraco without any .net knowledge [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 6 years ago.
Improve this question
I am starting to develop website using Umbraco CMS.Currently I only concentrated on programming HTML JavaScript and CSS for websites.
After do researching and read few Umbraco sites, can I develop a Umbraco site without any .net knowledge?
Is there any best tutorial books and videos i can start with

Can I develop a Umbraco site without any .net knowledge?
Yes, you can. If you are mostly focused on static content. You will need .net knowledge when you add dynamic content to the umbraco site. This is accomplished through the use of macros.
I'd advice you to try the pay-as-you-go subscription to Umbraco TV. It's 19 euros a month, and they have more than 150 in-depth video tutorials that will help you get started on using .net with Umbraco.

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.

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?

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.

Joomla of 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
If i look into PHP they have Joomla, although it was initially build for CMS only but currently it is doing much more then that, like it have Shopping Card module, blogging, forums and many more. In short for PHP guy they have Joomla as opensource, which just need a little customization and the side is ready within 3days.
Now what we have in ASP.NET, the most famous opensource here is dotNetNuke but don't support web2.0.
My question here is that what do we have in ASP.NET platform or in other word what is Joomla of ASP.NET.
Best option is DotNetNuke, if you want to go for .Net 2.0 then you can choose older version of DNN and you need to search plugins for that DNN.
Another option is Umbraco CMS. It is also a well known in the community.
There are also third party paid version of CMS which can have functionality that you want.

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