2

I was wondering if there was somewhere I could get some starter kit / theme sample for ASP.NET.

I am not a designer, but I need to build a prototype for a project, and if I do it myself it'll certainly be awful

Do you know where I could find that (ASP.NET specific)?

juan
  • 80,295
  • 52
  • 162
  • 195

5 Answers5

2

Check http://asp.net. There are quite a few starter kits and sample projects there. (http://www.asp.net/community/projects/)

Franci Penov
  • 74,861
  • 18
  • 132
  • 169
2

Do you mean templates for a website? If so, that is nothing to do with ASP.NET, There are loads of places to get decent free website templates including:

If you are after ASP.NET code snippets & samples, try:

What specifically is your project concerned with?

CJM
  • 11,908
  • 20
  • 77
  • 115
  • The platform does matter some. Many of these free templates are for Wordpress or similar blogging sites. The class names and everything at tailored to the platforms. I know ASP.NET pages don't have any inherent structure to them, but it'd be nice if there were some sample ASP.NET master pages and matching themes that can make a blog or a business application project look nice from the start instead of the underwhelming blandness we all usually make that betrays the awesome functionality displayed. – Jason Kleban Jul 16 '13 at 16:46
  • ... ASP.NET applications don't as often lend themselves, in my opinion, to blog-like sites. Instead it's often used for those business applications which should have a greater information density than the airy blog templates. – Jason Kleban Jul 16 '13 at 16:52
2

What you're looking for is here. Asp.net specific design templates from msdn.

Gökhan Ercan
  • 158
  • 1
  • 6
1

you can check latest Employee Info Starter Kit ASP.NET project template, which utilized some great css and jQuery frameworks and integrated with ASP.NET server controls.

Ashraf Alam
  • 3,500
  • 32
  • 31
-2

I advice to check ASP.NET Iteration Zero: http://aspnetzero.com/

It's a professional starter kit based on a strong framework and UI. It includes role and membership management and much more. You can create a demo to see it in action easily.

hikalkan
  • 2,234
  • 15
  • 17