Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • LessThanDot?

    What have I been up to? It's been a while since I last wrote a blog on here, so what have I been up to? Well, it's been a very busy time for me as along with the birth of our first child, I've been working on a few startup projects. One of these that I've been working on with some friends of mine is...
    Posted to Mark Smith (Weblog) by ca8msm on 05-21-2008, 12:00 AM
    Filed under: ASP.NET, SQL Server, General Software Development, Community News, .NET FAQ
  • Working with USB to Serial port adapter on .NET

    You can't solve a problem with the same kind of thinking that created it. — Albert Einstein (1879-1955) Yesterday I spent a lot of time trying to get a speed radar to work on my .NET application. Every test was giving us diferent results. We made hundreds of tests, but every time we thought we found...
    Posted to Matias Paterlini (Weblog) by paterlinimatias on 01-16-2008, 12:00 AM
    Filed under: WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, .NET FAQ, Atlas, Web Services, Agile, CLR, Biztalk, BCL, WCF, Avalon, WWF, AJAX, General Software Development, Windows Forms, Content Management Server, ASP.NET, Visual Basic, C#, Sharepoint, Mobile, IIS, Community News, Crossbow, Visual Studio, .NET, SQL Server
  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: DotNet, .Net, .Interview, Avalon, C#, WPF, Atlas, Orcas, ASP.NET, WWF, BCL, Windows Forms, Commerce Server, Biztalk, Crossbow, Agile, AJAX, Visual Studio, IIS, WinFX, Visual Basic, Community News, General Software Development, .NET FAQ, Sharepoint, WCF, SQL Server, Content Management Server, Vista, Infocard, Web Services, CLR, Mobile
  • sp_lock2 and sp_lockcount

    Here are two helpful procedures to help with sqlserver database work. The code for both of these are based on the system stored procedures sys.sp_lock that comes built in the master database. build both of these in your master database if you want to use them in all databases across your database instance...
    Posted to Mathew Nolton Blog (Weblog) by MatiasN on 05-15-2009, 12:00 AM
    Filed under: .NET, .NET FAQ, General Software Development, SQL Server
  • Scott Gu's May 30th Links

    Some good stuff: (Thanks Scott) May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio Here is the latest in my link-listing series . Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. You can also now...
    Posted to Microsoft and DiscountASP.NET news (Weblog) by wisecarver on 05-30-2009, 12:00 AM
    Filed under: .NET FAQ, AJAX, ASP.NET, C#, General Software Development, Silverlight, MVC, Mobile, Community News, .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
  • Session in asp.net

    Web Applications are stateless, which means each time a new instance of the web page class is created when the page is posted to the server. As we all know HTTP(HyperTextTransferProtocol) is a stateless protocol , it can't hold the information of the client on page. ASP.NET Session Overview ASP.NET Session...
    Posted to babunareshnarra asp.net blog (Weblog) by Babunareshnarra on 12-14-2009, 12:00 AM
    Filed under: ASP.NET, SQL Server, .NET FAQ, .NET, Ajax, Web Services, C#
  • PLINQO LINQ to SQL and nHibernate ORM Code Generators

    In my quest for the perfect Object Relational Mapper (ORM) for a major upcoming project utilizing SQL Server 2008, I was torn between using LINQ to SQL versus nHibernate. Microsoft has burned us in the past with their data access strategies and then dropping them to support their newest ideas. A few...
    Posted to Nannette Thacker ShiningStar.net (Weblog) by nannette on 11-15-2010, 12:00 AM
    Filed under: ASP.NET, SQL Server, .NET FAQ, General Software Development, Product Review, Linq / Entities
  • Debug slow calls using IIS Logs

    For any asp.net/WCF application hosted on IIS it is essential to monitor the response times of the web requests and the easiest way to do this is by using IIS logs. I use Log analyzer to output the calls taking a lot of time. Following steps would help you do it yourself and be an expert in monitoring...
    Posted to Anil Kasalanati (Weblog) by anil.kasalanati on 01-06-2012, 12:00 AM
    Filed under: c#, .NET FAQ, AJAX, ASP.NET, .NET, IIS, Atlas, WCF, WPF, Orcas, Team System, Vista, Infocard, Commerce Server, WinFX, Web Services, Agile, CLR, Biztalk, BCL, Avalon, WWF, General Software Development, Windows Forms, Content Management Server, Visual Basic, Sharepoint, Mobile, Community News, Crossbow, Visual Studio, SQL Server
  • Good asp.net and other developer learning links & resources

    if you are a learning geek, then you will find this interesting. you can find lots of learning resource and links on this site. Link Namste !!
    Posted to Krunal Mevada (Weblog) by krunalm on 10-01-2008, 12:00 AM
    Filed under: .NET FAQ, Atlas, AJAX, ASP.NET, C#, .NET, SQL Server
Page 1 of 2 (12 items) 1 2 Next >