We always aim and strive to be perfect and sometime feel embraced and ashamed of trying something new just because people will perceive us as immature.
This nature and thinking of us is a killer for our improvement as an individual.
Be it blog writing.
Be it playing cricket
Be it anything else.
Always remember that to be perfect you have to start immature so never ever get afraid of trying something new
Monday, May 16, 2016
You can never be perfect without starting immature
Integrating git projects on cruise control
To be posted soon. If you need help on this let me know l will prioritize this first
My programming aspirations
Following is the list of languages technologies I know and wishes to learn more about in order of priority
1. C #
2. Java
3. Node js
4. Algorithms
5 programming competition
6. Iot
7......... I will keep this list getting updated as time passes
My programming journey
It's been more than ten years I am working in the software development field. Despite my knowledge I feel my knowledge sharing is way too less. I will try to make these posts beneficial for all programmers
Wednesday, January 26, 2011
Eclipse: how to open an existing project in Eclipse for Visual Studio Developers
So here are the instructions on opening existing projects into Eclipse.
If you are a Visual Studio developer you are here because you can't open an existing project in Eclipse. You are probably 5 minutes away from giving up on eclipse and tweeting about how Eclipse sucks.
I was there too.
And then, after attempting it again and again, I finally figured it out. I am going to translate opening an existing project from Eclipse into Visual Studio here. Think about these two IDEs as cars: Visual Studio is an automatic, eclipse is manual transmission.
There are two things you got to know:
A) Workspace = Solution
B) You got to set it by hand
I normally don't think about the solution because Visual Studio lovingly just creates one for me. If I need to add projects to it, it can be done easily. It makes me happy; it has made you happy too. When it comes to creating solution and project spaces, Visual Studio is like an automatic car: it just does it for you.
But in eclipse you got to do it by hand. Maybe there is a plugin that will make it behave like Visual Studio, but in most distributions you will have to do it manually. It is not hard, but you got to do it. On this issue, eclipse is like a manual transmission car: you got to know and be aware of different gears and when to switch them.
So let's learn how to drive stick by learning how to set up your workspace/solution and how to add existing projects to it:
Create a new workspace by clicking
File -> Switch Workspaces -> Other
Browse to where you want your workspace (solution) folder to live in, where you have the existing project folder. This is the equivalent of Add Project in Visual Studio.
Add a project to the workspace by clicking
File-> Import-> General-> Import Existing Projects into Workspace
And navigate to the existing project root folder.
And you are done.
Now let's learn how to switch gears. In Visual Studio you will have your landing page with a list of previous projects. When you click on the project, the solution automatically switches. That is our automatic car. With our stick vehicle, to switch from one workspace(solution) to another you do it by clicking
File -> Switch Workspaces -> >>Select workspace that you want to go to<<
Remember, you got to manually change the workspace(solution). Attempting to switch solutions in the Visual Studio way, that is, by "opening" another project via project import, will result into adding that project into the workspace, not into an automatic workspace switch.
References:
I found the specific instructions on how to open an existing project on this book Android Application Development, 1st. Edition
NOTE:- ABOVE MENTIONED ARTICLE IS COPIED FROM
http://www.hugoestrada.net/node/121
If you are a Visual Studio developer you are here because you can't open an existing project in Eclipse. You are probably 5 minutes away from giving up on eclipse and tweeting about how Eclipse sucks.
I was there too.
And then, after attempting it again and again, I finally figured it out. I am going to translate opening an existing project from Eclipse into Visual Studio here. Think about these two IDEs as cars: Visual Studio is an automatic, eclipse is manual transmission.
There are two things you got to know:
A) Workspace = Solution
B) You got to set it by hand
I normally don't think about the solution because Visual Studio lovingly just creates one for me. If I need to add projects to it, it can be done easily. It makes me happy; it has made you happy too. When it comes to creating solution and project spaces, Visual Studio is like an automatic car: it just does it for you.
But in eclipse you got to do it by hand. Maybe there is a plugin that will make it behave like Visual Studio, but in most distributions you will have to do it manually. It is not hard, but you got to do it. On this issue, eclipse is like a manual transmission car: you got to know and be aware of different gears and when to switch them.
So let's learn how to drive stick by learning how to set up your workspace/solution and how to add existing projects to it:
Create a new workspace by clicking
File -> Switch Workspaces -> Other
Browse to where you want your workspace (solution) folder to live in, where you have the existing project folder. This is the equivalent of Add Project in Visual Studio.
Add a project to the workspace by clicking
File-> Import-> General-> Import Existing Projects into Workspace
And navigate to the existing project root folder.
And you are done.
Now let's learn how to switch gears. In Visual Studio you will have your landing page with a list of previous projects. When you click on the project, the solution automatically switches. That is our automatic car. With our stick vehicle, to switch from one workspace(solution) to another you do it by clicking
File -> Switch Workspaces -> >>Select workspace that you want to go to<<
Remember, you got to manually change the workspace(solution). Attempting to switch solutions in the Visual Studio way, that is, by "opening" another project via project import, will result into adding that project into the workspace, not into an automatic workspace switch.
References:
I found the specific instructions on how to open an existing project on this book Android Application Development, 1st. Edition
NOTE:- ABOVE MENTIONED ARTICLE IS COPIED FROM
http://www.hugoestrada.net/node/121
Wednesday, January 19, 2011
Best open source project
In my opinion following are the best open source project:-
1. Blogs
a. BlogEngine.NET (Asp.net)
2. eCommerce
a. nopCommerce
3. Image Gallery
4. CRM
a. SplendidCRM
Tuesday, January 11, 2011
Subscribe to:
Posts (Atom)
