By tag: Parameters
0
kicks
C# Passing Parameters By Value & By Reference
This articles explains in concise, clear language (geared towards the beginner) how C# passes parameters by value and by reference. Other articles, although well written, were not targeted for the beginner, who may not understand terms like "reference to" or what the "new" keywo...
0
kicks
Parameters in C# – Part 2
Parameters in C#, the Part 2 of this article series will discuss on reference types and will help us to clear some of the confusions we have around this
0
kicks
Parameters in C#(For both beginners & experts) – Part 1
This series of article will help us to understand the basics of variables and parameters in C#. Parameters in C# - Part 1, we will understand how the variables are stored and handled in .Net environment.
0
kicks
URL parameters in ClickOnce applications
Some time ago, when I wrote the blog post importer for BlogEngine.NET, I wanted to be able to display different text in the ClickOnce application dependant on the user opening it directly from a web page. I did some digging and found out that ClickOnce supports query strings just like a website.