Your best source of information and news about hardware, hardware and hardware on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

.NET Framework

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category .NET Framework.

Why does “My Application” crash when starting it from a Network Drive/Share?

I've seen a lot of applications that works from local drive and doesn't from Network Drive or Share. When trying to run some of those applications...

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]


Written by magakos on July 14th, 2009 with no comments.
Read more articles on Code Access Security Policy Tool and CASPOL and security policy and otherSoftware and .NET Framework and .Net.

Windows Azure Services

Windows® Azure is a cloud services operating system that serves as the development, service hosting and service management environment for the Azure Services Platform. Windows Azure provides developers with on-demand compute and storage to host, scale, and manage Web applications on the Internet through Microsoft® data centers.

To build these applications and services, developers can use their existing Microsoft® Visual Studio® 2008 expertise. In addition, Windows Azure supports popular standards and protocols including SOAP, REST, and XML. Windows Azure is an open platform that will support both Microsoft and non-Microsoft languages and environments.

 What is the Azure Services Platform?

Written by kenlin@HK [MVP] on October 30th, 2008 with no comments.
Read more articles on MS SQL and otherSoftware and .NET Framework and Windows Live.

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 should be able to see the dataset file, .Designer.cs (or .vb) file, for your XSD.

Visit DemoGeek.com for amazingly detailed quality articles on Computer, Internet, Browsers, Software, Programming and much more.

      

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.

Peek into the .NET Framework Source Code

A

Written by askars on January 18th, 2008 with no comments.
Read more articles on .NET Framework and otherSoftware and Code Samples and Breaking News and .Net and News.

[Microsoft Live Labs] Volta: Web Development Using Only the Materials in the Room

 

Today, Microsoft Live Labs is announcing the Volta technology preview, a developer toolset for building multi-tier web applications using existing and familiar tools, techniques and patterns. Volta’s declarative tier-splitting enables developers to postpone architectural decisions about distribution until the last possible responsible moment. Also, thanks to a shared programming model across multiple-tiers, Volta enables new end-to-end profiling and testing for higher levels of application performance, robustness, and reliability. Using the declarative tier-splitting, developers can refine architectural decisions based on this profiling data. This saves time and costs associated with manual refactoring. In effect, Volta extends the .NET platform to further enable the development of software+services applications, using existing and familiar tools and techniques.

You architect and build your application as a .NET client application, assigning the portions of the application that run on the server tier and client tier late in the development process. You can target either web browsers or the CLR as clients and Volta handles the complexities of tier-splitting. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and all communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together. In effect, Volta offers a best-effort experience in multiple environments without requiring tailoring of the application.

Written by kenlin@HK [MVP] on December 6th, 2007 with no comments.
Read more articles on otherSoftware and Daily Life and .NET Framework and Microsoft and Computing and Beta News and Windows Live.

« Older articles

No newer articles