C# ini files

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Hi all,

New to C#. I read somewhere that in .net we can now use assemblies
instead of .ini files is that correct? If so, can you share some
thoughts and possibly links?

Thanks in advance,

Ben
 
Hi all,

New to C#. I read somewhere that in .net we can now use assemblies
instead of .ini files is that correct? If so, can you share some
thoughts and possibly links?

If the best you can do is "I read somewhere", then it's not a reference
worth worrying about. Never mind could anyone here possibly comment on it.

As far as the question goes, an assembly and a .ini file are two
completely different things. An assembly is more comparable to files with
executable code, such as .obj, .lib, .dll, and .exe, and of course none of
those were ever usable instead of .ini files either.

So, the short answer to your question is, "no, that's not correct".

Pete
 
| |
| [please don't top-post]
|
| >>> New to C#. I read somewhere that in .net we can now use assemblies
| >>> instead of .ini files is that correct? If so, can you share some
| >>> thoughts and possibly links?
| >>
| >> http://www.lmgtfy.com/?q="C#"+"ini+files"
| >
| > The link doesn't work.
|
| Yes it does - see the other replies...
|
|
| --
| Mark Rae
| ASP.NET MVP
| http://www.markrae.net
|

Umm Mark, does the link present a kind of Google looking page that, types in "C#"
"ini files" in the proposed Google search box, then presents a whole list of
links? Or did I just get infected? Redirected? Hijacked? Drive By'ed? Nothing
happened other than what I saw?

Thanks.
 
Back
Top