Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Is IIS7 on Vista not serving static content?

    If you add IIS7 and ASP.NET on Vista, many of the common HTTP modules are not installed by default – including the one for static content. The problem is that it doesn’t return a 404 or other error, but rather zero-byte files. If you’re seeing empty files returned for CSS, images and JScript files, this...
    Posted to Loosely Coupled has moved (Weblog) by Tim Marman on 07-02-2008, 12:00 AM
    Filed under: .NET, Microsoft, Vista, Software Development, Programming, Knowledge Base
  • Jon's News Wrapup - May 8, 2008 Edition

    h2.entry-title {font-size: 1.1em; clear:left;} ul.hfeed {list-style-type: none;} li.xfolkentry {clear: left;} img.item {float:left;height:75px;} div.entry-content {float:left;width: 75%;} ul.more, ul.tags, address.author {display:none;} h3 {clear:left;} Here's another monthly installment in my news wrapup...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 05-08-2008, 12:00 AM
    Filed under: Software Development, Microsoft, .NET, General Software Development
  • Congrats to Faisal on his new role on the ADO.NET team

    My good buddy Faisal has moved from MSBuild to ADO.NET . Specifically, he's the Program Manager for LINQ to SQL and the Object Service for Entity Framework. He says you'll hear a lot more from him on these things, but of course if past history is any indication his blogging will be short lived :) Either...
    Posted to Loosely Coupled has moved (Weblog) by Tim Marman on 12-05-2007, 12:00 AM
    Filed under: .NET, Technology, Microsoft, Software Development, Personal, Programming
  • Google launches Google Apps Premier Edition

    As rumored yesterday , Google made a major announcement : a subscription package of premium, hosted business applications. (Man, Arrington's sources are scary good). The service combines GMail, Google Calendar, Google Talk and Google Docs & Spreadsheets for $50 per user annually. I still insist that...
    Posted to Loosely Coupled has moved (Weblog) by Tim Marman on 02-22-2007, 12:00 AM
    Filed under: Security, Technology, Microsoft, Software Development, Web 2.0, Google, Business, Enterprise
  • Can Operating Systems tell if they're running in a Virtual Machine?

    Or, do androids know they're dreaming of electric sheep... There was some recent news on Windows Vista EULA restrictions relating to Virtual Machines . Vista Home Editions aren't allowed to be run inside a Virtual Machine, and Vista Ultimate in a VM will restrict access to applications which...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 10-27-2006, 12:00 AM
    Filed under: Software Development, Microsoft, Goofy nerd stuff, Virtual PC, General Software Development
  • Why is Microsoft charging for Office 2007 Beta downloads?

    A lot of people are up in arms about Microsoft's decision to charge for new Office 2007 beta downloads . Existing beta testers can download the upcoming refresh for free; this is simply for new users. Since the end of May, Beta 2 has been downloaded more than 3 million times...That's 500 percent...
    Posted to Loosely Coupled has moved (Weblog) by Tim Marman on 08-02-2006, 12:00 AM
    Filed under: Technology, Microsoft, Vista, Rants, Software Development
  • Windows OneCare, Automatic Updates, and Automatic Reboots

    I've been beta testing Windows OneCare™ Live : "the all-in-one, automatic and self-updating PC care service aimed at helping consumers more easily protect and maintain their PCs to keep them running well." It integrates smoothly with Windows, consolidates firewall, antivirus, backup, and more. It's one...
    Posted to Jon Galloway (Weblog) by Jon Galloway on 02-09-2006, 12:00 AM
    Filed under: Software Development, Microsoft, Backseat Driver
  • JUST RELEASED: p&p Acceptance Test Engineering Guide, Volume I - beta2

    Microsoft patterns & practices is excited to announce the latest addition to the p&p library of software engineering guidance: Acceptance Test Engineering Guide, Volume I (BETA 2) Codeplex site: http://codeplex.com/TestingGuidance Here is some of what it covers ! Common Scenarios – How to Plan...
    Posted to What's New (Weblog) by Anonymous on 07-01-2009, 12:00 AM
    Filed under: Software Development, Microsoft, blog, Best Practices, Testing, patterns
  • Improve ASPX web page performance by combining Skin & CSS

    There has been numerous discussions happened on web site performance, ranging from UI design to Site H osting. Out of this, one of the important step is, to reduce the size of Http Response size. Optimizing Http Response will considerably reduce the page loading time at the browser. There are many ways...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 06-22-2009, 12:00 AM
    Filed under: Asp.Net, Response, C# 2.0, .NET, microsoft, visual studio, Themes, StyleSheet, Asp.Net 2.0, CSS, HTML, .NET 3.5, .NET 2.0, ASP.NET 3.5, .Net Development, .NET Framework, Visual Studio 2008, Web 2.0, Web Development, Tools, Performance, Code Perfromance, Skins, Web, Tips, General Software Development, Tips and Tricks, ASPX Page Performance, Software Development
  • Nullable types and ?? operator

    This time, i would like to discuss about a cool feature of C# 2.0. As you know, some database operations return null values and results into throwing exceptions unless you handled well in your business logic. .Net 2.0 has been solved by introducing nullable types. Lets discuss about its features and...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 06-06-2008, 12:00 AM
    Filed under: Asp.Net, C#, C# 2.0, Nullable types, .NET, microsoft, visual studio, Asp.Net 2.0, .NET 3.5, .NET 2.0, ASP.NET 3.5, .Net Development, .NET Framework, Visual Studio 2008, Web 2.0, Web Development, ORM Architecture, Tools, Architecture, Performance, Code Perfromance, Web, Tips, General Software Development, Tips and Tricks, Software Development, 3-Tier Architecture, C# Properties
Page 1 of 2 (14 items) 1 2 Next >