Hello all,
My company is tossing around the idea of adding a blog-like service to the services we already offer our clients. As I am the web designer/developer, I am getting a head start researching information on this in the event they decide to go through (and that way I can offer some insight and get some extra bonus points with management). Does anyone know of any development books that discuss how to design one using ASP.NET 2.0 (language does not matter as I know both VB.NET and C#), or better yet one that discusses the best practices for developing an online community type website, since that is what we have now (although woefully inefficient as the site design is amateurish and the technology we use is over 10 years old)?
As an aside, what would be the drawback to using SQL Server 2k5 Express to power the site? It does get some pretty heavy traffic right now, but we are currently using Foxpro 2.6 for the back-end.. I really do not want to use that dinosaur if I can avoid it, and as SQL 2k5 Express is free (company does not want to spend any money) I could possibly try to sell using that. Want to make sure of any potential issues, however, first. I understand SQL Express only allows 4 GB in a database.. which might or might not be a problem since our client information alone is around 12GB (contained in over 800 seperate Foxpro 2.6 .DBF files; I hate to think how many DBFs are floating around the entire company.. actually I just checked because I was curious: Altogether there are almost 15,000 DBF files!! ), but I suppose I could use SQL Express just for the blog entries and such since the company will not spend any money.
Any advice or suggestions is very much appreciated.