To develop metro style application we can use languages like c#, javascript, html, c++ too...
Showing posts with label windows 8. Show all posts
Showing posts with label windows 8. Show all posts
Saturday, January 28, 2012
Windows 8 Programming Tutorials : Lets see what we can do on windows 8 and how.
Subscribe to:
Posts (Atom)
Featured Posts
Kali Linux Remote Desktop: Access GNOME from Windows Using Native RDP
Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...
-
public struct CoOrds { public int x, y; public CoOrds( int p1, int p2) { x = p1; y = p2; } }
-
LM Studio Overview LM Studio is a desktop application designed for developing and experimenting with large language models (LLMs)...