Your best source of information and news about windows, software and secrets on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

Visual Studio

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category Visual Studio.

Generate Typed Dataset from an XSD file


Visual Studio 2005’s Typed DataSet is pretty cool. It gives you good control of what the relations should be and it pretty much mimics a table in the database. I love it. But one thing I hate about that is when you serialize your Typed DataSet your XML looks not up to the mark of what you want.

It does serves the purpose but it has all sorts of primary key/foreign key references that are serialized into the XML that at times we don’t want. Rather what we want is a nested XML structure that meaningfully makes sense if you wear that XML glass.

Adding an XSD file to your project won’t help right away as VSNET 2005 doesn’t directly generate dataset (.Designer.cs file) out of it. But, to our rescue, there is a work around to get VSNET 2005 generate typed-dataset from an XSD file. Here is what you should do,

  • Select the XSD file you want VSNET 2005 to generate typed-dataset from
  • Go into the XSD file’s properties
  • Set the "Build Action" to "Content"
  • Set the "Custom Tool" to point to "MSDataSetGenerator"

And that’s it. The next time you save the XSD file you

...
Click to continue reading "Generate Typed Dataset from an XSD file"

Written by askars on October 24th, 2008 with no comments.
Read more articles on .NET Framework and otherSoftware and .NET Framework 2.0 and howto and Visual Studio and .Net and Tips and Tricks.

Data Dude + Team Dev are now one plus it’s now Visual Studio 2010

Microsoft opened up the kimono today on Press Pass.

The next release of Visual Studio is Visual Studio 2010 and the .NET Framework 4.0.

In addition, if you go down the page here, you find some juicy goodness:

Better Together – Visual Studio Team System Development Edition and Database Edition
In recognition of the increased need to integrate more of the lifecycle members together, we will provide a unified Development and Database product in Visual Studio Team System 2010. Beginning October 1, 2008 Development Edition and Database Edition MSDN subscribers will have access to both products.”

Great news!

Written by kenlin@HK [MVP] on October 2nd, 2008 with no comments.
Read more articles on otherSoftware and .NET Framework and Visual Studio and Beta News and MS News.

“Requested registry access is not allowed”

Click to enlarge

Written by Patrick S on June 2nd, 2008 with no comments.
Read more articles on Rants and otherSoftware and Visual Studio and Programming.

Windows Server, SQL Server & Visual Studio Launch 2008 Resources

HEROES Happen {HERE}

Microsoft have just posted the resources from the Windows Server, SQL Server & Visual Studio Heroes happen {Here}  launch. Check them out they are very informative indeed!

Catergorys include:

  • Session 1 | What’s New in Windows Server 2008
  • Session 2 | Virtualization and Your Infrastructure
  • Session 3 | Securing Your IT Infrastructure with Windows Server 2008
  • Session 4 | Exploring Windows Server 2008 Web and Application Technologies

Find the links to the slides here: http://www.technetbriefings.com/2008-launch-resources.aspx

Written by Patrick S on April 25th, 2008 with no comments.
Read more articles on MS SQL and otherSoftware and Visual Studio and Windows Server System.

Visual Studio 2008 Product Comparison Guide, v1.08 + Updates

A new version of the Visual Studio 2008 Product Comparison Guide is now available. Version 1.08 includes updates to a number or line items, but in particular it includes a lot of fixes in the debugging section and adds a section on 64-bit development features.

Also check out the update for Visual Studio 2008 and Visual Web Developer Express 2008 @ http://code.msdn.microsoft.com/KB946581

Written by Patrick S on April 24th, 2008 with no comments.
Read more articles on otherSoftware and Visual Studio.

Treat your eyes to some Consolas

Picture this: You’re a developer who frequently writes console applications. Each day after work you go home and head to bed, you close your eyes and burnt into the darkness is the ever so familiar output of command prompt jargon.
Does the above sound like you? Sick of screen-burn in your eyes?
Well Microsoft have answered your call to give your eyes a rest :)

Introducing the “Consolas” font Microsoft developed specifically for developers!!

“When we began work on a project to create a new set of fonts which would take maximum advantage of ClearType, we decided to develop a fixed-pitch font for developers - because no one ever thought of their needs, and we realized a highly-readable fixed-width font would make their lives a lot easier…
…The Windows International fonts team is also working on another version that’ll support Vietnamese, and also the line draw characters that we made to support the console window.”

 

See for yourself-This image (as shown on IE blog is of the standard 8 x 12Px Raster font used by default in CMD.exe

Compare this to the Consolas type fonts:

consalas

You

...
Click to continue reading "Treat your eyes to some Consolas"

Written by Patrick S on April 23rd, 2008 with no comments.
Read more articles on otherSoftware and Visual Studio and Computing.

« Older articles

No newer articles