No announcements
Found 948681 threads
-
1 Votes
Too many Global Variables
If a variable is globally scoped when it shouldn't be then it is consuming memory when it shouldn't be.Answered | 2 Replies | 1769 Views | Created by Bo Ye - Monday, November 21, 2011 4:18 AM | Last reply by servy42 - Monday, November 21, 2011 7:32 PM -
2 Votes
Global variables
Many thanks!Answered | 9 Replies | 3496 Views | Created by merlin fl - Monday, October 18, 2010 3:08 PM | Last reply by merlin fl - Thursday, October 21, 2010 2:28 PM -
0 Votes
Global Variables
I too was like this when I started of in this forum,but someone pointed it out to me.Answered | 8 Replies | 7866 Views | Created by optimus_prime - Sunday, January 31, 2010 11:40 AM | Last reply by Shimmy Weitzhandler - Saturday, February 6, 2010 6:38 PM -
0 Votes
Global Variables?
You cannot declare global local variables.Answered | 5 Replies | 4674 Views | Created by Select-Help - Tuesday, January 3, 2012 5:47 PM | Last reply by Erland Sommarskog - Tuesday, January 3, 2012 11:18 PM -
6 Votes
Global variable
Hi Wolfgang Many thanks for your solution - it save me a lot of hassle.Answered | 12 Replies | 8960 Views | Created by Billy Kidd - Saturday, July 30, 2011 5:04 AM | Last reply by ITPSB - Thursday, May 17, 2012 2:59 PM -
0 Votes
Global Variable booleans question
An example of which is: class Program { class SettingsClass { public bool Bool1, Bool2, Bool3, Bool4, Bool5, Bool6, Bool7, Bool8, Bool9, Bool10; ...Answered | 7 Replies | 1014 Views | Created by Kathryn Iniguez - Saturday, November 16, 2013 8:48 PM | Last reply by Christopher84 - Sunday, November 17, 2013 5:23 PM -
2 Votes
Global Variable
Hi, Global variables are considered a bad programming practice as they increase dependencies between things.Answered | 5 Replies | 3460 Views | Created by AfCSharpLearner - Sunday, June 28, 2009 7:51 AM | Last reply by Derek Smyth - Monday, June 29, 2009 7:23 AM -
0 Votes
Global variable
Any static variable or class is by definition "global".Answered | 4 Replies | 1036 Views | Created by La07K - Thursday, November 12, 2015 6:37 AM | Last reply by Christopher84 - Thursday, November 12, 2015 11:12 AM -
2 Votes
Global variables
Acamar, I should have mentioned that all of my global variables are indeed declared in a module.Answered | 5 Replies | 632 Views | Created by gwboolean - Wednesday, February 8, 2017 11:07 PM | Last reply by gwboolean - Wednesday, February 8, 2017 11:58 PM -
0 Votes
Global variables
Technically, you don't have any global variables in the code above.Answered | 1 Replies | 1977 Views | Created by BabyBoomer2 - Friday, February 3, 2012 8:48 PM | Last reply by Reed Copsey, Jr - Friday, February 3, 2012 9:10 PM -
0 Votes
How Global variables affect the performance of the application.
However, in a few cases, global variables can be suitable for use.Answered | 5 Replies | 4557 Views | Created by sanjay pakale - Tuesday, October 11, 2011 10:58 AM | Last reply by Allen_MSDN - Wednesday, October 12, 2011 8:13 AM -
0 Votes
Global variable getting corrupted
Hi Sera, Many thanks for your reply!Answered | 2 Replies | 1013 Views | Created by HGG42 - Tuesday, October 11, 2016 9:37 PM | Last reply by HGG42 - Thursday, October 13, 2016 4:37 PM -
0 Votes
Row Count Task and global variable
Sorry, I meant Package variable so I can get to it in other Data Flows (I'm a C# programmer and too used to the word "Global" ...Answered | 7 Replies | 2925 Views | Created by EMKISER - Tuesday, March 19, 2013 2:22 PM | Last reply by Harry Bal - Tuesday, March 19, 2013 3:31 PM -
0 Votes
Global Variables
Hi, You can store variables in static class, and declare variables as public static: using System; using ...Answered | 14 Replies | 2170 Views | Created by amit_kumar - Thursday, September 27, 2012 10:50 AM | Last reply by amit_kumar - Friday, September 28, 2012 4:31 AM -
0 Votes
Global Variable
I understand Global Variables don't Exist, But what is the C# Sharp equivalent of one?Answered | 1 Replies | 4431 Views | Created by Notapipe - Tuesday, October 25, 2011 6:16 AM | Last reply by PaulH79 - Tuesday, October 25, 2011 1:59 PM -
5 Votes
avoiding too many parameters
Don't want to do two edits so new post, instead of ParseTaskInfo you could just have a TaskInfo variable in your Task, then you just need to do: task.TaskInfo = ...Answered | 8 Replies | 7698 Views | Created by dgman - Tuesday, August 11, 2009 2:18 PM | Last reply by dgman - Tuesday, August 11, 2009 5:14 PM -
1 Votes
C# Global Variables
I think generally speaking avoid using global variables at all.Answered | 9 Replies | 4588 Views | Created by TheViewfromtheWest - Thursday, May 21, 2009 5:05 PM | Last reply by David M Morton - Thursday, May 21, 2009 8:04 PM -
3 Votes
Use of Global Variables is bad
Again, protected members aren't global variables.Answered | 19 Replies | 10950 Views | Created by NoEgo - Wednesday, July 15, 2009 4:02 PM | Last reply by Nishant Sivakumar - Wednesday, July 15, 2009 6:23 PM -
0 Votes
Too many entries in the database
Do your best * By the way, there are local forums for most languages, but these are usually much less active then the global interface in English.Answered | 1 Replies | 1070 Views | Created by valmes - Thursday, August 25, 2016 11:44 AM | Last reply by pituach - Friday, August 26, 2016 4:23 PM -
0 Votes
C# Global Variables
I am not on professional IT career, indeed, I don't know many IT terms.Answered | 18 Replies | 2472 Views | Created by VA_er - Tuesday, March 12, 2019 2:52 AM | Last reply by DA924x - Wednesday, March 13, 2019 5:01 AM - Items 1 to 20 of 948681 Next ›
No announcements