ONDotnet
O'Reilly Network.oreilly.comSafari Bookshelf.Conferences. Sign In/My Account | View Cart   
Articles Weblogs Books Learning Lab eDocuments  
O'Reilly Emerging Technology Conference March 14 - 17, 2005, San Diego, CA

Search

 

 Advanced Search »

Login
Register
Manage Newsletters
Register Your Books

Product Showcase
BEA Learning Channel

Sites
LinuxDevCenter.com
MacDevCenter.com
WindowsDevCenter.com
Mozilla DevCenter
ONDotnet.com
ONJava.com
ONLamp.com
Apache
BSD
MySQL
PHP
Python
Security
OpenP2P.com
Perl.com
Policy DevCenter
Wireless DevCenter
XML.com
WebServices.XML.com

Affiliate Sites
LinuxQuestions.org
MobileWhack
OSDir.com
Servlets.com
SymbianOne.com

Resource Centers
Bioinformatics
C/C++
Databases
Digital Media
Enterprise Development
Game Development
Java
Linux/Unix
Macintosh/OS X
.NET
Open Source
Oracle
Perl
Python
Scripting
Security
SysAdm/Networking
Web
Web Services
Windows
Wireless
XML  

Atom Feed.
RSS Feed.
Related O'Reilly Books

Traveling to
a tech show?

Discount Hotels Search
Philadelphia Hotels, PA
Atlanta Hotels
Disney Orlando Hotels
Canada Hotels
Orlando Hotels, Florida
Info on Las Vegas Hotels
New York City Hotels






  

Using SQL Cache Dependency
Caching SQL data using the .NET framework 1.x and 2.0

  

Liberty on Whidbey: Web Parts in ASP.NET 2.0
Allow users to personalize their web site experiences

  

Using the Observer Pattern in .NET
Writing a binary clock using the Observer pattern

  

Learning ASP.NET for the ASP Developer - Part 3  In the final part of this tutorial, Nihal Mehta will demonstrate how to construct largescale ASP.NET websites. In the previous tutorials of this series, Nihal showed how to build single ASP.NET pages where all the code for a page was written on the page itself. This approach can quickly get tedious when you have code that is common across several pages. Thus, one of the most important elements in sites with a large number of pages is the ability to share code.   [ONDotnet.com]

Using the SQL Server 2000 Reporting Services  Microsoft has finally added reporting capabilities to its flagship database server, SQL Server 2000. In this article, Wei-Meng Lee walks you through the basics of creating a simple report using the SQL Server 2000 Reporting Services.   [ONDotnet.com]

O'Reilly Learning LabLinux/Unix SysAdmin Certificate -- Learn system administration skills online and receive certification from the University of Illinois. Courses include: The Unix File System, Networking and DNS, Unix Services (including email and web servers), and Scripting for Administrators with Sed, Awk, and Perl. It's all at the O'Reilly Learning Lab. Enroll today and save $200.

Liberty on Whidbey
Skins and Themes  In his previous column, Jesse Liberty showed you how to use web forms security to create a personalized site. Here, he builds on that work to introduce the concepts of skins and themes, which allow users to configure the look and feel of your site.   [ONDotnet.com]

Introducing SQL Server Reporting Services  Microsoft has finally added reporting capabilities to SQL Server 2000. Wei-Meng Lee walks you through the basics of creating a simple report using the SQL Server 2000 Reporting Services.   [ONDotnet.com]

Learning ASP.NET for the ASP developer - Part 2  In the first part of this tutorial, we showed how ASP.NET allows us to cleanly separate presentation markup from server side script code. In this second part, we will continue our investigation of ASP.NET from a classic ASP developer's perspective. We will delve deeper and demonstrate how an ASP.NET page is put together.   [ONDotnet.com]

Liberty on Whidbey
ASP.NET 2.0 Databinding  In ASP.NET 2.0, a great deal of the ADO.NET object model has been incorporated into controls that let you interact with data declaratively, and that spare you from writing boilerplate code to create datasets, extract tables, bind tables or views to controls, and so forth. Jesse Liberty shows you how ADO.NET 2.0 and ASP.NET 2.0 are now meaningfully matched.   [ONDotnet.com]

Liberty on Whidbey
Personalization in ASP.NET 2.0  In previous articles, Jesse discussed security and managing users' roles. This article picks up from where those articles left off, and show you how to provide personalized web pages for your users. Personalization allows your web site to welcome the user and to persist the user's state.   [ONDotnet.com]

The Magic of ClickOnce  One of the major attractions of the web application is its ubiquitous access--anyone with a web browser can access the application and there are no setup issues to worry about. With the advent of web services, a new model can be drawn from the best of both worlds--harnessing the rich capability of the client-side Windows environment as well as the distributed and connected model of web services. This new model is known as smart clients. In this article, Wei-Meng Lee shows you how smart clients are supported in Visual Studio 2005 and how it makes deploying them easy and painless.   [ONDotnet.com]

Making Sense of Partial Classes  In Whidbey, Microsoft has introduced partial classes, with which we can spread the definition of a class over multiple files. The use of partial classes attempts to solve the problem of separation of designer code and implementation code. Nick Harrison shows you these solutions and explores the benefits of using partial classes in your own projects.   [ONDotnet.com]

Cooking with ASP.NET, Part 2  Last week, in part one of this two-part excerpt from the ASP.NET Cookbook , authors Michael Kittel and Geoffrey LeBlond cooked up three recipes to make ASP.NET work for you. This week, they're back in the kitchen with two more recipes: one to create a reusable handler that reads image data from the database and sends it to the browser, and another to improve the performance of pages that rarely change by saving and reusing HTML output.   [ONDotnet.com]

Liberty on Whidbey
Master Pages in ASP.NET  On many web sites, it is important to achieve a consistent "look and feel" as the user moves from page to page. While this was possible with .NET 1.1, it was difficult and required both programmer and designer discipline. ASP.NET 2.0 makes this far easier with the creation of master pages. Jesse Liberty shows you how master pages work in ASP.NET 2.0.   [ONDotnet.com]

Cooking with ASP.NET  Michael Kittel and Geoffrey LeBlond have selected a few of their favorite recipes from O'Reilly's recently released ASP.NET Cookbook. Learn how to add a Totals row to a DataGrid, communicate between user controls, and display user-friendly error messages. Check back next week, as the authors offer two more recipes--for creating a reusable image handler and saving and reusing HTML output.   [ONDotnet.com]

Learning ASP.NET for the ASP Developer, Part 1  You may be an ASP developer. After the boom of the 1990s, there are thousands of you out there. We know you want to learn ASP.NET. In this, the first of three articles by Dr. Nahal J. Mehta, he shows you how to leverage your ASP knowledge to learn how to think like an ASP.NET developer.   [ONDotnet.com]

Site Navigation in ASP.NET 2.0  As your web site grows in complexity, it is imperative that you make the effort to make your site much more navigable. A common technique employed by web sites today uses a site map to display a breadcrumb navigational path on the page. ASP.NET 2.0 comes with the SiteMapPath control to help you in site navigation. Wei-Meng Lee shows you how it all works.   [ONDotnet.com]

Logical and Physical Software Design with Microsoft .NET  When integrated circuit engineers design components, they pay attention not only to the logical design of the chip, but also to the way it is physically implemented in silicon. With improved .NET deployment technology, programmers must do likewise. Michael Stiefel and George Wesolowski show you how physical and logical design can help you with .NET applications.   [ONDotnet.com]

Introducing Themes and Skins in ASP.NET 2.0  Most web designers use Cascading Style Sheets (CSS) to maintain a consistent look and feel on their web sites. ASP.NET 2.0 introduces a new way to maintain a consistent look and feel without having to manage your own CSS files. This new article by Wei-Meng Lee introduces the new feature and shows you how it works.   [ONDotnet.com]

Using the ESB Service Container  O'Reilly's Enterprise Service Bus, by Dave Chappell, shows how to use an event-driven SOA to integrate enterprise apps and web services built on J2EE, .NET, C#/C++, or other legacy platforms, into a single integration network that spans the extended enterprise. In this excerpt from Chapter 6 of his book, Dave discusses the ESB service container--a key architectural concept that provides the implementation of the ESB's service interface.   [ONJava.com]

Personalization in ASP.NET  Personalizing your web site can enhance the experiences of users visiting your site. Personalization allows information about visitors to be persisted so that the information can be useful to the visitor when he visits your site again. Wei-Meng Lee shows you how it all works in ASP.NET 2.0.   [ONDotnet.com]

Using the New Callback Manager in ASP.NET 2.0  One of the inherent limitations of web applications is the costly round-trip delay when a web page posts something back to the server and reloads the page. Wei-Meng Lee shows you how to use the new Callback Manager to eliminate this limitation.   [ONDotnet.com]

Using the Gtk Toolkit with Mono  As a cross-platform UI framework, Gtk allows you to develop graphical user interfaces for applications on Microsoft Windows, various flavors of Unix and Linux, and Mac OS X, without having to write OS-specific UI code. Because it is cross-platform and object-oriented, the Mono team decided to use Gtk as the basis for its UI framework. Gtk#, the C# wrapper for Gtk, is the result. Niel Bornstein, coauthor of Mono: A Developer's Notebook, shows you how to get started with Gtk#.   [ONDotnet.com]

Liberty on Whidbey
Rapid Application Development with VB.NET 2.0  For a couple of years now, Jesse Liberty been touting the Microsoft endorsed-sentiment that it really doesn't matter if you program in C# or in VB.NET, since both are just syntactic sugar layered on top of MSIL (Microsoft Intermediate Language, the true language of .NET). That appears to be changing a bit with Whidbey. Jesse Liberty investigates the new My object in VB.NET 2.0.   [ONDotnet.com]

Writing Cross-Platform Mobile Applications Using Crossfire  If you are a Microsoft developer familiar with the .NET Framework, you generally have two options if you want to write mobile applications. For mobile handsets, you can develop mobile Web applications using the ASP.NET Mobile controls. For standalone applications, you can use the .NET Compact Framework. However, using the .NET Compact Framework you can only target Pocket PC devices. And that essentially means that you are out of luck when it comes to developing for competing devices such as Palm and Symbian Smartphones. In this article, Wei-Meng Lee introduces you to a new open source project known as Crossfire that promises to close the gap.   [ONDotnet.com]


Click here for all .NET articles listed in chronological order.


Justin Gehtland's Weblog
Spring.NET
my ongoing exhortation of open-sourciness for .NET (May 26, 2004)


More Weblogs

Mac Mini info for Linux and Windows users [Todd Ogasawara]

I buy a Mac, sort of [Jonathan Gennick]

Microsoft Anti-Virus Tool - A Waste of Good Bytes [Preston Gralla]

XP SP2 breaks Captive-NTFS. How to work around this. [Kyle Rankin]

Review of Logmein.com [John Sequeira]

More .NET weblogs

Today's News
January 22, 2005

eBay revokes Microsoft's Passport The online auctioneer notifies customers that it will no longer allow them to log on through Microsoft's identity management service. [Source: CNET News.com: Enterprise]

American Airlines Information Gathering matt-fu writes "Cory Doctorow posted a story on boingboing.net this morning describing a recent hassle while flying American Airlines. It seems that since he was traveling from the UK to the US with a Canadian passport, he was actually asked to give out the names and addresses of everyone he would be staying with in the US! He has written an open letter to AA in response. Has anyone else had something like this happen to them?" [Source: Slashdot Org latest news headlines]

eBay officially revokes Microsoft's Passport The online auctioneer notifies customers that it will no longer allow them to log on through Microsoft's identity management service. [Source: CNET News.com: Enterprise]

Do You Want to Live Forever? Jamie McCarthy writes "In 1918, Gunnery Sergeant Daniel Daly inspired his weary men to attack by yelling, 'come on, you sons of bitches, do you want to live forever?' But how would the world change if we could? This month's Technology Review introduces us to the computer scientist, and self-taught biologist, Aubrey de Grey, who thinks immortality could be within our grasp by 2030. Thinking like an engineer, he's broken aging down into seven specific problems, like cell atrophy and mitochondrial mutation, which he believes can all, in principle, be solved. And he has good reason to think those seven are the only 'bugs' standing in the way of a thousand-year lifespan. De Grey is clearly both a genius and a little nuts, but I'm not sure in what proportion..." [Source: Slashdot Org latest news headlines]

US Air Force Building Space Router Saint Aardvark writes "From the ISTS daily news comes a story on the US Air Force seeking to build a space router. From TFA: "Northrop Grumman and Caspian Networks are collaborating to develop an Internet Protocol router that can withstand the constant barrage of solar radiation in orbit. The space-hardened IP router will be part of the Air Force's Transformational Satellite Communications System, which will provide IP-based communications to warfighters." I wonder what the ping times would be like..." [Source: Slashdot Org latest news headlines]

.net Domain Up For Grabs belmolis writes " The New York Times is reporting that the bidding is on for the .net domain currently administered by VeriSign. VeriSign's current contract expires June 30th; applications are due today. Three companies are known to be interested: NeuStar, which currently manages .biz, Afilias, which manages .info, and Denic eG, a non-profit that manages the German .de domain. ICANN is bending over backward to avoid any suggestion of bias due to its conflict with VeriSign over VeriSign's Site Finder "service" and has appointed an independent team to evaluate the applications. VeriSign has been lobbying hard to keep the domain and is reported to have received letters of support from Microsoft and IBM." [Source: Slashdot Org latest news headlines]

EPassport Awards More RFID Contracts [Source: internetnews.com: Top News]

SAP, Microsoft Linked Up With .NET Netweaver [Source: internetnews.com: Top News]

Altiris Buys Tonic for App-Level Monitoring Best known for server and PC monitoring, the acquisition gives the IT lifecycle management outfit a view into Java and .NET applications. [Source: internetnews.com: Top News]

Quest For "Unbreakable Java" Unites ABAP & Java jg21 writes "Writing an article about "A Java Server That Never Goes Down" is pure hubris, but a German developer who says he's been "eating, sleeping, and drinking Java" for 8 years doesn't seem to care and his article brings to light the aspects of VM we rarely think of as he introduces "user isolation" and tells about some interesting work SAP in Germany is doing in that area, merging the Java and the ABAP worlds." [Source: Slashdot Org latest news headlines]

Online Groups Behind Bulk of Bootleg Films (& Games) xasper8 writes "First it was the RIAA, now Hollywood is cracking the legal whip on online piracy." There's a better article about this in the recent issue of Wired that gets more in depth on this. Basically, good background on how file releases get made. Yes, we did have Wired link yesterday as well. My bad. [Source: Slashdot Org latest news headlines]

Comparing Codecs for 2004 MunchMunch writes "Popular encoding/guide/news site doom9.org has just put up its codec shoot-out for 2004, comparing 3ivx 5.0, Divx Fusion 5.9 (prerelease 6.0), Nero Digital Main Profile and High Profile, RealVideo 10, On2 VP6, VideoSoft's VSS, Xvid 1.0, MS's WMV9 and, last, newcomer Jomingo's HDX4. The comparison covers the speed, accuracy, target-file-size-adherence and other aspects of the codecs -- but also lets you compare yourself via high- and low-bandwidth framegrabs of each codec with a nice zoomable image-swap script." [Source: Slashdot Org latest news headlines]


Sponsored By:



Watching Microsoft Like a Hawk



Contact Us | Advertise with Us | Privacy Policy | Press Center | Jobs

Copyright © 2000-2005 O’Reilly Media, Inc. All Rights Reserved.
All trademarks and registered trademarks appearing on the O'Reilly Network are the property of their respective owners.

For problems or assistance with this site, email