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

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

.Net

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

Microsoft is open sourcing the .NET Framework

image

Scott Guthrie announced today that Microsoft is opening up the source code for the .NET Framework library with the release of the .NET Framework 3.5 and Visual Studio 2008 later this year. Microsoft will begin by offering the source code (with source file comments included) for the .NET Base Class Libraries (System, System.IO, System.Collections, System.Configuration, System.Threading, System.Net, System.Security, System.Runtime, System.Text, etc), ASP.NET (System.Web), Windows Forms (System.Windows.Forms), ADO.NET (System.Data), XML (System.Xml), and WPF (System.Windows).  It will then be adding more libraries in the months ahead (including WCF, Workflow, and LINQ).  The source code will be released under the Microsoft Reference License (MS-RL).

Source: Scott Guthrie

Written by askars on October 3rd, 2007 with no comments.
Read more articles on Breaking News and .NET Framework and .Net and Visual Studio and News and Microsoft.

ASP.NET 2.0 Server Side Comments

Ever wonder how to write comments within an aspx file? <!– –> won’t cut it as it gets processed on the server side and the resulting HTML will contain the commented code as processed. Enter, <%– –%>. There are 2 ways you can truly comment on an aspx file.

One way. for example,

<%–

Anything within this block will not be parsed/handled by ASP.NET.

<asp:TextBox runat=”server”></asp:TextBox>

–%>

 And here is the other visual way of doing it,

image

Hope it helps.

Written by askars on September 30th, 2007 with 2 comments.
Read more articles on howto and ASP.NET and .Net and Visual Studio and Tips and Tricks.

Professional ASP.NET 2.0 Special Edition (Wrox Professional Guides)

Title: Professional ASP.NET 2.0 Special Edition (Wrox Professional Guides)
Author: Bill Evjen / Scott Hanselman / Devin Rader / Farhan Muhammad / Srinivasa Sivakumar
Publisher: Wrox
ISBN: 0470041781
Pub-Date: 2006-10-16

Book Description
ASP.NET allows web sites to display unique pages for each visitor rather than show the same static HTML pages. The release of ASP.NET 2.0 is a revolutionary leap forward in the area of web application development. It brings with it a wealth of new and exciting built-in functions that reduce the amount of code you’ll need to write for even the most common applications.

With more than 50 new server controls, the number of classes inside ASP.NET 2.0 has more than doubled, and in many cases, the changes in this new version are dramatic. This book will alert you to every new feature and capability that ASP.NET 2.0 provides so that you’ll be prepared to put these new technologies into action. Greatly expanded from the original best-selling Professional ASP.NET 2.0, this new special edition adds hundreds of pages of new coverage of advanced and new techniques relating to data and data sources, the provider model, personalization, membership, role management, localization, configuration, migration, and Altas.

Bonus CD-ROM and DVD

Click to continue reading "Professional ASP.NET 2.0 Special Edition (Wrox Professional Guides)"

Written by Nikolay on August 22nd, 2007 with 1 comment.
Read more articles on ASP.NET and .Net.

How to Code .NET: Tips and Tricks for Coding .NET 1.1 and .NET 2.0 Applications Effectively

Title: How to Code .NET: Tips and Tricks for Coding .NET 1.1 and .NET 2.0 Applications Effectively
Author: Christian Gross
Publisher: Apress
ISBN: 1590597443
Pub-Date: 2006-10-19

Book Description

What is good code? Writing good code is really a question about what the code is trying to solve. (And good code is not to be confused with patterns–because not all pieces of good code are patterns.) We debate about good code because there is not just a single piece of good code, but so many good pieces of code. And each good piece of code depends on the context in which it is used.

How to Code .NET: Tips and Tricks for Coding .NET 1.1 and .NET 2.0 Applications Effectively provides solutions to certain problems. That is, specific problems. This book provides detailed, authoritative explanations of good .NET coding techniques. It’s based on award-winning material that author Christian Gross has previously presented at conferences throughout the US and Europe. What’s more, the author is at the forefront of the .NET technology wave and an acknowledged expert on the subject of .NET coding style and techniques.

How to Code .NET: Tips and Tricks for Coding .NET 1.1 and .NET 2.0 Applications Effectively

http://www.amazon.com/exec/obidos/redirect?path=ASIN%2F1590597443

Click to continue reading "How to Code .NET: Tips and Tricks for Coding .NET 1.1 and .NET 2.0 Applications Effectively"

Written by Nikolay on August 22nd, 2007 with no comments.
Read more articles on .Net.

Build Your Own ASP.NET 2.0 Web Site Using C# & VB

Title: Build Your Own ASP.NET 2.0 Web Site Using C# & VB
Author: Cristian Darie / Zak Ruvalcaba
Publisher: SitePoint
ISBN: 0975240285
Pub-Date: 2006-10-31

Book Description
Learn how to build impressive ASP.NET 2.0 Websites in both C# and VB from scratch.

Using a practical step-by-step approach, the authors introduce the ASP.NET framework, teach you about database design, and walk you through obtaining, installing and configuring all the freely available software you need to use ASP.NET 2.0. They then show you how to build several real world Web-based applications that you can put to use instantly in your projects.

Readers will learn how to:

  • Develop a fully functional Corporate Intranet with a dynamic navigation menu
  • Create an email newsletter system using ASP.NET 2.0
  • Build web forms using web controls, validation controls, and rich controls
  • Program in both C# and VB
  • Handle unforseen errors gracefully using a range of error handling techniques
  • Secure applications using form authentication
  • Use code-behind to streamline code.

    This book doesn’t force you to choose an ASP.NET language in advance - all code examples are presented in both C# (pronounced see-sharp) and VB. You can choose which one you want to use, and follow-it throughout the book. Best

  • Click to continue reading "Build Your Own ASP.NET 2.0 Web Site Using C# & VB"

    Written by Nikolay on August 22nd, 2007 with no comments.
    Read more articles on ASP.NET and .Net.

    C# 2005 Programmer’s Reference (Programmer to Programmer)

    Title: C# 2005 Programmer’s Reference (Programmer to Programmer)
    Author: Adrian Kingsley-Hughes / Kathie Kingsley-Hughes
    Publisher: Wrox
    ISBN: 0470046414
    Pub-Date: 2006-11-06

    Book Description
    As one of the hottest programming languages in use today, C# enables you to build a wide range of secure and robust enterprise applications that run on the .NET Framework, including XML Web services, client-server applications, database applications, and more. Now with the release of C# 2005, you’ll find a complex array of new language options and parameters to create even more powerful applications if you know how to utilize them. This book will show you how.

    Combining a comprehensive tutorial and reference, this book breaks down the latest features while exploring the language from the ground up. The first section provides you with a detailed understanding of basic programming concepts and helps you gain the skills to write your own applications. The second section presents detailed information on specific features of the language so you can immediately take advantage of all the tools available.

    What you will learn from this book

    • A complete understanding of C# and its language structure
    • The best methods for mastering the new features of C# 2005
    • Techniques for building cutting-edge applications for

    Click to continue reading "C# 2005 Programmer’s Reference (Programmer to Programmer)"

    Written by Nikolay on August 22nd, 2007 with no comments.
    Read more articles on c# and .Net.

    « Older articles

    Newer articles »