Ab heute ist die neue Windows 8 App von IDIL im Microsoft Windows Store verfügbar!
Link:
http://apps.microsoft.com/webpdp/de-DE/app/idil/1d22f386-6cfa-48c6-913f-8d39290aaae6
Die app bietet Informationen zum IDIL Store sowie Kontaktinformationen an. Es sind aber auch viele schöne Impressionen in Form von Bildern hinterlegt und auch der IDIL Online Shop wird, im Windows 8 Stil, dargestellt.
Viel Spass mit der IDIL App, ein Muss für alle Anhänger des Landhausstil und Shabby Chic!
Posts mit dem Label C# werden angezeigt. Alle Posts anzeigen
Posts mit dem Label C# werden angezeigt. Alle Posts anzeigen
Dienstag, 4. Dezember 2012
Samstag, 10. November 2012
Windows 8 Development : Portable Class Libraries
Very nice article on how to handle FileSystem access in a portable library for Windows 8 app.
http://blogs.msdn.com/b/dsplaisted/archive/2012/08/27/how-to-make-portable-class-libraries-work-for-you.aspx
http://blogs.msdn.com/b/dsplaisted/archive/2012/08/27/how-to-make-portable-class-libraries-work-for-you.aspx
Sonntag, 13. Mai 2012
ASP.NET - Razor Syntax
ASP.NET Razor Syntax
In der Kürze liegt die Würze:
1. You add code to a page using the @ character
2. You enclose code blocks in braces
3. Inside a block, you end each code statement with a semicolon
4. You use variables to store values
5. You enclose literal string values in double quotation marks
6. Code is case sensitive
7. Much of your coding involves objects
8. You can write code that makes decisions
Höhrt sich nach C# an oder? Richtig!
- The top 8 programming tips for getting started with programming ASP.NET Web Pages using Razor syntax.
- Basic programming concepts you'll need for this book.
- What ASP.NET server code and the Razor syntax is all about.
1. You add code to a page using the @ character
2. You enclose code blocks in braces
3. Inside a block, you end each code statement with a semicolon
4. You use variables to store values
5. You enclose literal string values in double quotation marks
6. Code is case sensitive
7. Much of your coding involves objects
8. You can write code that makes decisions
Höhrt sich nach C# an oder? Richtig!
Abonnieren
Posts (Atom)