Wirless with .Net?

  • Thread starter Thread starter Java Boy
  • Start date Start date
J

Java Boy

Hi there...
Is is possible to develope wireless application with .Net (C# or VB.Net)

Thanks1
 
What is it your trying to do?

A wireless connection is just like a normal network connection. So if
you are talking about creating some software which uses TCP sockets,
browses to a web page or whatever then you dont need to know if its
connecting using wireless or fixed line.

If you are talking about doing things like getting signal strenth or
other wireless only type things then my guess is you can by using P/Invoke.
 
Like in java we have j2me which quite compact as compare to j2SE. Is there
any compact version of dotnet which will install on mobile devices
so that people don't have to install full .net framework

thanks
 
Like in java we have j2me which quite compact as compare to j2SE. Is there
any compact version of dotnet which will install on mobile devices
so that people don't have to install full .net framework

Yes - it's called the Compact Framework. It's not for as small devices
as J2ME goes down to though - it's mostly used for PocketPC type
devices. (There are SmartPhones which support it, however.)
 
Back
Top