Tagged Questions
-3
votes
0answers
29 views
Unable to update the database using my update method [on hold]
When I run my update method all the fields in the database turn to NULL. I think it has something to do with the (!IsPtback).
How to do I use the (!IsPtback) to stop this from happening?
0
votes
2answers
178 views
Should I retrieve one large set of data to filter or smaller individual sets of data?
I have a company intranet that utilizes a similar set of data across many different pages and many different methods.
Speaking in generalities, is it closer to "best practice" to retrieve a large ...
0
votes
3answers
299 views
Does connection pooling work fine to execute 60 DB queries to load a page?
We use Linq2Sql in an ASP.NET application. Unfortunately the eager-loading in Linq2Sql isn't as powerful as in Entity Framework, so a lot of the data has to be lazy loaded as needed.
Taking ...
5
votes
2answers
285 views
Good architecture for user information on separate databases?
I need to write an API to connect to an existing SQL database. The API will be written in ASP.Net MVC3.
The slight problem is that with existing users of the system, they may have a username on ...
14
votes
1answer
1k views
Does F# offer anything particularly useful for database-driven web development?
My organization finally upgraded to MS Visual Studio 2010 this year. One of the big new features that Visual Studio 2010 offers is the F# programming language.
I understand that F# offers a ...
1
vote
4answers
211 views
Is this a worthwhile course to take?
I currently don't have any qualifications in any form of web development (except an A-Level in ICT). I started working for a web development company 4 years ago and have finally been given the chance ...
9
votes
6answers
727 views
What kind of Web development projects benefit from using ORM?
I'll start by saying that I've done 95% of my database work using SQL. Recently, I did some investigation of various ORMs, such as NHibernate and Doctrine.
I can see the advantages of not needing to ...