help.net
<font size="2"><br />Musing on .Net</font>
-
Four New "Working with Data in ASP.NET 2.0" Tutorials Now Available
Scott Mitchell again with a great tutorial series:
-
A new code converter
The excellent component company Telerik has launched a new converter (C# to VB and VB to C#).
-
SmartOutline for VS2005
SmartOutline is a utility that enables enhanced region outlining. SmartOutline regions are supported with any VS2005 programming language and file type that can be opened in the Visual Studio editor. The utility is developed as a VSIP package and integrated with Visual Studio 2005.
-
Developers.ie now with more services
The Developers.ie irish community is growing fast and we are now more than 2 500 members to share the same passion for the software industry.
-
Google offers flushable Broadband
TiSP, or Toliet Internet Service Provider enables anyone with indoor plumbing to get broadband by simply dropping a fiber-optic cable down their toilet and flushing. Once in your sewer line one of Googles trained Plumbing Hardware Dispatchers (PHDs) will plug your cable into Googles global data networking system and you'll be surfing the web within the hour. TiSP is currently in beta because "when things go wrong, they go very, very wrong"
-
Transferring data using SqlBulkCopy Class
Introduction:
-
Scalable apps with Asynchronous Programming in ASP.NET
Do you want to know a secret? A deep, dark, dirty secret? One that, if revealed, would cause great angst in the ASP.NET community and prompt shouts of "Aha!" from the anti-Microsoft crowd?
-
ZAP: a Tool for Generating ASP.NET Websites Automatically
A lot to learn from this application generator ZAP, written by Stephen Walther.
-
Jump start Windows Workflow Foundation
Once a veteran programmer was asked to define his professional developer's career in as few words as possible. His answer was "passion", "excitement" and "learning". And that's absolutely true as new, bleeding edge, exciting technologies/frameworks/languages keep flooding the technology limelight; we programmers fuel our passion of we-can-do-anything by mastering them. One of the newest buzz phrases in the industry is "Windows Workflow Foundation" (WF). This article is aimed at getting a jump start into it to fuel excitement and pump up passion. Basic knowledge of .NET Framework is the only prerequisite for marching on with this jump-start tutorial. Examples are in C#, but VB.NET lovers are also invited to the show as this is all about framework, and if they can understand the pseudo code, programming it in VB.NET must be trivial.
-
SqlNetFramework
The SqlNetFramework is a set of classes which allows you to work with a relational database server using SQL statements. The main two features of the SqlNetFramework are that it is very easy to learn and easy to use. See How easy is to use the SqlNetFramework section.