ADO.NET :: Effective Use Of EF
Mar 19, 2011
I'm currently learning about EF because I want to use it in my applications as it seems to be the new recommended appraoch by Microsoft.I see some of the advantages it would offer me but my biggest concern is hitting the database multiple times because I'm still learning the technology as I go. From what I've gathered so far, it would be a good idea for me to continue using stored procedures for several reasons:Because they're compiled, I get the impression that I'll get much better performance if I were to continue using themBy using stored procedures, I would also ensure that I hit the DB once everytime I need something
View 7 Replies
Feb 28, 2011
create effective buttons using c#
View 4 Replies
Apr 5, 2010
I am working on an asp.net web application where I would like to show the user how much
1. Data was downloaded,
2. Time taken to download the page contents and
3. Bandwidth speed (effective)(I guess this will be data downloaded/time taken, if I am wrond please correct me).
that was available to the user when he is downloading a certain page of my application. This info is to be displayed at the status bar.
View 6 Replies
Apr 25, 2010
Are there any apps that can show the final configuration as applied to a particular application directory? What I'm picturing is something along the lines of FireBug's CSS viewer.
Basically, it should show the equivalent single web.config file (as if you only had one), with all the values that apply to the directory in question, with each element (or even attribute) annotated with its source (the real .config file it came from).
deploying applications into foreign environments (eg, customer sites) where they sometimes have strange configs, that add in global includes (eg, they put the include in machine.config, instead of the web.config for that app) or have allowOverride=false, etc.
View 2 Replies
Dec 24, 2010
I have a ReportViewer with a long report and so there are scroll bars on right hand side.
Usually we just can use the scroll wheel on mouse to drag downwards to reveal lower part of the page but I found this wheel is not working when the mouse pointer is over the report.
View 2 Replies