Official Site Blog for ASPNETWorld.com
| | Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|
| 29 | 30 | 31 | 1 | 2 | 3 | 4 | | 5 | 6 | 7 | 8 | 9 | 10 | 11 | | 12 | 13 | 14 | 15 | 16 | 17 | 18 | | 19 | 20 | 21 | 22 | 23 | 24 | 25 | | 26 | 27 | 28 | 29 | 30 | 31 | 1 | | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
Search
Links
Categories
Blogroll
|

Friday, August 03, 2007
Just published: Murach’s ADO.NET 2.0 Database Programming with VB 2005
Mike Murach and Associates has just published a new edition of their bestselling ADO.NET book.
Now entitled Murach’s ADO.NET 2.0 Database Programming with VB 2005, it covers what today’s professional developer needs to know to create database applications for Windows and the web. And this edition has been reworked from start to finish to make it quicker, easier, and more reliable for do-it-yourself training and on-the-job reference.
Here are some highlights:
#1: For rapid application development and prototyping...
This book shows how to use the ADO.NET 2.0 tools, like data sources and the DataGridView control, that enable developers to create working database applications in a minimum of time, with a minimum of coding.
#2: For serious production applications...
This book shows how to go beyond the RAD tools, using heavy-duty coding and ADO.NET 2.0 object data sources to build 3-layer Windows applications that consist of presentation, business, and database classes.
#3: For web applications...
This book shows how to use the time-saving ASP.NET 2.0 data controls as well as ADO.NET code and object data sources for everyday business applications.
#4: For XML data handling...
This book shows 4 ways to work with XML data in Windows and web applications.
#5: For report generation with Crystal Reports...
This book provides a work-saving tutorial on how to create, format, and display Crystal reports in Windows and web applications.
To ensure mastery, this book presents 25 complete database applications that demonstrate best programming practices. And all the content is formatted using Murach’s distinctive paired-pages approach, where each topic is presented in a concise, two-page spread.
Murach’s ADO.NET 2.0 is available directly from the publisher at www.murach.com and from all major retail outlets.
Note: You may also get this book here.
Technorati tags:
asp.net,
ado.net,
vb

Monday, July 30, 2007
Visual Studio 2008 Beta 2, .NET 3.5 Beta 2 and Silverlight 1.0 RC Released
As announced by Somasegar last week, Visual Studio 2008 Beta 2 (including Express editions), .NET 3.5 Beta 2 and Silverlight 1.0 RC are now available.
.NET 3.5 Beta 2 includes a go-live license. Scott Guthrie has an excellent blog post on some of the new features for web development with the new VS 2008/.NET 3.5 development platform. Among the new features are multi-targeting support, improved web designer and CSS support, built-in ASP.NET AJAX and Javascript support, language improvements including LINQ, data access improvements with LINQ to SQL and lots of other improvements.
Links:

Wednesday, July 18, 2007

Wednesday, July 11, 2007
DasBlog 1.9.7 Released
Open source blogging platform DasBlog (which incidentally powers this blog) is now available as version 1.9.7. This release is to be the final release on ASP.NET 1.1 (though it works on ASP.NET 2.0 too).
The next release (DasBlog 2.0) will be compiled under .NET 2.0 and will support Medium Trust environments. This is great news as many web hosters operate in Medium Trust mode or a variant of it.
Scott Hanselman has indicated that there'll be a plan to move towards .NET 3.5 as well as 60-day release cycles.
For a full list of features in this release, head over to Scott Hanselman's blog for details.
Technorati tags:
dasblog,
blogging

Sunday, July 01, 2007
Hotfix Patch for Debugging ASP.NET on IIS7
If you're running IIS7 on Vista and attempt to debug an ASP.NET application by pressing F5 on VS 2005 (or VWD Express), you've probably encountered one of the following error messages:
"An authentication error occurred while communicating with the web server."
"Debugging failed because integrated Windows authentication is not enabled."
"Authentication error occurred while communicating with the web server. Try disabling 'Digest authentication'"
Well, now there's a fix to this issue.
- The fix should work with both VS2005 and Visual Web Developer Express.
- The fix will be built into VS2008 starting Beta 2.
- If you're using Vista Home Premium, it won't bug you to have Windows Authentication module installed when doing local debugging.
- The fix works on Vista x64 as well.
Links:

Sunday, June 24, 2007
AJAX Control Toolkit Refresh (Release 10618)
There's a refresh release for the Microsoft AJAX Control Toolkit. This release fixed some of the issues found in the 1.0.10606.0 release.
Changes include:
- Tabs naming container fix
- Visual Studio design time dependency fix
- FilteredTextBox navigation and control key issues and
- New languages support
For details about this refresh, check out the following blogs:

Tuesday, June 12, 2007

Saturday, June 09, 2007
New ASP.NET AJAX Control Toolkit Released (Release 10606)
An updated version of the ASP.NET AJAX Control Toolkit has been released.
Key improvements in this release include:
- About 125 bug fixes
- Designer support for the TabContainer
- Support for ASP.NET Validators
- Extended event support for better interaction with client-side Toolkit components
- Automated Page Method callback generation
- Script combining - for faster load times
- Dynamic context support for components doing callbacks
- Accessibility fixes
- Built-in animation support for toolkit controls built on top of PopupBehavior
There are no new controls in this release.
Blog references on this release:
- Scott Guthrie
- Shawn Burke - includes screenshots of new features
- Delay - describes in greater detail the fixes and improvements in this release.
- Kirti
- Garbin - describes the new TooltipText property and accessibility fix in Slider extender
Books on ASP.NET AJAX: