Home All Groups Group Topic Archive Search About
Author
4 Mar 2007 2:07 AM
nkw
I heard a lot of people talking about "V sharp" today? It sounds a Visual
studio plugins? I cannot find any information on the web. What it is? Where
to download?

Author
4 Mar 2007 6:10 PM
Scott M.
That's C# (See Sharp), not V#.


Show quote
"nkw" <n**@discussions.microsoft.com> wrote in message
news:92729339-9BC2-49C9-875A-FBE82F47A0FE@microsoft.com...
>I heard a lot of people talking about "V sharp" today? It sounds a Visual
> studio plugins? I cannot find any information on the web. What it is?
> Where
> to download?
Author
4 Mar 2007 6:33 PM
nick nkw
No it's not C#. In fact, I heard of it on MS codeCamp. Several speaker
mentioned of it. One speaker even did a poll asked how many people installed
"V#/V Sharp" and almost all people raised their hands.

Show quote
"Scott M." <s-mar@nospam.nospam> wrote in message
news:#3CtQhoXHHA.4008@TK2MSFTNGP05.phx.gbl...
> That's C# (See Sharp), not V#.
>
>
> "nkw" <n**@discussions.microsoft.com> wrote in message
> news:92729339-9BC2-49C9-875A-FBE82F47A0FE@microsoft.com...
>>I heard a lot of people talking about "V sharp" today? It sounds a Visual
>> studio plugins? I cannot find any information on the web. What it is?
>> Where
>> to download?
>
>
Author
4 Mar 2007 6:56 PM
Scott M.
Well, it's not something that I've ever heard of and it sounds suspicious
that Google returns no results on it and yet so many people claim to have it
installed.


Show quote
"nick nkw" <nick.y.w***@hotmail.com> wrote in message
news:39106584-A283-4F1E-A069-BAA5B80AF8CA@microsoft.com...
> No it's not C#. In fact, I heard of it on MS codeCamp. Several speaker
> mentioned of it. One speaker even did a poll asked how many people
> installed "V#/V Sharp" and almost all people raised their hands.
>
> "Scott M." <s-mar@nospam.nospam> wrote in message
> news:#3CtQhoXHHA.4008@TK2MSFTNGP05.phx.gbl...
>> That's C# (See Sharp), not V#.
>>
>>
>> "nkw" <n**@discussions.microsoft.com> wrote in message
>> news:92729339-9BC2-49C9-875A-FBE82F47A0FE@microsoft.com...
>>>I heard a lot of people talking about "V sharp" today? It sounds a Visual
>>> studio plugins? I cannot find any information on the web. What it is?
>>> Where
>>> to download?
>>
>>
Author
4 Mar 2007 7:05 PM
nick nkw
Yes, I thought I will google it out so I didn't ask what it is.
I thought they may main testdriven.net...

Show quote
"Scott M." <s-mar@nospam.nospam> wrote in message
news:#opqs6oXHHA.4232@TK2MSFTNGP05.phx.gbl...
> Well, it's not something that I've ever heard of and it sounds suspicious
> that Google returns no results on it and yet so many people claim to have
> it installed.
>
>
> "nick nkw" <nick.y.w***@hotmail.com> wrote in message
> news:39106584-A283-4F1E-A069-BAA5B80AF8CA@microsoft.com...
>> No it's not C#. In fact, I heard of it on MS codeCamp. Several speaker
>> mentioned of it. One speaker even did a poll asked how many people
>> installed "V#/V Sharp" and almost all people raised their hands.
>>
>> "Scott M." <s-mar@nospam.nospam> wrote in message
>> news:#3CtQhoXHHA.4008@TK2MSFTNGP05.phx.gbl...
>>> That's C# (See Sharp), not V#.
>>>
>>>
>>> "nkw" <n**@discussions.microsoft.com> wrote in message
>>> news:92729339-9BC2-49C9-875A-FBE82F47A0FE@microsoft.com...
>>>>I heard a lot of people talking about "V sharp" today? It sounds a
>>>>Visual
>>>> studio plugins? I cannot find any information on the web. What it is?
>>>> Where
>>>> to download?
>>>
>>>
>
>
Author
4 Mar 2007 10:22 PM
Göran_Andersson
Never heard of it. Are you sure that you haven't misheard it?

A search for "vsharp" on MSDN revealed only one single occurance in a
forum thread:
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=67630&SiteID=1
And I think that's a typo.

nick nkw wrote:
Show quote
> No it's not C#. In fact, I heard of it on MS codeCamp. Several speaker
> mentioned of it. One speaker even did a poll asked how many people
> installed "V#/V Sharp" and almost all people raised their hands.
>
> "Scott M." <s-mar@nospam.nospam> wrote in message
> news:#3CtQhoXHHA.4008@TK2MSFTNGP05.phx.gbl...
>> That's C# (See Sharp), not V#.
>>
>>
>> "nkw" <n**@discussions.microsoft.com> wrote in message
>> news:92729339-9BC2-49C9-875A-FBE82F47A0FE@microsoft.com...
>>> I heard a lot of people talking about "V sharp" today? It sounds a
>>> Visual
>>> studio plugins? I cannot find any information on the web. What it is?
>>> Where
>>> to download?
>>
>>


--
Göran Andersson
_____
http://www.guffa.com
Author
4 Mar 2007 11:13 PM
David Anton
It's a VB to C# converter (a competitor of our Instant C#):
http://www.ellkay.com/ConvertVB2CSharp.htm
However, I don't think it's actively maintained since it doesn't handle
generics or any other newer language features.
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C#/VB to C++ converter
Instant Python: C#/VB to Python converter


Show quote
"nkw" wrote:

> I heard a lot of people talking about "V sharp" today? It sounds a Visual
> studio plugins? I cannot find any information on the web. What it is? Where
> to download?
Author
5 Mar 2007 12:30 AM
nick nkw
Interesting. Every speaker mentioned about it and make me think it's a must
have thing for dot net development.


Show quote
"David Anton" <DavidAn***@discussions.microsoft.com> wrote in message
news:1EE7E871-87EA-44E9-AB2B-A4E9D6340303@microsoft.com...
> It's a VB to C# converter (a competitor of our Instant C#):
> http://www.ellkay.com/ConvertVB2CSharp.htm
> However, I don't think it's actively maintained since it doesn't handle
> generics or any other newer language features.
> --
> David Anton
> www.tangiblesoftwaresolutions.com
> Instant C#: VB to C# converter
> Instant VB: C# to VB converter
> Instant C++: C#/VB to C++ converter
> Instant Python: C#/VB to Python converter
>
>
> "nkw" wrote:
>
>> I heard a lot of people talking about "V sharp" today? It sounds a Visual
>> studio plugins? I cannot find any information on the web. What it is?
>> Where
>> to download?
Author
5 Mar 2007 1:03 AM
David Anton
I think that rules out the V# I was thinking of since it's not kept up to date.
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C#/VB to C++ converter
Instant Python: C#/VB to Python converter


Show quote
"nick nkw" wrote:

> Interesting. Every speaker mentioned about it and make me think it's a must
> have thing for dot net development.
>
>
> "David Anton" <DavidAn***@discussions.microsoft.com> wrote in message
> news:1EE7E871-87EA-44E9-AB2B-A4E9D6340303@microsoft.com...
> > It's a VB to C# converter (a competitor of our Instant C#):
> > http://www.ellkay.com/ConvertVB2CSharp.htm
> > However, I don't think it's actively maintained since it doesn't handle
> > generics or any other newer language features.
> > --
> > David Anton
> > www.tangiblesoftwaresolutions.com
> > Instant C#: VB to C# converter
> > Instant VB: C# to VB converter
> > Instant C++: C#/VB to C++ converter
> > Instant Python: C#/VB to Python converter
> >
> >
> > "nkw" wrote:
> >
> >> I heard a lot of people talking about "V sharp" today? It sounds a Visual
> >> studio plugins? I cannot find any information on the web. What it is?
> >> Where
> >> to download?
>
Author
5 Mar 2007 2:21 AM
RobinS
Well, maybe it is ... in *his* mind. Since nobody's heard of it, it seems
unlikely.

Robin S.
-------------------------------
Show quote
"nick nkw" <nick.y.w***@hotmail.com> wrote in message
news:A03F26A0-A255-4965-B60F-0633B15CF4DC@microsoft.com...
> Interesting. Every speaker mentioned about it and make me think it's a
> must have thing for dot net development.
>
>
> "David Anton" <DavidAn***@discussions.microsoft.com> wrote in message
> news:1EE7E871-87EA-44E9-AB2B-A4E9D6340303@microsoft.com...
>> It's a VB to C# converter (a competitor of our Instant C#):
>> http://www.ellkay.com/ConvertVB2CSharp.htm
>> However, I don't think it's actively maintained since it doesn't handle
>> generics or any other newer language features.
>> --
>> David Anton
>> www.tangiblesoftwaresolutions.com
>> Instant C#: VB to C# converter
>> Instant VB: C# to VB converter
>> Instant C++: C#/VB to C++ converter
>> Instant Python: C#/VB to Python converter
>>
>>
>> "nkw" wrote:
>>
>>> I heard a lot of people talking about "V sharp" today? It sounds a
>>> Visual
>>> studio plugins? I cannot find any information on the web. What it is?
>>> Where
>>> to download?
>
Author
5 Mar 2007 4:49 AM
nkw
Guys, I just found out that the it should be

Resharper.

My bad.

BTW, is it a must-have VS plugin?
Author
5 Mar 2007 5:00 AM
David Anton
I don't use it personally, but it is indeed very popular.
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C#/VB to C++ converter
Instant Python: C#/VB to Python converter


Show quote
"nkw" wrote:

> Guys, I just found out that the it should be
>
> Resharper.
>
> My bad.
>
> BTW, is it a must-have VS plugin?
Author
7 Mar 2007 1:02 AM
Alvin Bruney [MVP]
I think this is the migration wizard from artinsoft if memory serves me
correctly.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley


Show quote
"nkw" <n**@discussions.microsoft.com> wrote in message
news:92729339-9BC2-49C9-875A-FBE82F47A0FE@microsoft.com...
>I heard a lot of people talking about "V sharp" today? It sounds a Visual
> studio plugins? I cannot find any information on the web. What it is?
> Where
> to download?

AddThis Social Bookmark Button