Ref keyword is used to send the particular parameter as a reference to the function or subroutine.
In some cases we may want to return value from the function but we don't want to use that variable within the function. We just get back some value, that's all. In these kind of scenarios we may go with 'out' parameter.
The main difference between the two is, before passing ref parameter we must initialize the particular variable. But this kind of initialization is not necessary with 'out' parameter.
Friday, May 16, 2014
Daily interview Question #9: what is the purpose of ref and out parameters in C#?
By
Francis
Posted at
9:00 AM
No comments
Sunday, May 11, 2014
ASP.Net Forums - FAQ #4 : Running ASP.Net website from Home
By
Francis
Posted at
3:20 PM
ASP.Net Forums
1 comment
Here is the next question for a newbie who are wish to run a ASP.Net website from home or going with a hosting company. However, as per my experience I suggest to instead of running website from home, you may prefer a good hosting company. Running a website from home is not a bad idea. But the stuff behind it some what hard. So in this article i am going to highlight what are the stuffs you need to run a website.
Thursday, May 1, 2014
A List of Developer Tools : A Tech blogger must have
By
Francis
Posted at
6:27 PM
Blogging
No comments
I Love Technology blogging. Since the beginning of this blog, I have lot of troubles to write my articles, to show my output of my demo, Convert code from vb.net to C# and vice versa etc. So some useful stuffs and utilities needed for me which simplify my day today blogging activities. In this post, I am going to guide you these kind of useful stuffs.
- Learn By Experience: SMS Gateways
- ASP.Net Forums - FAQ #2 : ASP.Net Project Ideas
- ASP.Net Forums – FAQ #1 : How to enable Adsense in my site?
- Main components of .Net Framework
- ASP.Net Forums–FAQ #6: ASP.Net Session Expired Problem
- How to Send SMS From ASP.Net Web Application?
- Visual Studio Tips & Tricks: 2 – Create Virtual Directory Problem
- Visual Studio Tips & Tricks–10 : How to Change the color theme in Visual Studio 2015?
- CRUD Operation - ASP.Net MVC with ADO.Net
- .Net Architecture