Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • [Cool Tool] Search Engine helpful searches

    Did you know that Google provides answers to special searches ? I have just discovered this one: Time: But you also have: Calculator:   Currency conversion:   Units conversion:   Weather: You can find the whole list here . Note: Some of these works also with Live search .
    Posted to Laurent Duveau (Weblog) by pluginbaby on 03-01-2008, 12:00 AM
    Filed under: Geek, Tips and Tricks, Tools
  • Issues with the XmlSerializer in medium trust environments

    In my last post I briefly mentioned that CodeHTMLer had issues running in a medium trust environment. The simple web application front end I created kept failing before it ever got started. It keep hitting a SecurityException nested in an InvalidOperationException which looks something like: [Exception...
    Posted to Wes' Puzzling Blog (Weblog) by puzzlehacker on 01-14-2008, 12:00 AM
    Filed under: Tips and Tricks, .NET, Tools, Code, CodeHTMLer
  • Cool free online tools for Web Development

    This is not directly related to ASP.NET but might be very useful for general web development, check out these great free online tools from Dynamic Drive : FavIcon Generator Use this online tool to easily create a favicon (favorites icon) for your site. A favicon is a small, 16x16 image that is shown...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 07-12-2007, 12:00 AM
    Filed under: Web Development, Tips and Tricks, Tools
  • Flash Control for ASP.NET 2.0 and AJAX

    FlashControl is an ASP.NET 2.0 server control that allow you to add Flash movies (swf files) in your aspx pages. It removes the "Click to activate and use this control" message. This control has some great features: Remove "Click to activate and use this control" message ASP.NET AJAX enabled! (works...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 04-22-2007, 12:00 AM
    Filed under: ASP.NET, AJAX, Web Development, Tips and Tricks, Tools
  • Cool tool: Culture Explorer 2.0

    Culture Explorer 2.0 is an amazing Windows Form application that lets you explore the cultures that are supported by the .NET Framework 2.0. It provides details for each culture such as date, time, number, currency formating, calendar information... It also support .NET 2.0 features such as custom cultures...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 04-15-2007, 12:00 AM
    Filed under: Tips and Tricks, Tools
  • 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
  • Exporting Dataset as CSV

    Hi Everyone, Below given an easy way to export data from a dataset as CSV(comma seperated values) . At first, it converts the datatable to html table format and then writes data as output stream. We need to set the Content-Type of Response object as Excel format and add the filename to be streamed on...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 03-25-2008, 12:00 AM
    Filed under: Asp.Net, csv, Response, Dataset, GridView, C# 2.0, .NET, microsoft, visual studio, Asp.Net 2.0, .NET 2.0, .Net Development, .NET Framework, Web 2.0, Web Development, Tools, Performance, Code Perfromance, Web, Tips, General Software Development, Tips and Tricks, ASPX Page Performance, Software Development, Visual Studio 2005
  • Simple way to check your code performance

    Hi guys, Of course, we all know foreach loop takes more time than for loop and there are lot of similar scenarios in .Net. Even if it takes lot of time, we'll be forced to use foreach loop at some cases. So it'll be better, if we come to know the time taken for executing a piece of code at the runtime...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 03-25-2008, 12:00 AM
    Filed under: debug, Asp.Net, csv, Response, C# 2.0, .NET, microsoft, visual studio, Asp.Net 2.0, .NET 2.0, .Net Development, .NET Framework, Web 2.0, Web Development, Tools, Performance, Code Perfromance, Web, Tips, General Software Development, Tips and Tricks, ASPX Page Performance, Software Development, Visual Studio 2005, Debugging
  • [Cool Tool] Assembly minifier tool

    If you are using Silverlight controls from the Telerik suite, you’re going to love this. Telerik provide a new free tool to help reduce the size of your Silverlight xap. The Telerik Assembly Minifier can be found here: http://minifier.telerik.com/ From the website: “Telerik Assembly Minifier is a tool...
    Posted to Laurent Duveau (Weblog) by pluginbaby on 06-24-2010, 12:00 AM
    Filed under: Community News, Tips and Tricks, Tools, Silverlight
Page 1 of 1 (10 items)