Talk:Fully qualified name

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Untitled[edit]

Give example on how to use :: in C++.

I did a complete rewrite EvanCarroll 19:24, 31 May 2007 (UTC)[reply]

Merging with Fully Qualified {Path|File} Name[edit]

Merging the contents of Fully_qualified_file_name and Fully_qualified_path_name into this article, and moving the existing contents into a section "Fully Qualified Class Name" is definitely a good idea. Jim no.6 (talk) 16:39, 9 December 2011 (UTC)[reply]

It is definitely a bad idea. FQFN and FQDN should remain separated. My counter-proposal: do nothing. We already have a WP:CONCEPTDAB article, and if more FQxN articles on specific applications were required, then Wikipedia would create it. Incnis Mrsi (talk) 06:27, 15 May 2012 (UTC)[reply]
What about renaming this article to "Fully qualified class name" and making this "Fully qualified name" a disamb? Frap (talk) 09:01, 15 May 2012 (UTC)[reply]

Concerns[edit]

I fixed the talk page redirect and duplicate text in the article. Does the article give clear examples? One example of a fully qualified name in Java is:

//not fully qualified
import java.util.Scanner;
Scanner userInput = new Scanner(System.in);

vs.

//fully qualified
java.util.Scanner userInput = new java.util.Scanner(System.in)

Thanks --NoToleranceForIntolerance (talk) 20:43, 18 May 2017 (UTC)[reply]

Namespace in C#[edit]

Hello,

Welcome to c-sharptutorial.com. I am Shahzad Aslam. I am the founder of c-sharptutorial.com. I'm currently living near Islamabad. I did my BSCS in 2010. I have 13 years of experience in Dot Net and its supporting technologies. I like playing games, especially playing cricket. At the time of my career, whenever I was working on my computer, I had a feeling of a lack of neat, clean tutorials on the internet. Mostly, the tutorials I read were congested. Whenever I open a tutorial about a specific topic, it always has a lot of congested content. I often think there should be websites that do have more clear and easily readable content, and many times, when I searched for a topic on the internet, it was not found on the internet. At that time, I was thinking that there should be a website that covers topics that I did not find on the Internet. So, to accomplish this dream, I set up the foundation of c-sharptutorial.com. In c-sharptutorial.com I have written an article about namespace in C#. Please add this tutorial link in your article of Wikipedia.



Namespace in C#

Sincerely

Shahzad Aslam ShahzadCSharp (talk) 10:18, 2 March 2024 (UTC)[reply]