starter-kits

ASP.NET Themes samples/starter kits

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)? ...

ASP.NET sample applications

anyone know of some well written (but not too complex) ASP.NET web applications/websites that i could download from code.google.com or something? i just want to peek at how some other projects look to get some ideas for how to structure my project before it goes live. many thanks. ...

Can I create a visual studio 2008 starter kit that is based on a solution file with multiple projects

I have successfully managed to create Visual Studio starter kits in the past, however as far as I am aware they can only be made at the project level. I have a solution that contains multiple projects that I want to distribute throughout an organisation for several software projects. The starter kit that I want to make is at the soluti...

Downloading the SubSonic Starter Kit

Here's an easy one for you... perhaps. The SubSonic Starter Kit that is discussed on the SubSonicProject Site, is MIA. All links to DL it point to the now defunct CodePlex project. There appears to be no such DL on the Google Project Site. 10 bucks to the first person who can tell be where I can get the bits. Well, maybe not 10 buck...

jQuery/ jQueryUI plug-in tutorial

Hi, I've got a Javascript UI component I wrote near a year ago, I've just taken another look at it and, to be frank, it could do with a re-write to make it nice and generic. The implementation uses jQuery 1.2.6 (or higher) and (currently) makes use of some calls to a server side component to get some data...it's basically a glorified t...

Multi Language Starter Templates

I'm currently working through some code katas in multiple languages (Ruby, Perl, Python)/frameworks (Rails, Django, Mojo). It seems every time I start a new project from scratch I end up tweaking files to my liking, even after using things like newgem, module-starter, script/generate, startapp, etc. For those who program in many differe...

Good ways to start an application in ASP.NET MVC

When you start creating an application or site in ASP.NET MVC, what do you do before typing in that first line of code? I'm personally fond of creating a new ASP.NET MVC Web Application project and then cleaning out controllers/views until I have what is essentially a blank project (i.e. it runs but doesn't offer functionality). Then I...

ASP.net error message when using REST starter kit

Hi all, I've written some code using the REST starter kit and it works fine on my development machine. However, when I upload it to our server the page gives me the following error message... CS1684: Warning as Error: Reference to type 'System.Runtime.Serialization.Json.DataContractJsonSerializer' claims it is defined in 'c:\WINNT\a...

Is the WCF REST Starter Kit dead in the water... now?

Looking at an older stackoverflow post (back in June 2009, http://stackoverflow.com/questions/1006309/is-the-wcf-rest-starter-kit-dead-in-the-water), a Microsoft employee said they were pretty close to releasing the next version of the Starter Kit. That was a looong time ago and... they haven't released one. So I'm asking again, Micros...

WCF REST Starter Kit not filling base class members on POST

I have a WCF REST Starter Kit service. The type handled by the service is a subclass of a base class. For POST requests, the base class members are not correctly populated. The class hierarchy looks like this: [DataContract] public class BaseTreeItem { [DataMember] public String Id { get; set; } [DataMember] public St...

Any starter-kits/open source support center implementations out there?

I'd like to implement a product support site in ASP.NET that will contain at least a forum and a knowledge base(FAQs). Could you recommend some good starting points? Thanks ...