Group29.com - What did you expect?
  Create an account
:: Home  ::  Downloads  ::  Your Account  ::  Forums  ::
Google Adsense
Modules
  • Home
  • Downloads
  • ExpectationReviews
  • Forums
  • Group29 FAQ
  • MovieReviews
  • OtherReviews
  • Stories Archive
  • Submit News
  • Top 10
  • Topics
  • Web Links
  • New at Group29
    ·Movie Review: Buzz Lightyear Movie [10]
    ·Movie Review: The Marvels [7]
    ·UCLA vs. USC 2022 preview
    ·Expectation Review: Black Adam [22]
    ·Tuna Is Not The Favorite Pizza Topping in Minnesota
    ·Expectation Review: Captain Marvel [25]
    ·Forum Topic: Update your Facebook property
    ·Web Link: WEP Key Converter
    ·Forum Topic: Why does my IPA file get saved as a zip file in IE?
    ·Web Link: BeyondCompare

    read more...
    TheForce.Net
    ·Rebelscum Breast Cancer Awareness Charity Patch
    ·BBC Interviews J.J. Abrams About Trek And Wars
    ·CEII: Jabba's Palace Reunion - Massive Guest Announcements
    ·Fathead's May the Fourth Be With You!
    ·Star Wars Night With The Tampa Bay Storm Reminder
    ·Stephen Hayford Star Wars Weekends Exclusive Art
    ·ForceCast #251: To Spoil or Not to Spoil
    ·New Timothy Zahn Audio Books Coming
    ·SDCC: Exclusive Black Series Boba Fett With Han In Carbonite Set
    ·Star Wars Art Exposition May 4th

    read more...
    Hot trends
    ·Group29.com

    read more...
     ASP.NET 2.0 - Introduction to Web Development with Visual Studio 2005
    Computers
    In July, I was able to see the Visual Studio Team System 2005 features at an all day introduction class.

    Here is a link to that article.

    Yesterday I attended a seminar introducing web application programming for ASP.NET 2.0. The development tool was Visual Studio 2005. We used the Team system version, but did not cover Team System specific features. The development tool has tools that allow access to IIS and SQL Server directly without having to use their MMC plugins.  Here is what I saw that has made me excited for the new release.


    Mike Benkovich gave the presentation and gave us a link to his web site.

    See this ASP.NET 2.0 whitepaper too, as it contains similar information:

    I may have misunderstood some of the information, as it was like drinking from the fire hydrant. But, here are some of the exciting new features that I saw in Visual Studio 2005 web development.

    Mix different programming languages in codebehind pages in the SAME PROJECT.
    Previously, a project was language specific. You could have different projects with different languages in the same solution. But now you can have a C# class file, and a VB web page, and a J# web page all together in the same project. This is HUGE. I do not know how many times I have needed to translate sample code from one language to another to fit within a project or separate projects to have a class for code that was too time consuming to translate.

    There is a different Compiler model that can compile a single web page instead of the whole assembly into a single DLL.
    You can run web pages and alter individual ones, including their codebehind code, without needing to recompile the dll. This allows multiple developers to each work on their own page without a massive compile and replacement of the single binary. Each page has its own assembly and there is no longer a single DLL.

    You do not need IIS to run the web pages or develop.
    You can create web sites on your local PC and synchronize them with the IIS server when ready. There is even a localhost only personal ASP web server included for debugging code. The Front Page Server Extensions (those _VTI_CNF folders) are no longer needed. VS 2005 uses the contents of the project directory when building and testing a local file system project.

    Huge improvements on the HTML editor
    The HTML editor itself has so many changes; I can honestly recommend that the $49 list price for the Visual Studio 2005 Web Developer Express edition will be one of the best bargains around. You do not even have to use it to develop code.

    There is a WYSIWYG editor for editing HTML pages. There is also no more “code mangling” when switching between Code view and HTML view for web pages. The “Intellisense Everywhere” is quite cool. Although it did not work correctly in the beta for anything other than IE 6.0, when released it will allow HTML tags and options to be used for many different browser standards when editing pages. You could dial in Netscape 4 or the W3 standards. What other reasonably priced HTML page-editing tool has this feature? The tag navigator sets the type to bold for matching beginning and ending HTML tags to help you navigate through complex web pages. There is also an HTML “tidying” feature. There is also a much more sophisticated HTML table editor. The toolbox is available now in HTML view as well as WYSIWYG view.

    Master pages
    A web page can have a  @ Master directive instead of a  @ Page directive. Each Page can then have a masterpagefile. This master can then contain a control that is filled in by the page. In this way you can keep left panes, headers, footers easily consistent in one design and then just be responsible for coding the content pages.

    The My Object
    This is huge! I will spare you the details, but it gives you object access to many different things on your computer. T

    Themes/Skins
    There can be .skin files which function very much like pre-made Cascading Stylesheets. I predict that skin files will be blossoming all over the net much like PHP-Nuke themes and Windows XP desktop themes.

    Built in DHTML/JavaScript controls
    This one hit me right in the face: There is a built in Tree menu control that is exactly like the treemenu.net JavaScript app. I have been mucking around with for weeks. It can bind to a data source much like a drop down list. Augh! Also a “breadcrumb” control helps you build the navigation links like “My web site -- Topics -- Computers. I never knew they were called “breadcrumbs” but there you go.

    Data Source Control/GridView control
    This is a sophisticated data source-linking object sqldatasource, which allows you to build and manipulate the connection strings. It can work in conjunction with the new GridView control that replaces the DataList control. The DataList control is still available. Smarttags are on these controls with detailed configuration dialog boxes. We also saw a demonstration of how stored procedures can be generated from the Data source control.
      
    Posted on Friday, September 23, 2005 @ 09:52:37 UTC by BB
    "ASP.NET 2.0 - Introduction to Web Development with Visual Studio 2005" | Login/Create an Account | 2 comments
    The comments are owned by the poster. We aren't responsible for their content.

    No Comments Allowed for Anonymous, please register

    VS 2005 90 day trial or FREE Visual Basic Express Edition! (Score: 1)
    by BB on Saturday, November 12, 2005 @ 06:50:36 UTC
    (User Info ) http://www.group29.com
    Microsoft is offering trial editions of all versions of the Visual Studio 2005. You can see the commercial at:
    http://www.escapeyesterworld.com/
    [www.escapeyesterworld.com]

    Note that the Express Editions are now FREE for download until November 2006!
    http://msdn.microsoft.com/vstudio/express/default.aspx [msdn.microsoft.com]

    This is amazing, as I thought that the $49 list price was a good deal for the tools. You also can get SQL server express and MSDN express. Amazon lists the CD version at $39.95 with availability starting November 28th 2005. The express editions seem to have everything an individual developer would need and compare favorably to the standard editions of previous versions of Visual Studio.



    Login/Management Controls (Score: 1)
    by BB on Monday, June 12, 2006 @ 12:21:10 UTC
    (User Info ) http://www.group29.com
    Microsoft added several new login-management controls that have new components for login screens, retrieving forgotten passwords, and even basic status (showing a user's login name in your pages, for example). The new Visual Studio not only simplifies security, it also includes powerful ASP.NET 2.0 configuration tools for defining groups and logins, assigning permissions, and configuring Web applications.


    Group29 Productions

    All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest (c) 2006 by Group29 Productions.


    You can syndicate Group29 Productions news with an RSS Feeder using the file backend.php


    PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
    Page Generation: 0.22 Seconds

    :: HeliusGray phpbb2 style by CyberAlien :: PHP-Nuke theme by www.nukemods.com ::