Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ASP.NET Podcast Show #74 - Sql Server 2005 CLR Objects Basics

    URL: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2006/10/11/647.aspx This video (screencast) for the podcast is on the subject of the Basics of Building Sql Server 2005 CLR Objects The WMV and MP4 (for video iPod users) files are in the feed.
    Posted to Wallace B. McClure (Weblog) by Wallym on 10-11-2006, 12:00 AM
    Filed under: .NET General, Sql Server, .NET, Visual Studio, CLR, General software development, ADO.NET
  • Presentation.IsCompleted = True

    Last night I gave my presentation at this month's NUFW Meeting . As unprepared as I was, I think it went pretty well. Before showing up for the meeting, I had the slides done, but had no demos at all. This actually turned out pretty well. I decided to just do two demos. One was ASP.NET w/ C# and the...
    Posted to Erik Porter's Blog (Weblog) by HumanCompiler on 08-11-2004, 12:00 AM
    Filed under: WindowsForms, ASP.NET, General .NET, Whidbey, ADO.NET, SQL Server
  • Interesting Types and SqlTypes Tidbit

    I talked with a guy from the Data Access Team and picked up something I thought was really interesting so I thought I'd share. Apparently, when .NET was in it's early stages, all value types (Int32, Single, Guid, etc) were Nullable (IsNull Flag), but apparently it was decided that the extra bit on each...
    Posted to Erik Porter's Blog (Weblog) by HumanCompiler on 04-07-2004, 12:00 AM
    Filed under: General .NET, ADO.NET, SQL Server
  • How to do virtual paging with ASP.NET, AJAX and SQL Server 2005

    This sample provides a way to avoid full postback of the page, just updating the grid that contains the data. The first step is create the stored procedure, for that I will use CTE (Common Table Expressions), which is a new feature of SQL Server 2005. The stored procedure will query the table from one...
    Posted to Unknown Recipes (Weblog) by marianor on 09-14-2007, 12:00 AM
    Filed under: ADO.NET, ASP.NET, SQL Server
  • sqlbulkcopy in asp.net

    SqlBulkCopy provides simplest and fastest way to copy large amounts of data to SqlServer. Instead of inserting all data row by row, BulkCopy process all data at once, thus making the insertions fast. public void Bulk_Table_CopyTO_Database(DataTable TableToCopy, string SqlTableName) { SqlConnection con...
    Posted to babunareshnarra asp.net blog (Weblog) by Babunareshnarra on 12-08-2009, 12:00 AM
    Filed under: SqlBulkCopy, ASP.NET, SQL Server, .NET FAQ, .NET, ADO.NET
  • Procedure or function expects parameter which was not supplied.

    Recently I got this error when doing a ADO.NET database call using ExecuteReader. Procedure or function expects parameter '@myid' , which was not supplied. Actually, the error is kind of misleading. Why because I clearly adding my parameter @myid to the SqlParameters collection of the SqlCommand. cmd...
    Posted to Guru Sarkar's Blog (Weblog) by guru_sarkar on 08-23-2011, 12:00 AM
    Filed under: ADO.NET, Stored Procedure, Sql Server
  • ADO.NET Entity Framework Beta 3

    If you are an ADO.NET Entity Framework kinda person, here are the latest bits: · Entity Framework Beta 3 runtime · Entity Framework Tools CTP 2 and this update to VS 2008 is needed also . From Wriju's Blog .
    Posted to Wallace B. McClure (Weblog) by Wallym on 12-07-2007, 12:00 AM
    Filed under: Databases, Sql Server, Community News, ADO.NET, ADO.NET Entity Framework
  • Red Gate - SQL Doc

    Crikey - they've done it again! Red Gate have *yet again* released another stunningly simple product jam packed full of features! http://www.red-gate.com/messageboard/viewtopic.php?t=3592 Download it and have a play!
    Posted to Plip's Weblog (Weblog) by Plip on 11-08-2006, 12:00 AM
    Filed under: ASP.NET, ADO.NET, SQL Server, SQL Server 2005
  • Secure Passwords

    Well done article , IMO, on securing passwords in a database table. We've been doing this in all of our applications for a while now and it works great.
    Posted to Erik Porter's Blog (Weblog) by HumanCompiler on 02-18-2004, 12:00 AM
    Filed under: WindowsForms, ASP.NET, General .NET, General Concepts, ADO.NET, SQL Server
  • ASP.NET and ADO.NET best practices

    Spotted this post on ASP.NET and ADO.NET best practices , it's not an exhaustive list, but there is some good advice there.
    Posted to Plip's Weblog (Weblog) by Plip on 07-26-2006, 12:00 AM
    Filed under: .NET, ASP.NET, ADO.NET, SQL Server
Page 1 of 2 (11 items) 1 2 Next >