Using SharePoint Portal Server to Index Your Custom Application 29 Apr 2005 20:00 GMTAlthough you can plumb the depths of SharePoint's search engine, creating custom protocol handlers and IFILTERs to handle your site's custom search needs, for most sites, you can follow a much simpler process to provide customized searches.
Source: DevX A Look Forward at Microsoft's Visual Web Developer 2005 27 Apr 2005 00:00 GMT
While you, me, and other countless developers around the world have been learning and working with version 1.x of the
.NET Framework over the last several years, the developers inside Microsoft have been hard at work on version 2.0. At
the time of this article's writing (April 27th, 2005), version 2.0 has reached a public Beta 2 stage, with the
official release expected by the end of the year. (Beta 2 is of special interest to many early adopters since
Beta 2 includes a Go Live license, which allows production deployments
using the Beta 2 bits.)
Version 2.0 of the .NET Framework includes a bevy of additions and enhancements over the 1.x version. There are a number
of core framework additions in 2.0, such as the introduction of Generics,
anonymous methods, iterators, and partial classes.
There are also a slew of improvements to ASP.NET, including dozens of new Web controls, MasterPages,
improved site configuration, and so on. Finally, Visual Studio .NET has been upgraded into its latest incarnation, Visual Studio
2005.
One of the enhancements to Visual Studio 2005 has been the introduction of Express Versions
targeted toward various developer roles. There's express versions for Web developers, for SQL Server development, as well as
language-specific versions (Visual Basic 2005 Express, Visual C# 2005 Express, Visual C++ 2005 Express, and Visual J# 2005 Express).
Microsoft describes these expression versions as: "lightweight, easy-to-use, easy-to-learn tools for hobbyists, enthusiasts, and novices who
want to build dynamic Windows applications and Web sites." In this article we'll examine the express version Web developers
will find most useful, Visual Web Developer 2005 Express. Read on to learn more!
Read More >
Source: 4GuysFromRolla