ASP.NET - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: ASP.NET



  
 NodeWorks - Encyclopedia: ASP.NET
ASP.NET is a set of web development technologies marketed by Microsoft.
The framework attempts to combine existing technologies such as JavaScript with internal components like "Viewstate" to bring persistent (inter-request) state to the inherently stateless web environment.
A developer can make a page to display a list of records in a database, for example, significantly more readily using ASP.NET than with ASP.
http://pedia.nodeworks.com/A/AS/ASP/ASP_NET   (577 words)

  
 Dino Esposito's WebLog
A lot of internals complete the book, especially the part where I describe HOW pages are compiled and which temp files are generated and where and what you can do about it.
This month I was supposed to write about ASP.NET virtual path providers--that neat feature that allows you plug your own custom pseudo file system into ASP.NET.
In one sentence, everything that is designed to be customizable in ASP.NET will find a representative example and/or chapter in this book.
http://weblogs.asp.net/despos   (2038 words)

  
 VS 2005 Web Project System: What is it and why did we do it?
ASP.NET 2.0 now actually spools large uploaded files to disk instead of always reading them into memory (which is what ASP.NET V1.1 did).
What would be fantastic is the ability to stipulate where you want the uploaded files to be placed, whether in memory or in a certain directory which has the security set by the user.
Getting debugging to work is pretty painful, you can no longer select asp.net as a debugger in class libraries, at least in beta2.
http://weblogs.asp.net/scottgu/archive/2005/08/21/423201.aspx   (13485 words)

  
 Andres Aguiar's Weblog
ASP.NET 2.0 databinding is great for read-only data, but is lacking when you want to update it.
To have two-way databinding over a moderatley interesting data source in ASP.NET you need to implement your own ASP.NET DataSource, so I wrote one for DLinQ classes (the source is in the gotdotnet workspace).
The problem is that I need to generate the Page code itself, and that is not easy and it's not easy to extend/maintain.
http://weblogs.asp.net/aaguiar   (2968 words)

  
 A Blog for Graymad
I've been using the ASP.NET IntelliSense Generator from BlueVision Software for quite a while now and thought I'd share it with you.
May those currently in harm’s way come home safely to their families and friends, and may we always honor and remember those whose sacrifices make freedom a reality, not just a nice idea.
Between my leads, my fellow ASP.NET MVPs, and others I've met through the program, I learned a good deal, and had a lot of fun.
http://weblogs.asp.net/gad   (3146 words)

  
 Atlas Project
When the user start his explorer then explorer check the global library and upload new adds if it is. ASP.NET developers use the global library for their projects and they don't think about is it library in user side or not.
Just thought I would mention that this type of technology with rich UI in ASP.NET is already available.
Idea is simple - shared JS library has in xml file for example or into web service the information about current version.
http://weblogs.asp.net/scottgu/archive/2005/06/28/416185.aspx   (7128 words)

  
 ASP.NET Forums - Forums
Extending the ASP.NET Framework through HttpModules and HttpHandlers.
Discuss features that you would like to see in future versions of ASP.NET.
Discuss manipulating and creating graphics using the System.Drawing namespace and GDI+.
http://www.asp.net/forums   (799 words)

  
 Visual ActiveKent Sharkey .NET SE 3.11
While I will still be working on the ASP.NET Developer Center, I am reliquishing my duties on the Visual Studio Developer Center.
The good news for all of you is that this means that Brian Johnson, one of the authors of "Inside Visual Studio" will be moving in.
It's been a while since I mentioned any new content on the ASP.NET Developer Center, and there's a reason -- I've been remiss, and haven't scratched any out lately.
http://weblogs.asp.net/ksharkey   (1730 words)

  
 Ajax.NET Professional
As Ajax.NET is a framework where you have to do JavaScript programming other frameworks allow you to use AJAX stuff simply by adding some configuration to you web.config or by inheriting from a special page class.
I have already fixed the code that it will work with ASP.NET 2.0 as with the older version 1.1.
Daniel sent me his comparison of indirect AJAX programming frameworks for ASP.NET.
http://weblogs.asp.net/mschwarz   (3579 words)

  
 Glavs Blog
Note that I have not done anything particularly elegant in the way it handles textual input, however its small, and works for the very brief testing I performed.
ASP.NET Podcast Show #40 - Udi Dahan - The Software Simplist
ASP.NET Show #41 - Orlando Code Camp Round Table Discussion
http://weblogs.asp.net/pglavich   (2322 words)

  
 Serge van den Oever [Macaw]
One of the major issues that we encounter in the implementation of SharePoint within organizations is that organizations want modifications to the visual and functional design that are almost impossible to implement without a major overhaul of the standard files and templates provided with SharePoint.
Actually, it can be used for any web site utilizing the ASP.NET technology.
I would hate to go back to the 1.1 FrameWork, because now I can write my web parts using SonOfSmartPart and the full functionality of the ASP.NET 2.0 framework.
http://weblogs.asp.net/soever   (2574 words)

  
 ASP.NET Web: The Official Microsoft ASP.NET 2.0 Site : Home Page
In October we released an article that discusses the system in depth -- we updated it today to be inline with RTM and have 3 supplemental papers in the pipeline to continue teaching folks about localization.
For this import to work: Several files must be retrieved via FTP.
Video series of short, focussed solutions to common ASP.NET tasks
http://www.asp.net   (1055 words)

  
 Testing ASP.NET 2.0 and Visual Web Developer
As I was reading up on some of the latest approaches being used, I stumbled across an interesting blog entry on Scott's site on how Microsoft tested ASP.NET 2.0 as it has been developed.
Unfortunately there are no easy silver bullets to building super high quality software -- it takes good engineering discipline, unwillingness to compromise, and a lot of really hard work to get there.
We also do a functional run anytime a big software component in Microsoft releases a GDR (for example: a security patch to Windows).
http://weblogs.asp.net/scottgu/archive/2004/10/28/249458.aspx#Feedback   (4255 words)

  
 Jan Tielens' Bloggings [MVP]
This add-in includes a new tool to merge the assemblies created during ASP.NET 2.0 precompilation, and provides a comprehensive UI within Visual Studio 2005 for managing build configurations, merging, and using pre-build and post-build tasks with MSBuild.
If you want to remove the assembly references from the document but keep the cached data (possibly because this data will be read later by an ASP.NET page or server application), then clear the application manifest.
If you no longer need the managed code extensions or the cached data, then remove the Runtime Storage Control.
http://weblogs.asp.net/jan   (2608 words)

  
 ScottGu's Blog
The way app_offline.htm works is that you place this file in the root of the application.
Jeff Prosise also wrote 130+ pages of awesome whitepapers that walkthrough the code, database schema, and how they work.
Choose the File->New Project menu item and select the “ASP.NET Web Application” project template (note below that we also now have an ASP.NET Web Service project template if you are building a web service project).
http://weblogs.asp.net/scottgu   (4005 words)

  
 ASP.NET Web: The Official Microsoft ASP.NET 2.0 Site
ASP.NET Web Matrix is now available as a free download for Windows 2000 and Windows XP.
New features include: Access database support, J# support, design time enhancements including improved table editing and user-control rendering, many bug fixes, and much more!
No FrontPage server extensions or project system required.
http://www.asp.net/webmatrix   (609 words)

  
 ShankuN's Blog
He worked on both Windows and web versions of Microsoft& chat software, before going on to be a development lead on the Adaptive User Interface team, looking at the problem of adapting user interfaces to different form factors.
These features are already available in Beta 1, so we’d like to provide you with some advance notice of what changes are coming, and how you can prepare for them.
The code example at the end of this post (see below) shows a handler that returns an image generated from a business object.
http://weblogs.asp.net/shankun   (3425 words)

  
 ATLAS ASP.NET Web: The Official Microsoft "ATLAS" Site : Atlas
This new Web development technology from Microsoft integrates client script libraries with the ASP.NET 2.0 server-based development framework.
Integrated Visual Studio development tools for client-side development, which gives you debugging, statement completion, and other productivity-enhancing features.
"Atlas" also integrates client scripting with ASP.NET server-side development, so you can handle application tasks wherever it makes the most sense.
http://atlas.asp.net/default.aspx?tabid=47   (838 words)

  
 Justin Rogers
ASP.NET implements a mixture of cache barrier recycling (with priorities) and shortest period timeout.
A cache barrier is when you allow only a specific number of items in the collection before you try to recycle.
For the Project Distributor application we want to implement some caching.
http://weblogs.asp.net/justin_rogers   (13685 words)

  
 Rob Howard's Blog
A developer position at Telligent is unqiue in that we don't hire people that want to close their door and "code all day".
The challenge is that the audience is going to be a complete mix (no pun intended) of people that are seasoned.NET experts, developers new to.NET, and business decision makers who probably don't care a lot about developer details!
6 Software Development Engineer positions with the following requirements: (1) willing to learn new things (2) willing to work with customers directly (3) demonstrable experience building ASP.NET applications with C# (in that order).
http://weblogs.asp.net/rhoward   (2094 words)

  
 Andy Smith's Blog
I gave a presentation on monday to the denver.net user group on developing asp.net server controls and i'm positing the presentation materials on for those that want it.
So anyway, grab the powerpoint and code from my presentation if you want it.
There is the app developer, the custom control developer, and the asp.net team control developer who made the DropDownList control.
http://weblogs.asp.net/asmith   (3067 words)

  
 Robert McLaws: FunWithCoding.NET
All references to ASP.NET components will be taken off InterscapeUSA.com, and all downloads will be moved to my new personal website instead.
My focus in software development has been shifting towards thick and smart client development for a while now, and I've been liking it a lot.
Atlas will make it so that every single ASP.NET developer can write VERY feature-rich applications.
http://weblogs.asp.net/rmclaws   (5001 words)

  
 
What it does is sit in the background while you run your app, clicking about and emulating the actions of a user.
Day 5 - Writing ASP.NET applications is here.
This.NET thing is awesome - they give you so many spanners its unreal :)
http://weblogs.asp.net/dbarrow   (3080 words)

  
 Paul Wilson's .NET Blog
I'm using the new ASP.NET v2.0 Login control and it works great for me and most other users in both IE and FireFox, but there seems to be a small number of users that cannot get it to work in IE on at least some computers.
Has anyone else noticed (complained) about the current ASP.NET forums, ever since they upgraded their version of Community Server ?
Anyone heard of Login problems for some IE users?
http://weblogs.asp.net/pwilson   (1721 words)

  
 ASP.NET definition of ASP.NET in computing dictionary - by the Free Online Dictionary, Thesaurus and Encyclopedia.
ASP.NET definition of ASP.NET in computing dictionary - by the Free Online Dictionary, Thesaurus and Encyclopedia.
This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.
http://computing-dictionary.thefreedictionary.com/ASP.NET   (68 words)

  
 Robert Hurlbut's .NET Blog
If you are writing ASP.NET applications (with any of the.NET Framework versions), take a look at this as a more secure solution to guard against XSS.
I highly recommend this for all C/C++ developers, as well as.NET and Java developers, to understand correct secure code constructs and what to watch for in reviewing your own code.
Instrument ASP.NET 2.0 for Security allows ASP.NET 2.0 runtime components and controls to raise events for many common situation such as user management events and malicious input events.
http://weblogs.asp.net/rhurlbut   (4280 words)

  
 ASP.NET QuickStart Tutorial
The ASP.NET QuickStart is a series of ASP.NET samples and supporting commentary designed to quickly acquaint developers with the syntax, architecture, and power of the ASP.NET Web programming framework.
This version of the Quickstart tutorial provides just an overview of some of the exciting new features in the new ASP.NET 2.0 Framework.
The QuickStart samples are designed to be short, easy-to-understand illustrations of ASP.NET features.
http://beta.asp.net/QUICKSTART/aspnet/default.aspx   (225 words)

  
 Jason Salas' WebLog
Thoughts from a guy tasked to be a software development lead, news anchor, sports producer, blogger and podcaster at Guam's largest TV station.
It's simple enough to do, but examples don't exactly abound on the Web, so I'm doing some testing of some new concepts I've developed about reading/extracting the contents of such a binary file and using it via an ASP.NET web form.
Accessing Word documents programmatically with an ASP.NET web form
http://weblogs.asp.net/jasonsalas   (5644 words)

  
 ASP.NET Web Matrix Guided Tour
The ASP.NET Web Matrix Project Guided Tour is a series of walkthroughs and supporting commentary designed to quickly acquaint developers with the syntax, architecture, and power of the ASP.NET Web Matrix development environment.
You should be fluent in HTML and general Web development terminology.
You do not need previous ASP.NET experience for most of the walkthroughs, although you should be familiar with the general web concepts behind interactive Web pages, including forms, XML, and data access.
http://www.asp.net/webmatrix/tour/getstarted/intro.aspx   (151 words)

  
 Plip's Weblog
More often than not it's quite useful to know if a Web site is running the latest version of assemblies, especially if you have shared common code which is updated regularly.
Here's a quick snippet of the Build Tasks in my wdproj file.
Secondly, everything is workflow, and everything which is a task such as Making a Cup of Tea can be part of a larger workflow and will have many workflows within it.
http://weblogs.asp.net/plip   (1834 words)

  
 Eli Robillard's World of Blog.
Since then I've shifted my primary focus from web development to knowledge systems, though I still enjoy web dev and get my fix on that end with continued involvement in the ASPInsiders.
Target ASP.NET Dev, Staging and Production Environments with Web Deployment Projects in ASP.NET 2.0
This is my second time in the program, the last was as an ASP.Net MVP.
http://weblogs.asp.net/erobillard   (2680 words)

  
 Stored procedures are bad, m'kay?
Rob Howard, Microsoft ASP.NET Program Manager, posted to his blog about using stored procedures in SQL server.
Posted @ 11/19/2003 1:06 PM So yesterday a debate surfaced that seemed to have the entire online programming community all worked up.
If there are platform specific features that you can use to better your application than you should take advantage of those features.
http://weblogs.asp.net/fbouma/archive/2003/11/18/38178.aspx   (10951 words)

  
 Jeff Key
Assuming that apps delete as few items as possible, I assumed that "existing files" meant files that matched those that were being copied.
While doing my first ASP.NET 2.0 "publish" tonight I was presented with the following dialog box:
http://weblogs.asp.net/jkey   (1932 words)

  
 Atlas Unleashed...
You can instead just copy the Microsoft.Web.Atlas.dll binary into your projects’ \bin directory and copy the Atlas \ScriptLibrary directory of.js files into your project and you are good to go.
We also have a project template you can take advantage of within VS that you can use to just pick an ASP.NET Atlas Web Project when you are creating a new web-site – and it will copy all of this into your project for you.
Reallt that's great package and I'm sure that it will help ASP.NEt developers to improve their applications.
http://weblogs.asp.net/scottgu/archive/2005/09/13/425062.aspx   (966 words)

  
 ScottD's Musings
If you’re coming to ASP.NET from other technologies, check out the
- Bookmark this site as a reference for tutorials, white papers, and sample code related to ASP.NET 2.0 development!
New Site Launched: ASP.NET 1.x to 2.0 Upgrade Center
http://weblogs.asp.net/scottdockendorf   (1290 words)

  
 Frans Bouma's blog
Today I was writing some additional mail functionality for our forum software we use internally.
This is a.NET 1.1 application written with ASP.NET.
I stumbled upon MailMessage.Fields and wondered what it was for so as a Good Programmer
http://weblogs.asp.net/fbouma   (5035 words)

  
 eWorld.UI - Matt Hawley
I’m also going to be making some structural changes to other controls which will be breaking from the 1.0 / 1.1 framework versions.
One of my major goals to achieve is developing a.NET 2.0 control set.
Because of some of the overlap with my controls and ASP.NET 2.0 controls, this will exclude the BreadCrumbTrail and the EmptyDataGrid.
http://weblogs.asp.net/mhawley   (1194 words)

  
 Datagrid Girl
But the rules were great for pure HTML, things like avoiding tags, requiring a tag, requiring the use of a specific CSS <a href="/topics/Computer-file">file</a>, and some rules that will even help improve your Google page rankings, and I think Adam has a related article on optimizing your pages for Google.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Also it looks like you can have the Code Auditor check the *output* of your <b>ASP.NET</b> pages to check the resultant <a href="/topics/HTML">HTML</a>, so that's pretty cool.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Can automate the auditor to run on a schedule and email the reults--terrorize your <a href="/topics/Software-development">developers</a>!</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/datagridgirl</span> <span class="search_result_numwords" >   (2393 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/bleroy"><span class="search_result_title" >More Atlas stuff</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Replace Dice.js with accordion.js if you're using the accordion-only version of the <a href="/topics/Scripting-programming-language">script</a> <a href="/topics/Computer-file">file</a> (the dice.js has the other controls used in Brad's demo).</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > If you're not using <b>ASP.NET</b>, you'll have to manually add <a href="/topics/Scripting-programming-language"><script></a> tags to your page that point to Atlas.js and the glitz <a href="/topics/Scripting-programming-language">script</a> <a href="/topics/Computer-file">file</a>.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Additionally, the March CTP of <b>ASP.NET</b> "Atlas" is online, you can download it and enjoy all the new stuff and bug fixes we put in there.</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/bleroy</span> <span class="search_result_numwords" >   (4335 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/yassers"><span class="search_result_title" >Yasser Shohoud</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Using traditional <b>ASP.NET</b>, clicking on the button would submit a form to the server where the request would be processed (possibly invoking an Indigo service) then the response would be returned as an entire new page to the browser.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > I'm currently reviewing the docs for Whidbey version of ASMX (<b>ASP.NET</b> <a href="/topics/World-Wide-Web">Web</a> services).</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Do you upgrade the entire machine or do you run multiple <a href="/topics/Application-software">application</a> pools each with its own <b>ASP.NET</b> version?</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/yassers</span> <span class="search_result_numwords" >   (4840 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/jamauss"><span class="search_result_title" >Jason Mauss' Blog Cabin</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > What you spend your time on is usually a matter of priority so - it seems that the <b>asp.net</b> weblogs are low on the priority list.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > I'm also thinking of doing a "Vista" Version (glossy Mac OS X look) later.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > As I've seen the blog engine formerly known as ".Text" grow into Community Server Blogs I've wondered on several occasions when <b>asp.net</b> weblogs was going to see an upgrade.</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/jamauss</span> <span class="search_result_numwords" >   (4372 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/fmarguerie"><span class="search_result_title" >Fabrice's weblog</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > There is even a contest you can participate in to win prizes if you build an <a href="/topics/Application-software">application</a> using Atlas.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > As announced on the Atlas weblog, you can now produce <b>ASP.NET</b> <a href="/topics/Application-software">applications</a> using Atlas since there is a "Go Live" license coming with the March CTP release of Atlas.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > "Atlas" is a set of technologies to add AJAX (Asynchronous <a href="/topics/JavaScript">JavaScript</a> And <a href="/topics/XML">XML</a>) support to <b>ASP.NET</b>.</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/fmarguerie</span> <span class="search_result_numwords" >   (1806 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/nleghari/articles/smartphone.aspx"><span class="search_result_title" >Best of Articles :: Microsoft Smartphone Programming</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Improving.NET Compact Framework HTTP Communications using HttpWebRequest and Custom <b>ASP.NET</b> Providers</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/nleghari/articles/smartphone.aspx</span> <span class="search_result_numwords" >   (654 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/mreynolds"><span class="search_result_title" >Matthew ".NET 247" Reynolds</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Avalon is entirely based on a “vector based compositing engine”, which means that everything is described in vectors so that it can all be scaled up properly.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" >   There is also going to be a XAML/code-behind split with desktop apps as there are with <b>ASP.NET</b> <a href="/topics/Application-software">applications</a> today.</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/mreynolds</span> <span class="search_result_numwords" >   (4216 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/jnadal"><span class="search_result_title" >Jason Nadal</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > They seem to be targetting crossover <a href="/topics/Software-development">developers</a>, as the material is tailored to 3 distinct areas: <a href="/topics/JSP">JSP</a> devs, <a href="/topics/PHP">PHP</a> devs, and ColdFusion <a href="/topics/Software-development">developers</a>.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Five chapters of Programming <b>ASP.NET</b> 2.0 Core Reference, by Dino Esposito</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > There was a pretty good showing, especially for a first meeting; I would estimate 20-30 people.</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/jnadal</span> <span class="search_result_numwords" >   (2154 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/jezell"><span class="search_result_title" >Jesse Ezell Blog</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > If they want to get it up to par for desktop <a href="/topics/Application-software">application</a> <a href="/topics/Software-development">development</a>, they have a very long way to go, but they could start by making it so that you can launch a SWF <a href="/topics/Computer-file">file</a> in standalone mode from explorer after you install the darn plugin on your machine.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > It seems that the people at Adobe/Macromedia just can't get it through their heads that the Flash player doesn't compete with the <a href="/topics/Microsoft-Windows">Windows</a> OS as a platform, it competes with <b>ASP.NET</b>.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > 64bit <b>asp.net</b>, used huge amounts of ram, reduced server count</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/jezell</span> <span class="search_result_numwords" >   (2445 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/cazzu"><span class="search_result_title" >eXtensible Mind Lounge</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > If you take this paradigm further enough, you could even end up with an editor that is much like the <b>ASP.NET</b> one, with custom rendering “controls” which can be <a href="/topics/Template">templatized</a> (just like in <b>ASP.NET</b>), use binding expression, etc..</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Finally, but not less important, is that you can now evolve your “rendered” views without recompiling your entire <a href="/topics/Application-software">application</a>.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > but having it fully intermixed with the M-C code will probably lead to spagethi-like code that we thought we finally got through with <b>ASP.NET</b>.</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/cazzu</span> <span class="search_result_numwords" >   (3674 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/jsemeniuk"><span class="search_result_title" >Joel From Canada</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > <b>ASP.NET</b> (I’m not a <a href="/topics/World-Wide-Web">web</a> <a href="/topics/Software-development">developer</a>, but using <b>ASP.NET</b> 2.0 makes me want to be one)</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Bristowe was talking in a fury about <b>ASP.NET</b> master pages as I slowly felt more and more like I was actually going to puke my guts out in front of 400 people.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > I kept on thinking to myself “Just keep your hands in your pocket – look at your shoes – nod – and you will be OK” – for those of you who have seen me present before – this must have come as a shocker.</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/jsemeniuk</span> <span class="search_result_numwords" >   (4444 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/duncanma"><span class="search_result_title" >Code/Tea/Etc...</span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > this one is a content rotator for <b>ASP.NET</b></span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Summary: Duncan Mackenzie describes the creation of a simple ‘content rotator’ in <b>ASP.NET</b></span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > As I discussed in an earlier post, I wanted to know if people found preview articles useful...</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/duncanma</span> <span class="search_result_numwords" >   (1590 words)</span> </td></tr> </table> </td> </tr> </table><br> <table cellpadding=0> <tr> <td>  </td> <td> <table > <tr><td> </td><td colspan=2><a href="http://weblogs.asp.net/dneimke"><span class="search_result_title" >ShowUsYour<Blog></span></a></td></tr> <span class="search_result_desc" ><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > If you want to install the <b>ASP.NET</b> V2 tables and procedures for things such as Membership, Personalization, etc you need to run the aspnet_regsql.exe tool against your database.</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > Getting <b>ASP.NET</b> Membership running against your own database</span></td></tr><tr><td valign="top"><img src="http://www.compwisdom.com/images/CI/arrow_1.gif" vspace=6></td><td></td><td><span class="search_result_desc" > The other day I posted a blog entry about the migration of RegexLib to <b>ASP.NET</b> V2 - the article can be found here:</span></td></tr></span> <tr><td></td><td colspan=2> <span class="search_result_link" >http://weblogs.asp.net/dneimke</span> <span class="search_result_numwords" >   (4089 words)</span> </td></tr> </table> </td> </tr> </table><br> </td> </tr> </table> <table width="100%" cellspacing=0 cellpadding=0 border=0> <tr> <table width="100%" cellspacing=0 cellpadding=0 border=0 background="http://www.compwisdom.com/images/CI/background_2.gif"> <tr> <td></td> <td><table cellspacing=0 cellpadding=0 border=0> <tr> <td><a href="http://www.compwisdom.com/home.php"> <img src="http://www.compwisdom.com/images/CI/logo_search_4.png" alt="Compwisdom" vspace=3 border=0></a><img src="http://www.compwisdom.com/images/CI/background_1.gif" width=15 height=1 alt=" "> </td> <td valign=middle><form action="http://www.compwisdom.com/search.php"><input type=text size=30 name=kp class="form_textfield"> <input type=submit value=" > run search " class="form_button" style="font-size:11px;"></form> </td> </tr> </table> </td> </tr> <tr> <td></td> <td><img src="http://www.compwisdom.com/images/CI/background_1.gif" width=24 height=1 alt=" "><span class="text_footer" > <a href="http://www.compwisdom.com/home.php?id=about_us">About us</a>   |  <a href="http://www.compwisdom.com/home.php?id=why_use_us">Why use us?</a>   |  <a href="http://www.compwisdom.com/home.php?id=press">Press</a>   |  <a href="http://www.compwisdom.com/home.php?id=contact_us">Contact us</a> <br><br></span><span class="text_footer" ><img src="http://www.compwisdom.com/images/CI/background_1.gif" width=24 height=1 alt=" ">Copyright © 2006 CompWisdom.com Usage implies agreement with <a href="http://www.compwisdom.com/home.php?id=terms">terms</a>.</span><br><br></td> </tr> </table> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-317061-5"; urchinTracker(); </script> </td></tr> </table> </body></html>