No announcements
Found 1030238 threads
-
0 Votes
Is there a significant performance improvement in async methods of Dapper?
I am planning to change these to async methods of Dappers.Unanswered | 1 Replies | 129 Views | Created by Anonymous - Saturday, October 5, 2019 1:46 PM | Last reply by Anonymous - Saturday, October 5, 2019 4:18 PM -
0 Votes
How to perform dapper-like parameter replacement
I don't know anything about Dapper though so I don't know if it supports such a thing.Answered | 3 Replies | 938 Views | Created by Captain Kernel - Wednesday, April 3, 2019 7:23 PM | Last reply by Captain Kernel - Thursday, April 4, 2019 5:42 PM -
2 Votes
Ping async vs sync, not seeing performance improvement
Here's the updated program I used (although that RunAsync method looks a lot cleaner).Answered | 3 Replies | 10277 Views | Created by Ansssss - Thursday, September 22, 2011 3:52 PM | Last reply by Ansssss - Friday, September 23, 2011 2:16 PM -
4 Votes
Option Strict On improves performance?
http://analystcave.com/excel-improve-vba-performance/Answered | 12 Replies | 1321 Views | Created by YS L - Monday, August 29, 2016 9:29 AM | Last reply by LeonCS - Friday, September 2, 2016 7:26 AM -
0 Votes
To improve performance of listview control
You'll also get a significant boost to performance just by using the BeginUpdate EndUpdate methods, which Ari's post contains.Answered | 7 Replies | 7313 Views | Created by merlinabu - Thursday, July 23, 2009 11:42 AM | Last reply by Yort - Monday, July 27, 2009 3:12 AM -
3 Votes
Does Async await in C# gives performance benefit?
Using async await mechanism.Answered | 9 Replies | 3407 Views | Created by minziw - Thursday, August 15, 2013 10:39 AM | Last reply by minziw - Monday, August 19, 2013 3:01 PM -
0 Votes
performance difference between these two async methods
Performance wise is seems as fast as Code Listing 2.Answered | 3 Replies | 4872 Views | Created by Shiv Kumar - Monday, November 14, 2011 10:01 PM | Last reply by Shiv Kumar - Wednesday, November 16, 2011 7:04 PM -
2 Votes
EF6 performance improvements?
We have made (and we will continue to make) additional performance improvements in successive versions of EF 6.x.Answered | 11 Replies | 6043 Views | Created by Dane Vinson - Wednesday, September 25, 2013 11:11 PM | Last reply by Diego B Vega [MSFT] - Thursday, June 19, 2014 4:57 PM -
0 Votes
Performance Improvement
Ronit, You are correct there are many areas for the performance improvements other than the queries.Answered | 3 Replies | 2612 Views | Created by Ronit Roy - Friday, February 3, 2012 3:28 AM | Last reply by Kalman Toth - Friday, February 3, 2012 7:26 AM -
0 Votes
When a method is Async?
The calling code has no knowledge (and shouldn't have any knowledge) of how that calculation is performed.Answered | 3 Replies | 1063 Views | Created by ComptonAlvaro - Friday, October 20, 2017 3:16 PM | Last reply by Wendy Zang - Tuesday, November 7, 2017 10:10 AM -
2 Votes
Constructor invoke async method
To avoid this you can ensure that your blocking wait is performed on the thread pool by wrapping your code into a delegate passed to Task.Run(..), or by avoiding the ...Answered | 7 Replies | 52443 Views | Created by Damon.Tian - Monday, April 9, 2012 5:17 AM | Last reply by Jon Nehring - Friday, June 21, 2013 3:43 PM -
2 Votes
Web Performance Testing - Improve Performance
Based on your original post, I feel that you want to improve a website’s performance through some changes in recorded web performance test.Answered | 5 Replies | 1087 Views | Created by JasonLai1991 - Tuesday, September 9, 2014 9:52 AM | Last reply by Amanda Zhu - Thursday, September 11, 2014 10:29 AM -
0 Votes
How to improve ADO performance
>So I want to improve the performance.Answered | 1 Replies | 756 Views | Created by chcw - Friday, January 1, 2016 8:18 AM | Last reply by Fred Bao - Monday, January 4, 2016 1:24 AM -
1 Votes
Doing Nothing in Async Methods
Actually, my real preference is an empty async method, as stated previously.Answered | 12 Replies | 29364 Views | Created by Dave Sexton - Thursday, April 19, 2012 4:21 AM | Last reply by Dave Sexton - Monday, April 23, 2012 1:54 PM -
0 Votes
How to improve ADO performance
I think this would have a noticeable performance improvement.Answered | 1 Replies | 1280 Views | Created by chcw - Friday, January 1, 2016 1:49 AM | Last reply by Eric__Zhang - Friday, January 1, 2016 6:58 AM -
1 Votes
What is the significance of declaring a method STDMETHODIMP?
When you are writing a COM server, you normally use STDMETHOD to declare methods exposed to COM and STDMETHODIMP to implement them.Answered | 2 Replies | 17993 Views | Created by Rajesh Kanakarajan - Monday, March 21, 2011 4:55 AM | Last reply by Rajesh Kanakarajan - Friday, March 25, 2011 4:56 AM -
0 Votes
Creating an async method
"If my method uses a class in .Net framework that does not have an async method, is there anything I can do to make ...Answered | 16 Replies | 1508 Views | Created by Arne MN - Monday, May 20, 2013 4:01 PM | Last reply by JohnWein - Tuesday, May 28, 2013 4:04 PM -
0 Votes
Is there not Async methods for CreateDocument ?
@Leonid, do you mean Sync methods?Answered | 2 Replies | 1063 Views | Created by Leonid Ganeline - Friday, November 14, 2014 4:11 AM | Last reply by Leonid Ganeline - Friday, November 14, 2014 6:36 PM -
1 Votes
Opt-In for improved aggregate performance
@Jim - I have already provided the method to do what was mentioned in the video and have proposed it as an answer, please mark it as a reply if it has helped you.Answered | 8 Replies | 948 Views | Created by Jim W Hart - Thursday, October 3, 2019 1:16 AM | Last reply by Shanmuk Aluri - Tuesday, November 5, 2019 4:52 PM -
1 Votes
Improving performance of index column insert
Indexes improve SELECT, INSERT and DELETE performance as well as enforce primary key and unique constraints but add INSERT overhead.Answered | 18 Replies | 4575 Views | Created by rgelfand - Tuesday, August 30, 2011 3:55 PM | Last reply by Seth Lynch - Monday, September 5, 2011 4:31 PM - Items 1 to 20 of 1030238 Next ›
No announcements