Welcome to Jacksonville Developers User Group Sign in | Join | Help

ASP.NET (RSS)

Developing web applications with ASP.NET

ASP.NET 2.0 College Level Tutorial

http://msconline.maconstate.edu/tutorials/ASPNET20/default.htm   Seems like a nicely prepared material for a college level course studying web development using the ASP.NET 2.0 platform.
posted by dbottjer | 0 Comments
Filed Under: ,

Great Typed DataSet Tutorial

www.ASP.NET is quite a resource for learning the .NET 2.0 Framework in general and of course all things ASP.NET.  The team has added a well done tutorial on Data Access.  My two favorite tutorials are http://www.asp.net/learn/dataaccess/tutorial01cs.aspx?tabid=63 which

IIS Virtual Directory File Size Limit

Recently I ran into an issue where cetain images served from a virtual directory, mapped to a Network Attached Storage (NAS) device via a UNC path would not display.  After quite a bit of detective work I noticed that the images failing
posted by dbottjer | 0 Comments
Filed Under:

Microsoft WSDLs Found

I found the following two Microsoft WSDL's http://terraserver-usa.com/TerraService.asmx?wsdl Terra Services. http://staging.mappoint.net/standard-30/mappoint.wsdl Mapoint There are for the http://schneider.blogspot.com/ "Great Microsoft WSDL
posted by dbottjer | 0 Comments
Filed Under: ,

CSS For Windows Controls

To be a productive web developer you have knowledge of many tools and technology.  For example, you need to know a programing language such as VB.NET and/or C#, SQL, HTML, CSS, JavaScript, etc.  The nice thing about using CSS when developing

Web Application Projects

http://webproject.scottgu.com/ Visual Studio 2005 is about choice!
posted by dbottjer | 0 Comments
Filed Under: ,

SQL Date Queries

Most of us have used database’s containing SQL Server’s DateTime data type.  Let’s say you want to query a table with such a field returning all the records from a certain year.  An easy way to do this is to use SQL’s Year Function as follows

Useful Namespaces for Custom Server Control Development:

I cannot stress how important knowing the namespaces that makes up the .NET Framework. No matter what your .NET language of choice is all .NET languages use classes contained within these namespaces and knowing them well can save you much time.  
posted by dbottjer | 0 Comments
Filed Under: ,

Visual Studio 2005 Deployment Projects

http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx
posted by dbottjer | 0 Comments
Filed Under: , ,

Updating An ASP.NET Label Via JavaScript

When building custom server controls sometimes it is nice to eliminate the need for a post back.  I say nice but not necessarily easy.  For example, perhaps you would like to enter dollar amounts into textboxes within grid rows and display

Alternative Definition of User Controls

Recently I spoke at the Tallahassee, FL Code Camp.  My presentation was an Introduction to Custom Server Controls.  During the course of the presentation I gave the technical difference between user controls (.ASCX) and Custom Controls. 
posted by dbottjer | 0 Comments
Filed Under:

ASP.NET 2.0 App Offline

http://andrewconnell.com/blog/archive/2005/10/06/2145.aspx This is a very cool little known new feature of ASP.NET 2.0.
posted by dbottjer | 0 Comments
Filed Under: ,

Test Driven ASP.NET Demos

http://www.jaxdug.com/portals/0/testdrivenasp.zip Here is the sample code from the Test Driven ASP.NET Meeting we had on 9/27/2005.  
posted by dbottjer | 0 Comments
Filed Under: , ,

Test Driven ASP.NET Reflections

Tonight we held a special JaxDug meeting in which the presentors were Rob Myers of Net Objectives and James Shore the principle developer of NUnit ASP.  The meeting started off a bit slow as Rob and James adjusted to the smaller and more interactive
posted by dbottjer | 0 Comments
Filed Under:

Additional Meeting September 27th

We are in the process of finalizing a special Test Driven ASP.NET Development Presentation for September 27th.  Pizza will be provided.  This is presentation will be a joint www.JaxDug.com and www.JaxScrumville.com Meeting.  www.JaxScrumville.com
posted by dbottjer | 0 Comments
Filed Under: , ,
More Posts Next page »