what is meaning for .net?ten introduction of software tools?
Answers were Sorted based on User's Feedback
Answer / swaroopa
.net is a power full tool .it is used build distributing
applications.it is one of the frame work tool.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sam
.net technology mainly developed to utilize Internet
facility more easily. Microsoft developed .net technology
with keep in mind a thought of internet.
.net means, to connect people all over the world through
software or we can say through Internet. To connect software
systems globally to each other via internet. .Net technology
focused fully on Internet. It made easy to connect any
person from all over the globe. .net means NETWORK..
Is This Answer Correct ? | 1 Yes | 0 No |
What is an authoring tool?
If Web site developer want to evaluate their current authoring tool, where would they start?
Do you just jump in and start coding or do you sit down with a few collagues and create a designthen quickly prototype it?
what stage/s of the development lifecycle should end users be involved?
What's the Difference Between a Dummy and a Comp?
What are the best tools available now for creation of accessible Web sites?
What is System Development Life Cycle and the definitions of it's phases and stages?
What has been your most successful project?
What was the architecture or design of your last project? what were the pros and cons of the design?did it scale well?
give difference between generic & iterative process model.
How would you create a footprint in your PCB designer software (say, Altium)?
I would like to submit the following question I was asked recently during my technical interview at Google. I'm rephrasing the question to make it clear for everyone to understand: - You are going on a one-way flight trip that includes billions of layovers. - You have 1 ticket for each part of your trip (i.e: if your trip is from city A to city C with a layover in city B, then you will have 1 flight ticket from city A to city B, and 1 flight ticket from city B to city C. - Each layover is unique. You are not stopping twice in the same city. - You forgot the original departure city. - You forgot the final destination city. - All the tickets you have are randomly sorted. Question are: - Design an algorithm to reconstruct your trip with minimum complexity. - How would you improve your algorithm. Example: - randomly sorted: New York->London San Francisco-> Hong Kong Paris->New York London->San Francisco - sorted: Paris->New York New York->London London->San Francisco San Francisco-> Hong Kong