What to do in semester break???

Hi friends. I just gave my 3rd semester examinations. I'm pursuing BE in cse. Now I have a long one month holiday before 4th semester begins. I want to utilize my holidays for something useful. I was wondering if I could take some course in java or some other language. My basics in C and C++ are strong. So please guide me. If nothing else then I will simply study the 4th sem subjects. Thanks..
 
First confirm that your C and C++ are strong. There are many online tests available. Try them. Also, what are your interests?
 
OP
Harsh Pranami

Harsh Pranami

Padawan
^^. My interest in in developing apps for windows mobile. As for the basics can you give me the links of such sites.Thanks
 

bikramjitkar

In the zone
^^. My interest in in developing apps for windows mobile. As for the basics can you give me the links of such sites.Thanks

For developing Windows Phone apps you need to know XAML (for designing the UI) and C#/VB.NET/C++ for coding. Although Visual Studio has a great design environment for developing the UI, knowing XAML is a must to fine tune the design. Lots of tutorials on MSDN. :)
 

bikramjitkar

In the zone
So what do you suggest for these holidays?

If you're genuinely interested in developing Windows Phone apps and have a solid grasp of programming basics, start by learning about the .NET platform and get familiar with Visual Studio (you can get the Express editions for free from Microsoft's site). I would also suggest learning C# as it's the most commonly used language for developing .NET applications.
 
OP
Harsh Pranami

Harsh Pranami

Padawan
All of these in 1 month?? I mean I can take .net or c#. Which one do you suggest? Is one month enough for either one of these?
 

bikramjitkar

In the zone
.NET is just the name of the overall platform. :) You don't really need to learn it, just read about it to get a feel of what it's all about. You can make desktop, web and phone apps all on the .NET platform using more or less the same tools (Visual Studio). C# is just one of many programming languages you can use for making .NET apps.

Don't worry if all this sounds too daunting to you, just start by downloading the Windows Phone development tools and play around with them to get familiar.
 

bikramjitkar

In the zone
Since you're into mobile apps, keep thinking of ideas for original, interesting and useful apps. Coming up with an idea for a great app is really the hard part, coding is simple. :)
 
OP
Harsh Pranami

Harsh Pranami

Padawan
There is absolutely no chance Microsoft will intern a 3rd semester student.
Agreed.

Since you're into mobile apps, keep thinking of ideas for original, interesting and useful apps. Coming up with an idea for a great app is really the hard part, coding is simple. :)
So I should think for one month?? Dude it's the coding part I'm worried about. Tell me where to begin. The first basic step. You know "hello world"

Learn Unity3D (or 2D)

Game development?
 

anky

Youngling
yeah..learn unity..develop some games, fun and easy...
here is the link for unity tutorials (16 GB video tutorials)
Unity Mobile Game Development Torrent Download
you can also learn from various unity tutorials on youtube.
develop games for android, windows and ios and publish them and earn money..:p
 

SunE

Professional Newbie
@OP Thanks for opening this thread. I am also doing B.Tech and completed my 3rd sem.

Unlike you I'm interested more in developing for iOS and Android. I already know some .Net(C#). Started looking into Unity in my last sem break but never really pursued it. Hope to do it this time.
 

bikramjitkar

In the zone
So I should think for one month?? Dude it's the coding part I'm worried about. Tell me where to begin. The first basic step. You know "hello world"

I already told you what you need to get started on coding .NET apps. What kind of "strong basics in C & C++" are you talking about if you're worried about writing "hello world" programs?
 
Top Bottom