No announcements
Found 1839858 threads
-
0 Votes
Defining options in Startup.ConfigureServices() vs Configure() methods
However I don't get why there is option to configure CORS in both ConfigureServices() as well as Configure().Answered | 3 Replies | 970 Views | Created by Anonymous - Friday, May 28, 2021 12:25 PM | Last reply by Anonymous - Friday, May 28, 2021 6:03 PM -
0 Votes
user defined class and static methods
Please read this article to know more about the static class and static members http://msdn.microsoft.com/en-us/library/79b3xss3(v=vs.80).aspx With Thanks and ...Answered | 3 Replies | 1488 Views | Created by Shadab Hashmi - Wednesday, October 17, 2012 5:58 PM | Last reply by Sambath Raj.C - Wednesday, October 17, 2012 6:48 PM -
0 Votes
How to Define method in DataContract class
Just add methods.Answered | 3 Replies | 4994 Views | Created by ronili2 - Sunday, April 3, 2011 7:34 AM | Last reply by E-Jedi - Sunday, April 3, 2011 5:17 PM -
0 Votes
ICompletionSession.Filter Method Options?
Then produce a custom completion set that overrides the Filter/SelectBestmatch/Recalculate methods.Answered | 1 Replies | 5475 Views | Created by johnpaul76 - Tuesday, August 31, 2010 4:15 AM | Last reply by Ed Dore - Monday, October 4, 2010 10:02 PM -
0 Votes
Passing a user defined method as an argument to a method
You can use the delegate to pass in a function pointer to a method.Answered | 3 Replies | 2881 Views | Created by Potreaux - Thursday, April 22, 2010 9:53 AM | Last reply by HamAndFig - Thursday, April 22, 2010 9:16 PM -
1 Votes
Define a component to Debug vs Release
Actually, the preferred method is to deploy the same binaries across all environment.Answered | 7 Replies | 889 Views | Created by Laserdaniel - Monday, September 28, 2015 5:13 PM | Last reply by Laserdaniel - Monday, October 19, 2015 11:14 AM -
1 Votes
Configuration Manager vs Platform Target
It doesn't make much sense but's it perfectly ok with VS 2010 to have a project built using the win32 configuration that targets a 64 bit OS.Answered | 3 Replies | 5629 Views | Created by Brian (work) - Thursday, March 22, 2012 7:41 PM | Last reply by Brian (work) - Monday, March 26, 2012 12:42 PM -
0 Votes
xQuery method SET options?
To use XQuery, the followong SET options must be in effect: ANSI_NULLS, ANSI_WARNINGS, ANSI_PADDING, QUOTED_IDENTIFIER, CONCAT_NULL_YIELDS_NULL.Answered | 3 Replies | 1155 Views | Created by Michael J Brooks - Wednesday, October 8, 2014 11:38 AM | Last reply by Visakh16 - Wednesday, October 8, 2014 12:27 PM -
1 Votes
How to define contract for abstract methods?
How can I define a contract for the abstract GetSubscriptions method in the following example, except by introducing an interface and defining the contract on that?Answered | 1 Replies | 4915 Views | Created by Morten Mertner - Friday, April 8, 2011 3:26 PM | Last reply by Alex Rønne Petersen - Saturday, April 9, 2011 10:57 AM -
5 Votes
Defining the configuration properties of a custom endpoint behavior for WCF
Hi Lieven, I think SSO is the best out of the box option given by Biztalk to achieve this..Answered | 7 Replies | 2403 Views | Created by Lieven De Moor - Monday, August 22, 2016 12:56 PM | Last reply by SMSVikasK - Tuesday, August 23, 2016 6:43 AM -
0 Votes
/CLR option in VS 2008
There is a perfectly valid native version called DATE which is meant to be used with ATL projects.Answered | 4 Replies | 2082 Views | Created by Prash05 - Tuesday, November 20, 2012 3:35 AM | Last reply by Brian Muth - Tuesday, November 20, 2012 3:43 PM -
3 Votes
How to call method with optional parameters?
The only way to skip an optional parameter is to use named parameters.Answered | 3 Replies | 2240 Views | Created by Rizwan Qamar - Thursday, August 18, 2011 9:49 AM | Last reply by GreatVolk - Thursday, August 18, 2011 10:33 AM -
3 Votes
Adding an optional parameter to User Defined Function
Funny though--they're not really optional parameters but rather optional parameter values ...Answered | 3 Replies | 36758 Views | Created by Dhanuka999 - Friday, May 22, 2009 10:16 AM | Last reply by Eric Kramer - Thursday, July 28, 2011 1:40 PM -
1 Votes
Unable to get package configuration option in .dtsx file.
Choose the configuration property and click on the elipsis button.Answered | 4 Replies | 1236 Views | Created by BhaSandy - Wednesday, May 28, 2014 11:09 AM | Last reply by Mike Yin - Tuesday, June 3, 2014 9:11 AM -
0 Votes
Dynamic analysis of the contracts defined on a method by an invoking application.
Is there a way for an external application to discover and enumerate the contracts defined on a class/method/property dynamically at runtime?Answered | 1 Replies | 4825 Views | Created by McLellan - Friday, March 6, 2009 11:04 PM | Last reply by Manuel Fahndrich - Sunday, March 8, 2009 6:56 PM -
1 Votes
"Configuration system failed to initialize" - Search option
Options -> Help -> Online and selected 'Try local only, not online'.Answered | 17 Replies | 9878 Views | Created by Maximusdm - Monday, January 8, 2007 7:17 PM | Last reply by Jason Spelts - Wednesday, June 1, 2011 3:09 PM -
0 Votes
Partial Methods in VS 2005
Hello all , I am using VS 2005 .I have installed LINQ Preview 2006 on top of dot net 2.0.Answered | 1 Replies | 3361 Views | Created by samba2006 - Friday, August 22, 2008 11:13 AM | Last reply by Marc Gravell - Friday, August 22, 2008 11:33 AM -
1 Votes
DEFINE CLASS
In addition, session has only a view Properties and methods as it is created to hold a datasession.Answered | 2 Replies | 3583 Views | Created by DevNC - Wednesday, July 7, 2010 11:58 AM | Last reply by Tom Borgmann - Wednesday, July 7, 2010 1:03 PM -
2 Votes
Defined configuration issue when deploying a multi project solution
Deploying from the VS IDE will deploy all project dependencies.Answered | 7 Replies | 3881 Views | Created by Antoine F - Tuesday, February 9, 2010 10:15 PM | Last reply by Antoine F - Friday, February 19, 2010 3:35 PM -
0 Votes
Stored Procedure vs User Defined Function
Check also this good post by Pinal Dave http://blog.sqlauthority.com/2007/05/29/sql-server-user-defined-functions-udf-limitations/ For every expert, there is an ...Answered | 6 Replies | 12799 Views | Created by ashish.deshpande - Thursday, October 13, 2011 8:24 AM | Last reply by Naomi N - Friday, October 14, 2011 6:51 PM - Items 1 to 20 of 1839858 Next ›
No announcements