Skip to main content

Posts

How to use SQLite libarary in Windows 8 Apps

Hi Guys ... SQLite is a software library that implements a  self-contained ,  serverless ,  zero-configuration , transactional  SQL database engine. Now SQLite’s branch for WinRT is available and we can start to use it to store the data of our applications, with the help of another library called  sqlite-net , that provides LINQ based APIs to work with data, both with sync and async support.

SQLite Database for Windows 8 App : Adding existing SQLite DB file

Hi Guys ... This Post is about adding an existing SQLite database file to the Windows Metro App project. As I think "using SQLite" is the best way to create local database for Windows Rt applications.Actually SQLite is very easy to learn but I really think if Microsoft SQL Server CE supports windows rt applications it will more fun. .Isnt it ?. :)

C# in Facebook

C# is page about C# development and Microsoft new technologies . This page will help the guys who studying related to software development. You can ask any questions, help also share your knowledge. Click the link below C# in facebook

Start button confirmed to make a comeback in Windows 8.1

We first  heard rumors  about a possible comeback of the Start menu button in Windows 8.1 last week, but now sources speaking to  The Verge  have confirmed that this will indeed be the case, only it’s probably not what most detractors were hoping for. The newly reintroduced button will reportedly sit on the traditional bottom left corner, and will look near-identical to the existing Windows flag used in the Charm bar, but clicking on it will simply bring up the tile-based Start screen rather than the old Start menu. Read Full Article

Windows 8 Icons: Segoe UI Symbol

Whatz up guyz... In this post i am going to tell you about "Windows 8 Icons" . If you ever used a windows 8 app, you know that there are so many standard Icons. Actually we do not want to add images for each button, simply we can use the character map for obtain the icons.Go to the character map and select the font as "Segoe UI Symbol" .Then you will see lot of standard symbols in the character map.

How to create Login Screen for Windows 8

Whatz up guys.. Today i am going create a Log in screen for Windows 8.I think it will help you guys ;) best of luck !

How to create app bar with menu windows 8 (Windows Store apps using C# and XAML)

Hi Guys.. These days i am interesting in windows 8 app developing because i have to create 20 windows 8 apps for  Microsoft student champs  .So i decided to create series of post "How to Create windows 8 app". Actually i am not going to start this in beginner level but if you requested then i can consider about it.  Lets go to the my fist post in "How to Create windows 8 app" When you add commands to an app bar, consider whether your command sets would work better in a command menu. Menus let you present more options in less space and include interactive controls. In this example, the  Sort  menu pops up a simple list that makes choosing options easy.

Microsoft Going to compete with iPad

Microsoft to take on iPad Mini with new smaller tablets Tech giant reveals plans for new touchscreen devices and Windows 8 'Blue' as revenue rise beats analysts' forecasts

What is CQRS???

Hi guyz .. What is CQRS???.. when i was on the facebook i saw a post from   C#.Net Page.. So i though it will help you guys also.. Actually this post is not written by me. I took this from C#.net page. Thank you C#.ne t...