Skip to main content

Home/ City of Mankato .NET/ Group items tagged developer

Rss Feed Group items tagged

anonymous

Web Development Toolbox: 120+ Web Development Resources - 0 views

  •  
    A huge list of web development resources. Some might be useful in the future.
Matthew Potocnik

Stored Procedures and other queries with parameter - Using ADO.NET with SQL Server - De... - 0 views

  • // add a new parameter, we need to get the name right this time! SqlParameter sqlParam = com.Parameters.Add("@Identity", SqlDbType.Int); // set the direction flag so that it will be filled with the return value myParm.Direction = ParameterDirection.Output;
  • com.Parameters["@Identity"].Value will contain the value that was set in the stored procedure
  •  
    using stored procedures that return a value
anonymous

Cisco IP Phone Services Software Development Kit (SDK) [Cisco Unified IP Phones 7900 S... - 0 views

  •  
    Some information on creating web applications on the new phones.
Matthew Potocnik

Role Providers - 0 views

  •  
    using a read only xmlroleprovider
Matthew Potocnik

Stop editing 'web.sitemap'--Let unknown pages dynamically INHERIT from a parent! And mo... - 0 views

  • Use Friendly URLs Without .aspx Extension
  • Provides new "wildcard" query string variable matching
Matthew Potocnik

Understanding Properties in C# - 0 views

  •  
    simple explaination of properties in c#
Matthew Potocnik

Integrating DB2 Universal Database for iSeries with Microsoft ADO .NET - 0 views

  •  
    HTML version of the iseries ado.net redbook.
Matthew Potocnik

Calling AS/400 (AS400) RPG Programs From ASP.NET - 0 views

  •  
    great article on calling as/400 programs from .net
1 - 18 of 18
Showing 20 items per page