Search Results

0
votes

.net multilingual cms

1 more vote for Umbraco. Depends on what you are used to, but is one of the nicest CMS I've used, and have found it pretty easy to add my own user controls to it. Apparently supports mu …
2
votes

Examples for coding against the PayPal API in .NET 2.0+?

Found this article by Rick Strahl recently http://www.west-wind.com/presentations/PayPalInteg …
0
votes

Ping always succeeds, cant easily check uptime using ping on a url

Don't directly know of any off the shelf options in c#, although I'd be very suprised if there aren't a few available. I wrote something similar a few years ago, don't have the code anymo …
1
vote

How do I send bulk mail to my users in a generic fashion?

As mentioned by tvanfosson, is not that hard to roll your own with regexs or just string.Replace, one addition to that is to set up what are sometimes known as "slugs", for when some fields are emp …
5
votes

How to Include Multiple Javascript Files in .NET (Like they do in rails)

Also have a look at this article on codeproject: http://www.codeproject.com/KB/aspnet/HttpCombine.aspx …
5
votes

Anyone uses ASP .NET Membership?

Yes. Have used it quite a lot, and it will save you a lot of work. There are some pain points like changing usernames, and administrative reset of passwords, that clients will often ask …
0
votes

Test for a syntactically correct path

You might be able to use System.IO.Path and the GetInvalidPathChars() function? …
0
votes

Declare a generic type instance dynamically

Pretty sure you can do that, they don't have to be fixed at compile time like templates in c++. An example that is similar here: …
2
votes

What is the best alternative IDE to Visual Studio 2008

As far as .net languages go, VS is hard to beat. I have used SharpDevelop before for .net, and is overall pretty good. For other languages like Java, Eclipse is really good, as w …
2
votes

What are some large .NET projects with source code?

http://www.codeplex.com/ - take your pick …