Microsoft is an American multinational corporation headquartered in Redmond, Washington that develops, manufactures, licenses and supports a wide range of products and services related to computing. Microsoft is known for producing the Windows Operating System, Microsoft Office suite, Xbox gaming ...

learn more… | top users | synonyms

-3
votes
0answers
45 views

Has anybody actually implemented full ALM solution with TFS? [closed]

I'm looking at evaluating using the full ALM solution based on on TFS (including Visual Studio 2012, TFS, Test Manager, SCVMM for lab management, etc.). I understand the basics of it, and there is ...
0
votes
1answer
68 views

So Far what has the Roslyn CTP Been Used For? [closed]

All, I just wanted to know what you have or what you know other to have been doing with the Roslyn CTP. I am not asking Why would anyone invest time in Microsoft "Roslyn"?, but specifically ...
-2
votes
0answers
117 views

Career path selection dilemma between Microsoft BI developer or Application Developer [closed]

I am stuck in a dilemma; at my workplace I have to choose my career track between as Microsoft BI developer or Application Developer(C#,ASP.net etc). I have been working nearly 1 year with my current ...
5
votes
2answers
231 views

Why isn't there a private deployment option for the .NET framework? [closed]

Here are reasons why one would want this: 1) We often don't use all the dlls but we force customers to install the entire .NET framework. It would be great to just deploy the dlls we need. 2) We ...
-2
votes
4answers
614 views

C++ or C#: Which language is Microsoft going to use in development of future Windows versions? [closed]

I heard almost all parts of Windows are written in C and C++ with some assembly. Why did Microsoft skip C#? Is there any scope for C# in the development of future Windows versions?
-3
votes
1answer
136 views

Why are software download times estimated using dial up? [closed]

Just a curious question here. I am going to use the .NET Framwork 4.0 as an example. When you download the web installer, it quotes the estimated speed when a user is using dial up. Why is this? ...
7
votes
1answer
436 views

Why is the use of the STE template no longer recommended for EF5?

I was looking to upgrade my project from EF4.1/Framework 4.0 to EF5/Framework 4.5. After reading up on migrating the t4 templates for STE's (Self-Tracking Entities), I came across this link that ...
6
votes
3answers
658 views

Are these good reasons for moving to Microsoft web development platform?

Background I do PHP and Ruby on Rails development in my spare time, and have learned quite a bit on my own. I chose those technologies because of the low cost of entry, since everything is ...
2
votes
1answer
102 views

Is MSDN / Azure Active Directory information available in different formats?

I'd like to read the documentation of Azure Active Directory on my kindle (or similar device), but don't want to use "Print to Kindle" for each and every page. Is the Microsoft documentation for this ...
7
votes
1answer
395 views

Microsoft Public License vs MIT?

I'm working with a new plugin (flexbox), and I ran into the MS-PL license, which I had not run into before. In the past, I've used mainly MIT and Apache licensed projects, so I have no idea what the ...
6
votes
3answers
694 views

Why does Internet Explorer have so many incompatibilities with other browsers?

Internet Explorer has a number of proprietary features that aren't found in other browsers as well as a number of incompatibilities with the standards. Does anyone have an idea what is the cause of ...
6
votes
4answers
4k views

Microsoft's Software Development Engineer in Test position [closed]

I was curious about MS's Software Development Engineer in Test (SDET) position. I've heard a lot of people speak negatively and positively about this position. I was wondering if any current or ...
4
votes
3answers
366 views

In the world of .Net, managed code and the web is there still a place for VBA?

Microsoft has moved away from the COM stack, VB6 is so last century and .Net rules the (MS) roost. Yet I find myself still banging out reams of VBA code am I dinosaur? The need for VBA is a new ...
7
votes
5answers
2k views

What is needed to deploy an application that uses Microsofts new LocalDB?

I'd like to know what microsoft components need to be installed for this new LocalDB to run on a users machine. Now in CTP3: SQL Server Express LocalDB LocalDB is a new lightweight deployment ...
2
votes
2answers
568 views

Should I start MCPD training now or wait for new exams? [closed]

i apologize if this question has been asked before, or if this is the wrong place to put it. I'm beginning my study track for the MCPD certification in Web Development. However, Microsoft plans to ...
1
vote
4answers
943 views

Is Visual Source Safe (The latest Version) really that bad? Why? What's the Best Alternative? Why? [closed]

Over the years I've constantly heard horror stories, had people say "Real Programmers Dont Use VSS", and so on. BUT, then in the workplace I've worked at two companies, one, a very well known public ...
-2
votes
1answer
81 views

Microsoft Dev Centre accounts [closed]

Looks like Microsoft is offering a special offer of 95% of the yearly subscription for the Phone Dev Centre (I didn't say anything about desperate). What I was wondering is do you need a seperate ...
2
votes
1answer
153 views

Which things I need to purchase to develop and distribute application to customer in .Net

This is the first time I got one customer and I am developing one application for him in c#.net and winforms. I want to distribute .net framework with my application since customer may not have it ...
1
vote
1answer
697 views

Visual studio for Windows XP [closed]

Visual Studio 2012 do not support windows XP and Microsoft Store does not seem to sell VS 2010 anymore, any idea how can I use Visual Studio Professional for development in Windows XP?
1
vote
3answers
166 views

Is it more difficult to upgrade your certification from SQL Server 2008 to 2012 than to get it from scratch? [closed]

I was wondering about the new MCSA certification on SQL 2012 and how it seems to be more difficult to upgrade your certification from 2008 to 2012 than to get the 2012 from scratch. Reason I think ...
35
votes
10answers
7k views

WPF vs. WinForms - a Delphi programmer's perspective?

I have read most of the major threads on WPF vs. WinForms and I find myself stuck in the unfortunate ambivalence you can fall into when deciding between the tried and true previous tech (Winforms), ...
7
votes
4answers
2k views

Best place to learn Component Object Model

I need to learn COM for my current project. I am a noob and I haven't been able to find good starting points for COM. I have been looking into MSDN and googling... I did find some interesting articles ...
1
vote
1answer
281 views

Webservice Return Generic Result Type or Purposed Result Type

I'm building a webservice which returns JSON / XML / SOAP at the moment.. and I'm not entirely sure which approach for returning results is best. The Client Consuming the Services will generally be ...
-3
votes
2answers
477 views

Does NaCl mean the death of Internet Explorer? [closed]

From the wikipedia - Google Native Client (NaCl) is a sandboxing technology for running a subset of Intel x86 or ARM native code using software-based fault isolation. It is proposed for ...
2
votes
2answers
269 views

microsoft .Net license

Am about to start coding using microsoft .Net technologies, am just worried about the license, so if I compile my code using the .Net compiler "not visual studio" can I distribute, sell or use my ...
5
votes
3answers
832 views

Why doesn't Microsoft release UX frameworks to build UI's like their current UIs?

When I started learning programming with the .NET framework, I started by using WinForms as a UI technology. It uses “classic” menus just like this office 2000: A few years later Office 2007 was ...
8
votes
4answers
4k views

What does an MSDN subscription offer?

I'm curious because I notice that the Ultimate subscription costs $12,000... for one year (after that, it's $3,800 to renew). Looking at the subscription chart, you do get quite a bit of software that ...
2
votes
2answers
324 views

Moving from Winforms,WebForms to WPF,MVC,WCF STEP UP! [closed]

I have developed compact, windows, webforms application for more than two years now in our company (Manufacturing Company). We are using visual 2008. I tried to apply on a software company but their ...
0
votes
2answers
156 views

Determining an application's dependencies

I have developed an application using Windows Forms in C++ (IDE MS VC++ 2010). Some parts of the application also use MFC, and OpenCV. I want to send the application to my cleint for interim testing ...
7
votes
1answer
4k views

Future of WPF and free controls ? [closed]

I am willing to work on a personal project that I would like to release publicly. I am working with Silverlight and have experience with XAML, as it is my full-time job. It is enjoyably for me to ...
3
votes
1answer
508 views

How do you study for MCPD? [closed]

my employer is encouraging us and even require us to take MCPD and get certified. They offer online ebook and practice exam from measureup.com but I get bored and tired when I read those self-paced ...
2
votes
3answers
431 views

Tool to export Microsoft project to website?

Just wondering does anyone know of a free/open source tool that take a Microsoft project file and export it to HTML? I know you can save a project file as HTML, so wanted a tool that would do this ...
2
votes
4answers
403 views

Where does Microsoft currently stand on dynamic languages? [closed]

With languages Python and Ruby still having a good foothold in the market what is Microsoft's current stance on dynamic languages? Does Microsoft have any plans to incorporate or invent it's own ...
1
vote
1answer
1k views

Can I use metro style interface in my own web application?

I am wondering if I would need to license the Metro style or if I can just freely use it in my own applications. I mean, is it patented or protected in any way that would prevent me from building my ...
1
vote
4answers
512 views

Is there a massive other side to software development which I've somehow missed, revolving entirely around Microsoft? [closed]

I'm still a beginning programmer; I've been at it for 2 years. I've learned to work with a few languages, a bit of web development technologies, a handful of libraries, frameworks, and IDEs. But over ...
8
votes
1answer
1k views

Is Microsoft Prism alive and active?

I've been doing a lot of reading these last two days on Microsoft Prism, but the thing I'm still not very sure of is what does the future look like for it? I know that version 4.1 was just released a ...
16
votes
6answers
837 views

INI files or Registry or personal files?

I want to save the configuration of my project which includes Screen size Screen position Folder paths Users settings and so on. The standard places where you can save these are configuration ...
8
votes
8answers
848 views

Justification for learning/implementing newer Microsoft technologies

I work at a large healthcare organization as a mid-level software developer. I have over 10 years experience in the IT industry using Microsoft technologies (ASP.NET & SQL Server). When I go to ...
1
vote
3answers
542 views

The need for source control software - Team Foundation Server? or something different?

Recently, Here at the company, more than one programmer was appointed in charge for a LightSwitch(C#) software development project and immediately there was a need of some sort of source ...
3
votes
2answers
1k views

Reason to use mingw win32 headers and libs with LLVM/Clang

Is there any good reason (except "GCC is better") to use the MinGW win32api/headers/libs with LLVM/Clang. Suppose that in two to three years, Clang has matured enough (in C++0x and performance) that ...
3
votes
1answer
203 views

Test bed application for executing LinQ queries against AdventureWorks

I am looking for a "test bed" application which will help me to learn Linq by writing queries and immediately executing them against the AdventureWorks database. Why AdventureWorks? Because it is a ...
0
votes
1answer
84 views

Do CDNs (such as MSFT and Google) act on the referrer header sent by clients?

Will my site be automatically indexed, or search ranking affected based on my use (or non use) of the Google/MSFT CDN? My clients will be sending them the referrer header which I may or may not want ...
3
votes
1answer
229 views

Is it possible to release Code using the MS Solver Foundation under GPLv3?

I have written a piece of software using the Microsoft Solver Foundation. Now the work is done I want to release the code under the Terms of the GPLv3, if that is possible. The problem is, the GPLv3 ...
20
votes
4answers
15k views

Anyone who has taken 70-515 TS: Web Applications Development with Microsoft .NET Framework 4 exam?

I'm planning to take 70-515 exam and I can't find any training kit for it from MS press at the moment. Therefore, I'm reading the book for 70-562 which covers framework 3.5. I would like to know if ...
17
votes
7answers
809 views

Does Microsoft really offer “support”? [closed]

One of the arguments against using Open Source is that there is no "support". However, do big vendors (e.g. Microsoft) really offer "support" of any kind? I'm sure there is some sort of ...
1
vote
1answer
2k views

Any experiences with Onlc.com or LearnDell.com instructor-lead training sessions for Microsoft e-learning courses?

The company that I work for is looking at ways of training some of our front line help-desk staff members so that they are able to handle more in depth technical issues. The staff members are entry ...
1
vote
2answers
168 views

What is (was) an update channel?

I was checking out what version of Firefox I'm using and it was telling me that I'm on the 'release update channel'. So I googles "Update Channel" and I finds this seemingly antiquated MSDN article ...
3
votes
2answers
1k views

What's the best way to learn the MS Business Intelligence stack?

What's the best/easiest way to get into the MS BI stack on my own (preferably with a [kindle] book)? Specifically, I'd like to learn more about SSIS, SSRS, and SSAS in that order. I've tried looking ...
2
votes
0answers
332 views

I want to sell my software [C# desktop application] but I was Stuck in licencing [duplicate]

Possible Duplicate: if I use .NET Framework for my application, do I have to pay anything to Microsoft? I have developed a desktop application called "Institute Management System" which has ...
3
votes
1answer
1k views

How many questions are on the 70-511 exam?

I'm preparing to take the Windows Applications Development with Microsoft .NET Framework 4 exam, but I'm not sure how many questions are on it. I know the exam should only take 90 minutes or so, but ...

1 2