readonly issue
Mon, 6 Oct 2008 12:05:39 -0700 (PDT)
When I create a reference type as readonly, can I modify its internals
but not resassing?
class A
{
private int _x;
public int X
{
get; set;
}
}
public static void Main(string [] args){
readonly A a=new A();;
A b=new A();
a.X=5; //is this allowed?
a=b; // is this ...
|
Re: Will .NET app run on Mac OS ?
Mon, 06 Oct 2008 11:30:24 -0700
Jules... VMs run well on newer Intel based Macs. For instance, I can
dual boot
directly to Mac or Vista on my desktop. My Vista installation is on its
own hard
drive (One of four hard drives. Two are running OSX as mirrored RAID.
One is
dedicated automated backup and one is Vista). OR I can run the same
V ...
|
postfix and prefix
Mon, 6 Oct 2008 11:01:31 -0700 (PDT)
How can we implement operator ++ as postfix in prefix?
thanks ...
|
static method inheritance
Mon, 6 Oct 2008 11:00:47 -0700 (PDT)
Are static method inheritable under csharp rules, if so how can they
be used? Can they be virtual?
They reason I am asking is because operators are static, and I don't
understand how can we apply operators to base and derive classes
simultaneously? ...
|
Looping through multiple enumerations
Mon, 6 Oct 2008 10:52:06 -0700
I'd like to create a list of enumerated types, and then loop through each of
those types to perform a standard operation on each. The following sample
gives an idea of what I'd like to accomplish, but it doesn't work and I don't
know the correct way to do this. Is this possible? If so, what should each
of ...
|
DataGridView
Mon, 6 Oct 2008 10:38:13 -0700
Hi,
Lets Say i have 10 Rows in a GridView
and i have lots of open space on the window
another words the grid does not file my window with a grid empty rows..
How to if Fill the area when there are not enough rows to cover the canvas
area..
example:
window canvas is grey....
Datagridview is White
if i ...
|
Confused about generics ...
Mon, 6 Oct 2008 10:06:22 -0700 (PDT)
Hello,
I have the following method:
public static IEnumerable GetRoles(CultureInfo culture, bool open)
{
switch (culture.TwoLetterISOLanguageName.ToLower()) {
case "en":
return new[] {
new { Name = Role.Administrator, Description =
"Administrador", open = false },
...
|
|
|
AIR Jordan Fusions 13 NIKE Jordan Fusion 14 AIR Jordans 15Nike Jordan
Mon, 6 Oct 2008 09:49:04 -0700 (PDT)
shoes on
AIR Jordan 1 (paypal payment)(www.youtetrade.com )
AIR Jordan 2
AIR Jordan 3
AIR Jordan 4
AIR Jordan 5 (paypal payment)(www.youtetrade.com )
AIR Jordan 6 Rings
AIR Jordan 6
AIR Jordan 7
AIR Jordan 8
AIR Jordan 9 (paypal payment)(www.youtetrade.com )
AIR Jordan 10
AIR Jordan 11
AIR Jordan 12
A ...
|
AIR Jordan Fusions 13 NIKE Jordan Fusion 14 AIR Jordans 15Nike Jordan
Mon, 6 Oct 2008 09:48:54 -0700 (PDT)
shoes on
AIR Jordan 1 (paypal payment)(www.youtetrade.com )
AIR Jordan 2
AIR Jordan 3
AIR Jordan 4
AIR Jordan 5 (paypal payment)(www.youtetrade.com )
AIR Jordan 6 Rings
AIR Jordan 6
AIR Jordan 7
AIR Jordan 8
AIR Jordan 9 (paypal payment)(www.youtetrade.com )
AIR Jordan 10
AIR Jordan 11
AIR Jordan 12
A ...
|
Control application for a windows service (best practice)
Mon, 6 Oct 2008 09:10:27 -0700 (PDT)
How can i interact with a windows service written in c#?
i'm developing a software that monitor file creation activity, it does
work well.. it "logs" all my events and executes custom actions on
file creation.
How can i create a windows form application that interacts with my
service and let me see "real ti ...
|