Login
Discover
Waves
Decks
Plus
Login
Signup
darko-l
@darko-l
37
Followers
127
Following
6
Resource Credits
Available
Used
Created
March 12, 2018
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
darko-l
csharp
2018-05-26 19:53
Daily C# - (#4) – Multiple References to the Same Object
If you assign a variable that points to a reference type to another variable of the same type, both variables end up pointing to the same object in memory. This means that changing the contents of the
$ 0.000
0
4
darko-l
csharp
2018-05-24 22:45
Daily C# - (#3) – Objects Are Instantiated on the Heap
When you instantiate a reference type using the new operator, you are creating a new instance of that type. The object is created on what’s known as the managed heap. In other words, memory is allocated
$ 0.000
0
darko-l
charp
2018-05-23 18:23
Daily C# - (#2) – Composite Format Strings in C#
When working with C#, you’ll often want to create a string that is composed of some combination of static text and substituted variable values. You do this by specifying a format string that contains a
$ 0.000
0
darko-l
csharp
2018-05-22 22:19
Daily C# - (#1) – What the Main() Signature Looks Like
C# was developed by Microsoft, as part of the .NET initiative, around the year 2000. The main designer and architect for the language was Anders Hjelsberg. Now let's start... The standard entry point for
$ 0.000
0