Recommend a source for ASP.NET templates? [closed] - asp.net

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am going to build a basic small business site for myself and would like to get a head start with a quality ASP.NET template and don't mind purchasing one.
Can you recommend a reputable site I might check out for this?

not specifically asp.net but http://www.themeforest.net have some good themes which could easily be used in asp.net

I think you would need to know what exactly you are going to do. If you are just after a web page template then look at a css web page template
If you are planning to have some sort of specific functionality and interactivity then how about Kentico which is a CMS system.
Failing that, there are a good few choices if you download the Microsoft Web Platform Installer
Regards,
Dom

Although Wordpress is used more for blogging and not asp.net, I like the aesthetics of its available themes and you can easily port them an asp.net:
http://wordpress.org/extend/themes/
Not a template site, but this gave me ideas and inspiration:
http://ecommercegallery.com/

Related

When to use Umbraco? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am a asp.net webforms developer (have 4 years of expirience), and have some expirience with MVC and razor engine + normal front end like jquery/templating and so on. Im used to build sites up from scratch. Yesterday ive got an idea to learn one of the CMS systems which everybody talks about. I chose Umbraco to be the system of my choice. Ive lerned some basics like templating, document types, content handling and so on.
Right now i really dont see when i should use umbraco and when to use plain asp.net webforms/MVC to build a website.
Can anybody explain me what is it that make umbraco so good that alot of people use it? The only thing i can see is that it makes some clear structure of a webpage.
As with all other Content Management Systems (CMS), they are build for the end-users to manage the content of their website in an easy way without the need of understanding, html, php or other programming languages.
Besides this, Umbraco is a powerful and flexible CMS build on the ASP.NET Framework and it is free and open-source.

Symfony2 and flat PHP CMS [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've got a CMS which I have been building over the last couple of years which is pretty big and does what the website needs perfectly. I'm about to re-build the frontend of the website using Symfony2 and was just looking for re-assurance that I could use my existing CMS which has no Symfony2 components and is pretty much flat PHP with a Symfony2 frontend? I will probably even put the CMS on a subdomain of the website so the website files will be completely separate but would obviously share the same database.
Yes, there's no reason why you wouldn't be able to do this. You'd want to be careful of things such as result caching though as values may be updated in a completely separate system that wouldn't invalidate the cache.
Have you considered just using Silex instead if this is just for the frontend? It's much more lightweight so should provide better performance.

Free ASP.net tool for scheduling [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need Free tools for scheduling tasks in ASP. Net C#.
I tried with ASP. Net Calendar control, But it's not too flexible to handle all the aspects of requirements. Say Calender events based on Users, Based on some external types, etc. May be I need to learn some sort of AJAX before doing the experiment with Calender control.
Before that, Is there any free tools available? So I can plug-in that directly with little modification or configuration?
Thanks in advance :)
Use DayPilot Lite. DayPilot Lite is an open-source version of DayPilot. It is helping thousands of users to build calendar, personal scheduling, and resource booking applications.

Best ASP.NET Websites for Sample Code / Code Projects [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am new to .NET development.
Would you please let me know few best ASP.NET Websites for Sample Code / Code Projects?
Thank you & Regards.
Shravya.
http://www.codeplex.com
CodePlex is Microsoft's open source project hosting web site. It contains a myriad of projects or varying degrees of quality. Checkout the "most downloaded" as those projects are the more popular ones.
http://www.codeproject.com/ is a good wesite. You can also take a look at the tutorials on http://asp.net
http://www.xpode.com
Site having articles and examples
I think this site is one of the best resources there is. Most questions here either have a code example in the answer or point to a useful code example.
the best enterprise web application would have to be DotNetNuke (DNN)
I have used it for years while at the New York Stock Exchange. Its an open source project that is maintained by a core set of developers and is a platform for Microsoft to showcase its latest and greatest .net technologies/ techniques such as all the various roles/ membership providers... unlike the rest of the answers here this is a single (big) application you can debug and learn a lot from and not a slew of mini projects or code sample... this will actually show you how to build a very scalable asp.net site for use in the real world.
you can download it here for free: http://www.dotnetnuke.com/
there is also a forum where you can post questions.
the big plus is all the modules (asp.net user controls) you can buy or build to use in your DNN websites.

drupal file sharing [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am finding a drupal module to enable file sharing between users, somebody know someone???
I've been investigating the same thing, and there are a number of options, based on your requirements:
You can use node attachments, as described above.
You can use the FileField module, which would give finer grain permissions.
You can use the WebFM module for a more file-system oriented approach.
Or, you can go whole-hog to a document management system and integrate KnowledgeTree or Alfresco.
I think I'm leaning toward FileField for simplicity, although I've thought hard about going full DMS.
You'll want to have a look at the /admin/settings/file-system page and then enable the Upload core module (/admin/build/modules) I assume, otherwise, you'll need to clarify your question.
Drupal is not the application for p2p sharing.

Resources