4 items tagged “dotnet”
2013
How can you assign routes for a website in a .net environment?
You’ll have a much easier time of it if you use paths that start at the root rather than relative paths, eg <a href="/foo/bar/"> instead of <a href="../bar/">
[... 46 words]2010
Is there any quantified proof that .NET or others Microsoft technologies are not good for web startups?
How can you “prove” such a thing? You can disprove the statement that “.NET is no good for web startups” by pointing to examples such as Stack Overflow.
[... 51 words]2008
IronPython, MS SQL, and PEP 249. How Dino Viehland got Django’s ORM to talk to the .NET database layer.
2007
A CouchDB GUI front end. Written in C# and .NET. It looks like writing frontends for CouchDB could make an excellent project for learning a new GUI environment.