Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

James Yang Profile

photo James Yang (devart_jamesyang)
26 Feb 2002
Australia

http://www.devarticles.com/
Contact memberContact this Member Edit ProfileEdit my profile

James is a student at Georgia Institute of Technology, majoring in Computer Science. He is an MCSE, MCDBA, MCSA and CCNA.

This user has contributed 4 articles, 0 code samples and posted 10 messages in our discussion forums.

Technology Interests

      Articles & Tutorials

    • Building XML Web Services Using C# and ASP.NET

      by devart_jamesyang

      The term web service has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create them? In this article James shows us how to build two web services and also unravels all of the lingo surrounding web services.. Read full article

    • ASP.NET Controls Explained: Part 1/2

      by devart_jamesyang

      In ASP.NET, there are several features that we can use to make our code reusable and independent of other code, including user controls, server controls, and the code behind method. In this article James explains what each of these features are used for, and also shows you how to use each one by providing a number of simple yet detailed ASP.NET examples.. Read full article

    • ASP.NET Controls Explained: Part 2/2

      by devart_jamesyang

      In this, the final article of the two part series relating to ASP.NET controls, James teaches us about custom controls and components. He talks about creating them, as well as compiling them from the command prompt using the C# compiler. He also provides two ASP.NET examples that demonstrate how to both create and integrate custom controls and components into our ASP.NET pages.. Read full article

    • Boosting Your .NET Application Performance

      by devart_jamesyang

      Confused about the tiers, performance or scalability of your .NET apps? If so, James has come to the resue with his personal insight, tips and tricks on how best to structure your .NET apps.. Read full article