No announcements
Found 3771443 threads
-
0 Votes
auto-implemented properties c#
when you declare an auto implemented property, the compiler automatically generates a private field.Answered | 2 Replies | 3371 Views | Created by coutinhovr - Sunday, June 28, 2009 5:09 AM | Last reply by Ganesh Ranganathan - Bangalore, India - Sunday, June 28, 2009 8:51 AM -
1 Votes
CodeDom and Auto-Implemented Properties
Another poor use of 'var'!Answered | 4 Replies | 10952 Views | Created by Jason Intardonato - Tuesday, October 21, 2008 8:57 PM | Last reply by ctacke - Friday, October 7, 2011 4:53 PM -
1 Votes
Half auto-implemented property?
You have to fully implement it, or use auto-implemented only.Answered | 1 Replies | 4200 Views | Created by Faize - Wednesday, February 9, 2011 9:56 PM | Last reply by Reed Copsey, Jr - Wednesday, February 9, 2011 10:01 PM -
1 Votes
Auto-implemented properties and breakpoints
I am sorry but that's the limitation of the automatically implemented properties for now.Answered | 6 Replies | 8621 Views | Created by incola - Wednesday, January 30, 2008 5:30 PM | Last reply by Chris Nash - Tuesday, January 10, 2012 2:54 PM -
1 Votes
Auto-Implemented Properties
I have a static function to assign values to the property but the property is not static After I fix it, the problem is solvedAnswered | 4 Replies | 2843 Views | Created by winipcfg - Saturday, June 6, 2009 1:30 PM | Last reply by winipcfg - Saturday, June 6, 2009 1:58 PM -
0 Votes
Auto-Implemented Properties c#
If you say it's only for future changing - It doesn't save or server anything- so why no use it fully when it's needed?Answered | 9 Replies | 3580 Views | Created by elad2109 - Tuesday, May 25, 2010 8:53 AM | Last reply by Matthew Watson - Tuesday, May 25, 2010 2:03 PM -
0 Votes
Code Coverage and auto-implemented properties
Hi Paul, Yes, automatic properties are excluded from code coverage as all they do is provide is syntactic sugar.Answered | 1 Replies | 5527 Views | Created by robinsonpr - Wednesday, November 10, 2010 11:36 AM | Last reply by Tom de Koning - Wednesday, November 10, 2010 8:46 PM -
0 Votes
Difference between public auto implemented property and plain property
i agree with Ouch Liu (thanks for that link) also, Martin when you say "If the property function had additional code, then yes, the ...Answered | 4 Replies | 1787 Views | Created by martin douglas ortiz - Wednesday, July 13, 2011 12:58 AM | Last reply by arm_processor - Wednesday, July 13, 2011 2:35 AM -
0 Votes
Is it possible to create dynamic auto implemented properties by using System.Reflection.Emit.PropertyBuilder ?
Dear MASNSN The problem is that in my solution the properties of the ExpandoObject are dynamic as well, i mean if i knew the names or types of the ...Answered | 3 Replies | 3795 Views | Created by Kiarash.Nakhaei - Friday, July 1, 2011 8:34 AM | Last reply by MASNSN - Friday, July 8, 2011 2:30 PM -
1 Votes
Does Auto-Implemented properties creates a new variable internally.
As compiler internally creates a variable to set/get the property value, what is the advantage that we are getting from "Auto-Implemented ...Answered | 5 Replies | 586 Views | Created by Sivasankar Gorantla - Friday, January 15, 2016 1:16 PM | Last reply by DA924 - Friday, January 15, 2016 4:49 PM -
2 Votes
best implementation/usefulness of properties
Properties and methods are two different things.Answered | 2 Replies | 565 Views | Created by Mansi Kumari - Thursday, October 29, 2015 2:24 PM | Last reply by Mansi Kumari - Tuesday, December 15, 2015 1:29 PM -
1 Votes
Interface Implementation (Class property implementing, is internal)
Say that we have the following classes Customer, SpecialCustomer and BadCustomer why would I implement this interface when all of them are actually a kind of ...Answered | 7 Replies | 1816 Views | Created by Phenomin - Wednesday, December 28, 2011 5:29 PM | Last reply by Phenomin - Wednesday, December 28, 2011 9:40 PM -
1 Votes
Manipulating auto generated property
Using this.StartDate and StartDate is the same.Answered | 5 Replies | 3518 Views | Created by hoakey - Wednesday, November 3, 2010 10:31 AM | Last reply by Giorgi Dalakishvili - Wednesday, November 3, 2010 1:48 PM -
13 Votes
When not to use auto-implemented properties.
I use auto implemented properties on a daily basis, usually many times per day.Answered | 11 Replies | 9223 Views | Created by The real Slartibartfast - Thursday, December 13, 2012 2:58 PM | Last reply by servy42 - Friday, December 14, 2012 2:16 PM -
0 Votes
Auto-adjust the height of an implemented PDF as a webpart
Hi Elveria, According to your description, you want the page view web part to auto adjust the height.Answered | 1 Replies | 1004 Views | Created by Elveria - Monday, November 9, 2015 11:13 AM | Last reply by Chris yuri - Wednesday, November 11, 2015 8:57 AM -
0 Votes
How to implement auto complete in drop down (MVC)
Hello, Please give me solution How to implement auto complete in drop down (MVC)Answered | 1 Replies | 1231 Views | Created by Ashish Isotia - Tuesday, May 5, 2015 11:48 AM | Last reply by CoolDadTx - Tuesday, May 5, 2015 2:33 PM -
3 Votes
Use properties inside a class
The only way to do so is with auto-implemented properties.Answered | 12 Replies | 2084 Views | Created by Mini2 - Friday, May 25, 2012 12:22 PM | Last reply by servy42 - Tuesday, May 29, 2012 1:55 PM -
7 Votes
Can I change Auto Shrink property online.
There is something that you should be aware of when changing database settings.Answered | 10 Replies | 1404 Views | Created by Binny Mathew Earalil - Wednesday, October 16, 2013 9:45 AM | Last reply by SQL24 - Thursday, October 17, 2013 3:00 PM -
0 Votes
Code-First: Disabling Property Auto-Mapping
As a work-around, I found that by manually specifying the query to use, I could limit the columns Entity knows about.Answered | 2 Replies | 2724 Views | Created by BenCHK - Tuesday, August 7, 2012 1:17 PM | Last reply by BenCHK - Thursday, August 9, 2012 12:43 PM -
0 Votes
SQL Server Error 9001 and auto close on Property
The problem disappeared right away when I took the database offline and then brought it back online.Answered | 5 Replies | 2238 Views | Created by I90Runner - Monday, June 9, 2014 7:57 PM | Last reply by I90Runner - Monday, June 9, 2014 9:39 PM - Items 1 to 20 of 3771443 Next ›
No announcements