Search This Blog

Monday, November 28, 2011

Excel 2010 – Chapter 01–A–Introducing Excel 2010


If you like this article, please click on +1 button and share with your friends.

Click here for the Video Tutorial of this article.
visit www.iGnani.com


Excel is Microsoft's premier Spreadsheet software and is part of the Microsoft Office Suite. It is the world’s most widely used Spreadsheet program. Even though we have other Spreadsheet programs, Excel is by far the most popular and has become the world standard.

It’s good to know a little bit of History about excel. Excel 2010 does not mean that it’s the 2010th version. Though, this is actually Excel version 14. But to be precise, Excel 2010 is the eleventh release of Excel for Windows. In-fact the first version of Excel was only for Macintosh machines. And they did not release Excel version 6, since Microsoft felt that the changes that they made were so much that it would be appropriate to jump two version numbers. They did not release Excel version 13 being a bit superstitious of number 13 being a bad luck number.

Saturday, October 15, 2011

C# 4.0 – Ch:02:F – Adding Projects to Solution


If you like this article, please click on +1 button and share with your friends.

Click here for the Video Tutorial of this article.
visit www.iGnani.com


...continued from article "C# 4.0 – Ch:02:E – Projects & Solutions : Continued

In the previous article, I explained while speaking about Solutions, I had mentioned that “a Solution is the set of all the projects that make up a particular software package”. Not only the projects that belong to a software package, but you can have projects even though they do not belong to the project.

In this article, let us look at adding additional projects to a Solution. Just to show you that we can add a project even though they do not belong to the project, let us use a “Windows Forms” project to our Demo1 solution.

Adding Projects to Solution

Monday, August 29, 2011

C# 4.0 – Ch:02:E – Projects & Solutions : Continued


If you like this article, please click on +1 button and share with your friends.

Click here for the Video Tutorial of this article.
visit www.iGnani.com


...continued from article "C# 4.0 – Ch:02:D – Projects & Solutions

In the previous article, I stopped with AssemblyInfo.cs file under the Properties folder. In this article, I will continue with the References folder.

Check out the image below, where in all the folders are expanded and you can see a list of files under the References folder.

SolutionExplorer1[2]

Under the folder “References”, you will find all the libraries that are referenced automatically for us by Visual Studio. Though not all assemblies that are referenced are necessary for the project we developed, Visual Studio references the most common assemblies that are used while developing a Console based application.

Thursday, August 25, 2011

C# 4.0 – Ch:02:D – Projects & Solutions

If you like this article, please click on +1 button and share with your friends.

Click here for the Video Tutorial of this article.
visit www.iGnani.com


...continued from article "C# 4.0 – Ch:02:C – Hello C# World Up-Close : Continued

In our previous article, we finished with the dissection of the code in Program.cs file.  But, that does not mean that we looked at everything. Visual Studio just did not create the template code for us in the file Program.cs, but it did a lot of work for us.

 SolutionExplorer

Take a look at the above image of the “Solution Explorer”. If you have not changed any of the default settings in your Visual Studio, you will probably find the “Solution Explorer” at the top-right corner of your Visual Studio. If you don’t find it there, there is no need to worry about, just go to the View menu and select Solution Explorer.

Wednesday, August 24, 2011

C# 4.0 – Ch:02:C – Hello C# World Up-Close : Continued

If you like this article, please click on +1 button and share with your friends.

Click here for Video Tutorial's.
visit www.iGnani.com

...continued from article "C# 4.0 – Ch:02:B – Hello C# World Up-Close

In our previous article, we created finished with namespaces. Let us continue with our dissection of the code we wrote in the previous article.

The namespace is followed by an open brace ({) and closed with a closing brace (}) and all the code goes in between these two braces. As I have mentioned earlier, C# uses braces to denote a block, where in everything inside these braces that follow the namespace will be a part of the Demo1 namespace.

Namespaces contain types and the code that follows immediately after the opening brace in our code defines a type.

namespace Demo1
{
    class Program
    {
    .....
    }
}

Tuesday, August 16, 2011

C# 4.0 – Ch:02:B – Hello C# World Up-close


If you like this article, please click on +1 button and share with your friends.

Click here for the Video Tutorial of this article.
visit www.iGnani.com


...continued from article C# 4.0 – Ch:02:A – Language Basics

In our previous article, we created our first C#.NET program, executed it and enjoyed seeing out first program showing the results. But, we never got into the details of what was happening. In this article, let’s look at the code and Dissect it since these are the things you’ll deal with every time you write programs in C#.

Before getting into the code, let’s look at a few general notes about C# syntax. This list does mean everything and just represent few tips. I will continue to cover them as we use them in the coming articles.

  • In C#, as in other C style languages, most statements end in a semicolon ( ; ) and can carry on over multiple lines without needing a continuation character as in other languages such as Visual Basic.
  • Multiple statements can be joined into blocks using curly braces ( {…} ).
  • Single line comments begin with two forward slash characters ( // ), and multiline comments begin with a slash and an asterisk ( /* ) and end with the same combination reversed ( */ ).
  • C# is case sensitive, which means that variables named myVar and myvar are two different variables.

Wednesday, August 10, 2011

Adobe Edge Preview – Introduction


If you like this article, please click on +1 button and share with your friends.

Click here for the Video Tutorial of this article.
visit www.iGnani.com


Introduction

Adobe® Edge is a new web motion and interaction design tool that allows designers to bring animated content to websites, using web standards like HTML5, JavaScript, and CSS3.

This is an early look at Edge with more capabilities to come in the future releases. Edge will be updated regularly to add new functionality, stay ahead of evolving web standards, and incorporate user feedback to provide the best functionality and experience possible.

Edge Preview Highlights

This version of Edge focuses primarily on adding rich motion design to new or existing HTML projects, that runs beautifully on devices and desktops.