Skip to main content

Posts

Showing posts from 2013

C# Character Escape Sequences

Character combinations consisting of a backslash ( \ ) followed by a letter or by a combination of digits are called "escape sequences." To represent a newline character, single quotation mark, or certain other characters in a character constant, you must use escape sequences. An escape sequence is regarded as a single character and is therefore valid as a character constant.

Visual Studio 2013 New Editor Features

In Visual Studio 2013, we have introduced new features that boost productivity and save time when working inside the Editor. Some of these are new features and some are the most popular extensions from  Productivity Power Tools . These features are a result of the feedback you gave us through  User Voice  requests, forum posts and Connect bugs. The MVP community also helped us pick some of these experiences. Our primary focus for the Editor in this version is to keep the developer in context as much as possible. This blog post describes capabilities that bring information to your fingertips and allow you to do as much as possible without leaving your place in code.

Imagine Cup 2014

Hi guys .. Get ready for imagine cup 2014 In NewZealand .In the next few days imagine cup 2013 finals will happen in Russia. So It is time to wear your thinking hat.You have one year to develop your marvelous ideas.  The Microsoft Imagine Cup is the world’s most prestigious student technology competition, bringing together student innovators from all over the world. If you have a great idea for a new app, bring it to life through Imagine Cup. Over the past 10 years, more than 1.65 million students from 190 countries have participated in the Imagine Cup. 

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...

Load an Addin into DraftSight

These days i am developing two plugins for Autocad 2012 &  DraftSight 2013.so when i was developing the plugin i got in to big trouble.Normally in the Autocad , we can load the .dll file simply typing the command "NETLOAD" but in the Draftsight i could not able to do that. It said  " D:\c \projects\c projects\DSAddinCSharp1\ DSAddinCSharp1\bin\Debug\ DSAddinCSharp1.dll is not a valid add-in "

SQL Server Management Studio Error 29506

Actually this post is not about C# developing but i think it will helpful for beginners.. My PC have installed windows 7 64 bit operating system and i wanted to installed sql server management  2005. Unfortunately i could not able to install the package it was telling error like below

CsharpForBeginers 02 - Showing MessageBoxes

Hi guyz ... This is the second part of MessageBoxes Tutorial. In this tutorial we are going to talking about how to create Yes/No message Box. MessageBoxButtons Go to the UI and double click on the Button.Then remove the all codes within the curly braces. Add following codes within the braces Code: MessageBox .Show( "Will you really remove the item?" , "Warning" , MessageBoxButtons .YesNo);

CsharpForBeginers 01 - Showing MessageBoxes

Hi guyz This post about some of basic things in  MessageBox . In this Post I am talking about  MessageBox.Show() MessageBoxButtons MessageBoxIcon MessageBoxDefaultButton MessageBoxOptions

Barcode Reader for Motorola MC3000 Device (Windows Mobile 6)

You can simply click the button and read the barcode. Create the User interface as you wish and add following codes to the scan button and Scanning.cs class.

Signature Capture for windows mobile 6

This is about capturing signature in windows mobile 6 application. This is part of my last project I think it will help you Visual studio 2008 Windows Mobile 6 professional SDK Design the user interface as following