Tagged Questions

Microsoft Corporation is an American public multinational corporation headquartered in Redmond, Washington, USA that develops, manufactures, licenses, and supports a wide range of products and services predominantly related to computing through its various product divisions.

learn more… | top users | synonyms

121
votes
36answers
10k views

Tricky Algorithm Interview Question [closed]

Possible Duplicate: Algorithm: How to tell if an array is a permutation in O(n)? I was asked this interview question at Microsoft, and it's been bugging me that I haven't been able to solve ...
74
votes
81answers
9k views

What is needed to get Delphi back on top? [closed]

Delphi 2011 is on the horizon, which is the 14th release since Turbo Pascal became Delphi in 1995. Despite continued innovation it has not returned to its level of popularity before the Inprise ...
67
votes
27answers
8k views

Is it worth it to get MS Certified? [closed]

How important is it to get a MCPD, MCTS, etc? What is the best way to get certified?
53
votes
6answers
2k views

The .NET 2.0 SDK Programs - What does each tool do?

My question is simple. What do they do? The accepted answer below is a list of the .NET SDK Tools that come in the framework.
39
votes
6answers
6k views

Is there a standard keyboard shortcut to build the current project in Visual Studio?

I know that Ctrl + Shift + B launches a solution build, but I would like a shortcut that just builds the current project. Is a custom shortcut my only option? Edit: Looks like a custom shortcut is my ...
34
votes
1answer
7k views

Using WinRT from C?

Watching the //BUILD stuff, I saw that WinRT API's can be consumed by C code: I am rather excited about a fresh C API available to Win32 developers. Where can I find information on the C WinRT ...
31
votes
3answers
4k views

Why exactly isn't MEF a DI/IoC Container?

It's been said on the blogosphere and by MS themselves that MEF isn't another IoC Container. Ok...but why? It seems the same to me. Maybe it's not as good as Unity or castle Windsor, but it still ...
31
votes
9answers
13k views

MSDN subscriptions on the cheap?

As a long time MS developer, I find MSDN to be an invaluable resource. However, when tinkering at home I am not able to play with the best latest technologies and the different offerings coming from ...
26
votes
15answers
16k views

What is the best alternative IDE to Visual Studio

As I've only ever used Visual Studio for .NET development, I would like to expand my horizons and see what else there is on offer as an alternative to it. So what in your opinion is the best ...
25
votes
9answers
3k views

Microsoft Developer Certification

Can someone recommend how to get started in developer certification? Which certs should i get first?
25
votes
21answers
4k views

What major applications does Microsoft sell which use the .NET framework?

As a programmer, I feel much safer knowing that the frameworks being 'sold' to me are actually in use by their creators to produce real applications, as this gives me some reassurance that they will ...
24
votes
4answers
29k views

Excel “External table is not in the expected format.”

I'm trying to read an Excel (xlsx) file using the code shown below. I get an "External table is not in the expected format." error unless I have the file already open in Excel. In other words, I have ...
24
votes
8answers
1k views

What is the proper order for installing Microsoft software on a developer workstation?

I've done this a million times ... setting up a developer work station. Is there a best practices, or installation checklist for installing Microsoft development software on a work station? What ...
24
votes
12answers
2k views

Why is the fact that Microsoft decided to support jQuery such a big deal?

I don't see what all this fuss is about Microsoft's decision to support JQuery within ASP.NET MVC. There were signs that open-minded people are starting to have some say in the matters of marketing ...
23
votes
16answers
2k views

Ever done a total rewrite of a large C++ application in C#?

I know Joel says to never do it, and I agree with this in most cases. I do think there are cases where it is justified. We have a large C++ application (around 250,000 total lines of code) that uses ...
22
votes
9answers
13k views

Does Microsoft SkyDrive have an API?

So with the recent news that Microsoft Skydrive is going to get bumped to 25GB of storage per account, does anyone know if SkyDrive has an API? (And if so, where are the docs?)
19
votes
8answers
762 views

Non-startup Microsoft ISV development, on the cheap?

While there are a handful of great programs for ISV Startups (BizSpark, Emplower ISV, etc), the only option avaiable for non-startups seems to be Visual Studio w/ MSDN. It's not that expensive (I was ...
19
votes
3answers
4k views

Is the Microsoft Public License viral?

In section 3(d), the Microsoft Public License (Ms-PL) states: "If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this ...
19
votes
11answers
6k views

What's the difference between JavaScript and JScript?

I have always wondered what the heck is the difference between JScript and JavaScript.
18
votes
9answers
1k views

Why does the Windows registry exist? [closed]

this is more OS architecture question than programming directly, but still. Why was the Windows registry created as a completely separate subsystem for storing system/application settings? In *nix ...
18
votes
10answers
2k views

Do I have to pay a fee to develop or deploy a .NET application?

I have heard that .NET is not free and that I have to pay Microsoft if I develop a .NET application. Is this true? If so: What do I have to pay? I'm a subscriber to the MSDN via the Academic ...
18
votes
6answers
2k views

Is Microsoft BizSpark a good deal for startups?

I learned about Microsoft BizSpark the other day and started the sign up process. Has anyone else heard about it or had success with it?
17
votes
1answer
234 views

Why is the internal access modifier icon in Visual Studio a mail envelope?

Does anybody know why the internal access modifier icon in visual studio is a mail envelope? Is there any significance or history behind this decision?
16
votes
10answers
3k views

Windows Powershell book - any good experiences?

fellows :) ! I'm currently looking for a recommendable book about psh which seems to be very a feature rich new shell. Therefore I'm looking for some kind of pragmatic documentation, aiming a little ...
16
votes
9answers
4k views

Whither Managed Extensibility Framework for .NET?

Has anyone worked much with Microsoft's Managed Extensibility Framework (MEF)? Kinda sounds like it's trying to be all things to all people - It's an add-in manager! It's duck typing! I'm wondering if ...
15
votes
8answers
1k views

Advice for someone who wants to start in Business Intelligence?

What advice would you have for someone who wants to start in the BI (Business Intelligence) domain? I where and what I should start with: Books, Blogs, WebCasts... What I should pay attention to and ...
15
votes
17answers
1k views

Vista or XP for Dev Machine

I am about to get a new PC from work, and it will include the option to have either Vista Business as the OS, or a downgrade to XP Pro. Aside from a tiny bit of testing, I have never used Vista, but ...
14
votes
12answers
1k views

How to get VisualStudio 2010 cool tools without spending $12,000

We are a small dev shop with 10 people, 3 of whom are currently doing .Net. The new VisualStudio 2010 tools look really nice, and we would like to use them - but it seems that many of them (historical ...
14
votes
7answers
2k views

How come the message “Table is marked for deletion” keeps appearing?

Using SQL Server 2008 and I'm doing some schema construction in the Management Studio designer. I created a table early in the process called "Animal", but then decided to delete shortly after. I ...
14
votes
2answers
3k views

SharpDevelop or Express editions

Since there is a Sharpdevelop 3.0 ( http://www.icsharpcode.net/OpenSource/SD/Download/ ) can anybody tell me how it compares to the Express Editions ? ( http://www.microsoft.com/Express/ ) I tried to ...
14
votes
18answers
4k views

Are Microsoft interview questions really effective? [closed]

You've probably heard of the Microsoft Interviewâ„¢, a kind of interview in which the interviewer asks a candidate brainteaser questions such as: Why are manhole covers round? How do they make ...
14
votes
9answers
587 views

Handling Information overflow

Almost everyday I see new stuffs coming out of Beta or CTP releases from Microsoft. It used to be exciting but the list of products and technologies is getting bigger and bigger everyday. WPF, WF, ...
14
votes
5answers
2k views

Best way to license Microsoft software as an independent developer

I've recently switched from being an employee of a small consulting company to being an independent consultant and as time goes on I will need to upgrade Windows and Visual Studio. So what is the most ...
13
votes
5answers
403 views

Why does Microsoft recommend against Empty Interfaces? [closed]

While doing some research i stumbled on this page: .Net 2.0 Avoid Empty Interfaces .Net 4.0 Avoid Empty Interfaces: Interfaces define members that provide a behavior or usage contract. The ...
13
votes
8answers
624 views

Are there equivalences between Microsoft and Oracle/Sun technologies?

is it possible to say what are the Microsoft equivalents technologies compared to Sun? For example: Microsoft | Oracle/Sun ...
13
votes
3answers
5k views

How does Microsoft Azure handle Session State?

Does anyone have any information on how state is managed in Azure when you choose to have multiple instances? It seems like InProc would be worthless and you would have to have another state server ...
12
votes
6answers
5k views

Node.js and Microsoft SQL Server

Is there any way i can get my Node.js app to communicate with Microsoft SQL? I havent seen any MS SQL drivers out there in the wild? Im putting a very simple app together and need to be able to ...
12
votes
7answers
824 views

Is there any application by Microsoft targeting the end user market and running on the .NET framework?

It's all in the title. Inspired by http://www.reddit.com/r/programming/comments/dx8au/lessons_from_evernotes_flight_from_net/ Edit: I am primarily thinking about desktop apps, not web apps.
12
votes
8answers
1k views

Microsoft and SAP

For many years I have used the old "SAP DCOM Connector" to communicate between Microsoft based applications and SAP. Unfortunately this old but good and performant technology is no longer supported by ...
12
votes
7answers
784 views

Why is Microsoft not developing a Halo-like next gen title using C#? [closed]

The question might look subjective but considering Microsoft: Owns the Xbox 360 platform Owns the Windows platform Have their own game studio (MGS) Own other 3rd party developers Is a major ...
12
votes
1answer
2k views

Microsoft equivalent of the nm command

I've long used cygwin's nm command for all my .lib symbol debugging needs, but recently I thought about referring to it in a SO answer and realized that most Windows developers don't have cygwin ...
11
votes
7answers
917 views

JavaScript/HTML5 equivalent of Microsoft Pivot?

Is there any similar JS/HTML5 library for generating visualizations like Microsoft Pivot? I love the software but I don't like the idea of embedding SilverLight on page to use it. I have been looking ...
11
votes
1answer
1k views

Can I produce a commercial application using Visual Studio Express 2010?

I've been reading about the commercial use of Visual Studio Express 2010 and according to the Microsoft Express FAQ: Can I use Express Editions for commercial use? Yes, there are no ...
11
votes
5answers
1k views

What's the point of XPS?

When I read books about WPF, I saw the authors mention XPS like it was something important. Windows also includes its XPS viewer, and I've seen that listed as a "feature" of Windows. But why? What's ...
11
votes
4answers
4k views

Opinions on Microsoft Solver Foundation?

I'm looking into options for a linear and non-linear programming (optimization) framework. Requirements are: Support linear and non-linear programming problems with approx. 100-1000 variables and ...
10
votes
8answers
869 views

What is the downside to using the Visual Studio Express Editions?

I'm developing an application using Visual C# Express Edition - what is the downside to using the express editions? Are there any limitations on what I can build and release? Will my users be able ...
10
votes
3answers
9k views

Running unit tests on Team Foundation Server (TFS) builds

What are the steps to get Team Foundation Server running unit tests when a given build runs? What are the caveats / pitfalls / workarounds a dev or sysadmin should be aware of when setting up a TFS ...
10
votes
4answers
3k views

Which is correct? catch (_com_error e) or catch (_com_error& e)?

Which one should I use? catch (_com_error e) or catch (_com_error& e)
10
votes
6answers
2k views

Interacting with Outlook appointments using rails

I have a rails application running on a Linux server. I would like to interact with Outlook/Exchange 2003 appointments from the rails application. For example, certain actions should trigger sending ...
10
votes
2answers
533 views

How can I create virtual machines as part of a build process using MSBuild and MS Virtual Server and/or Hyper-V Server Virtualization?

What I would like to do is create a clean virtual machine image as the output of a build of an application. So a new virtual machine would be created (from a template is fine, with the OS installed, ...

1 2 3 4 5 37