Sign in with
Sign up | Sign in
Your question

Help With C# Programming!

Tags:
  • C#
  • Apps
  • Programming
  • Windows 8
Last response: in Apps General Discussion
Share
August 3, 2014 11:52:38 AM

I want to make a Windows 8 App, I want people to be able to add stuff and other people to be able to see it?

Like, They enter a form:
Name:
Server address:
description:

Then people can see it? etc!

Could you help me do this please or point me to a tutorial that could help me thanks!

More about : programming

a b L Programming
a b * Windows 8
August 3, 2014 4:33:05 PM

Chad Fisher said:
I want to make a Windows 8 App, I want people to be able to add stuff and other people to be able to see it?

Like, They enter a form:
Name:
Server address:
description:

Then people can see it? etc!

Could you help me do this please or point me to a tutorial that could help me thanks!


Learning C# is not particularly difficult but the .NET libraries that ship with Windows are absolutely massive so that alone can be a bit difficult to wrap one's head around. Grab a copy of Visual Studio Express, find an online resource (or paperback, there are tons of excellent C# books) and get cracking.
!