microsoft

Anyone have good information on Microsoft Kojax?

Has anyone in the SO community had an opportunity to learn more about, or get any hands on exposure to Microsoft Kojax? It is way early, but are there any resources out there about this technology (Publicly available on the web)? ZDNet Article on Kojax From the article: "Kojax is a mobile development platform, according to my sources,...

Why is the Pair in System.Web.UI?

To me at least, the Pair class is a very multi-purpose class. So why did Microsoft put it into the System.Web.UI namespace? Is there a reason that my tiny brain cannot comprehend? Thanks. ...

Do you use any of the features in the various Visual Studio 2008 Team editions?

We're contemplating Visual Studio licensing and need to decide whether licenses for Architecture/Database/Test editions are necessary. Does anyone have enough experience with these tools to say whether they are useful? I'd love some specific examples. I'll also accept links to non Microsoft sites that provide some sort of overview of ...

Error installing expression web 2 (-2147024873)

Anybody ever had the error "Installation of the "Microsoft Expression Web 2" product has reported the following error: -2147024873.. " when trying to install Microsoft Expression Web 2 or Microsoft Expression Studio? This is the error I'm getting, but I can't figure out what the problem is. I have no beta or RC or pre beta software ins...

Should Microsoft avoid implementing a feature in .Net just because internationalising it is too difficult?

I raised a request over at Microsoft Connect regarding the formatting of dates ("DateTime Formatting should caluclate the correct suffix for the day"). Basically I wanted to have a formatting string code for adding the suffix to the day number. So "1 Jan" would be formatted "1st Jan" and "2 Jan" formatted "2nd Jan" etc. This is quite ea...

SQL Server 2005: File Resizing

Hi all, I have some databases that have four files each; one for PRIMARY, IDX, IMAGE, LOG their initial sizes were set to 200MB each but they are consuming far less space, about 100MB total. 1) is it possible to resize the database files while they are in use down to more reasonable sizes, say "current consumption" + 10MB? 2) is it p...

Oxite: What are you going to do with it?

Microsoft released the source for Oxite, their blogging engine that's intended to help .NET developers learn ASP.NET MVC. They also released the source for the Mix site, which was built with Oxite. Microsoft says that developers can build applications with Oxite, since it has a lot of built-in features like trackbacks, pingbacks, and RS...

What is the difference between Microsoft Passport and OpenID?

OpenId is open source and can be implemented by anyone. In both cases my credentials are held on a third party server. The only advantage I can think of for using Microsoft Passport is the reliability of Microsoft. ...

Sql Server Deadlock Object IDs are too large

Hi, I am trying to trace a deadlock that is occurring in our SQL 2005 database (64-bit). We do not currently have snapshot isolation enabled. I turned on tf-1204 and received the output below. From this output I am able to determine that Node 1 is a stored procedure that selects data and only modifies values in #temp tables. Node 2...

Calling C Code from FORTRAN

Given Microsoft FORTRAN 5.1 and Microsoft C/C++ 14.0, along with the linker that comes with that version of FORTRAN (that must be used for other dependencies) how do I create a C function and call it from the FORTRAN application? ...

Saving Program Data

I'm looking for some information and a little history. I am writing a program and I want to save some data without using a database. I'm assuming I could use XML but what else can I use? How do you save data to files and then retrieve them without XML and without plain text? What is Binary formatting, can that be used? Isn't binary forma...

Tech-Ed instead of Microsoft PDC?

For the last 8 years or so I've been making a point to attend PDC. This past year I did not feel that I got nearly as much out of the conference then I have in years past. I think mainly this was because I'm still trying to learn the new technologies introduced during the last PDC, and I felt I spent most of my time searching for good co...

MS Commerce Server Gotcha's

What are some things that got you when setting up a Commerce Server eStore? ...

Microsoft (SQL) server licensing

We're planning a browser application (xbap) which is going to talk to WCF services. These WCF services get information from a SQL database. Each of our clients has his own database on this server. The clients need to get reports from SQL Reporting Services. A client can have multiple instances of this application running. How does this ...

Controllers handle application flow, so where does my business logic go?

I will begin this question by admitting I am very new to MVC. The design pattern makes sense to me at a high level, but now that I'm exploring ASP.NET MVC, some of the architectural pieces are challenging my preconceived notions. Learning is a good thing. I've been working with Oxite lately as a learning tool written by people at the co...

MSDN - Question about MSDN Subscription and Microsoft Expression tools

Are the latest expression tools covered under a Microsoft MSDN subscription? I know in the past they were not part of MSDN downloads. I think I remember someone saying they are available now. Are these trial editions or full-blown versions? ...

How Do I Follow A T-SQL Transaction?

Are there any programs that will allow you to follow a sql transaction through to it's end? For instance, say I've inherited a rather complex sql database with a data dictionary. The data dictionary is pretty good, but not as good as say, SQL Doc. I've taken a look at Red Gate's Dependency Tracker and, while that does a very good job ...

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 installed. So what is the Microsoft equivalent to nm, i.e., what command will list the symbols exported by a .lib file, the undefined symbols i...

Microsoft Patch 958369 MS08-070 broke my VB6 App (Type Mismatch - dynamically created control)

We upgraded our machines with a microsoft patch listed above and are now having issues with some winsock controls. While moving on to the new component library there were two issues that we faced: We are creating a Winsock control dynamically using Form.Controls.Add(...). With the new dlls it gave us a run time error 731 stating that...

Microsoft Office PIA and how to reference and build correctly from WebApp

All, I am currently trying to build on teamcity, which uses Microsoft.Office.Interop dll. This will build and work fine locally as I have office installed, however when trying to build it on TeamCity it fails as it has no reference. I can't install the PIA distributable as I get an error message saying the Office 2003 is required to ...