teemukeiski.net

Teemu Keiski's .NET site
Welcome to teemukeiski.net Sign in | Join | Help
in
Home Our Blogs BlogRoll Forums Photos Downloads

Browse by Tags

All Tags » .NET   (RSS)
Showing page 4 of 7 (67 total posts)
  • ASP.NET: clear user control output cache

    As per the subject, here's a simple sample global.asax   <%@ Application Language="C#" %> <script runat="server">     void Application_Start(object sender, EventArgs e)     {         HttpRuntime.Cache.Insert("myCacheKey", ...
    Posted to Teemu (Weblog) by Anonymous on lokakuu 31, 2007
  • About default collection-related imports in ASP.NET 2.0

    It's funny when you get reply to things you don't remember you've asked for. :-) I had given feedback somewhere Oct 2006 in Microsoft Connect about System.Collections.Generic not being imported by default in ASP.NET 2.0. E.g you had to manually add the import. Small thing but annoyed when one had to do it repeatedly. Now MS had ...
    Posted to Teemu (Weblog) by Anonymous on lokakuu 24, 2007
  • Microsoft releases .NET Framework Source Code

    Microsoft is taking one more step to the open community / world. Scott Guthrie is announcing in his blog that Microsoft is going to release the source code of .NET Framework with 3.5 and VS2008 release. Many people know that you've already been able to see the code with external tools such as Reflector however this MS's ...
    Posted to Teemu (Weblog) by Anonymous on lokakuu 3, 2007
  • ASP.NET MVP One More Year

    My MVP award was renewed. Honest thanks to MS. "Dear Teemu Keiski, Congratulations! We are pleased to present you with the 2008 Microsoft® MVP Award! The MVP Award is our way of saying thank you for promoting the spirit of community and enhancing people’s lives and the industry’s success every day. Your extraordinary ...
    Posted to Teemu (Weblog) by Anonymous on lokakuu 2, 2007
  • What is: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level?

    This error occurs quite often, because you have more than one web.config file in your application. You might have other web.config at the root or application level (they can be the same in case your site is directly the application) and other on the subfolder or virtual directory beneath the root / application levelRoot ...
    Posted to Teemu (Weblog) by Anonymous on syyskuu 1, 2007
  • Nothing beats a good book

    During the last few years, I've read many books. Of course, since I work on IT branch in a technical position, most of the books I've read deal more or less with technology or technology-oriented things like design, coding and things related to them. I've read books which have been published just to promote ...
    Posted to Teemu (Weblog) by Anonymous on elokuu 19, 2007
  • Interesting article: "Developing IIS7 modules and handlers with the .NET framework" by Mike Volodarsky

    Link: http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx  This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features based on the .NET Framework.  This article will ...
    Posted to Teemu (Weblog) by Anonymous on elokuu 16, 2007
  • ScottGu blogs about fixes for common VS2008/.NET 3.5 b2 issues

    Scott has collected a list of issues which might occur when working with VS2008/.NET 3.5 beta 2. See the post. I am one of those people who have emailed Scott to say VS2008 beta 2 is the best VS beta so far. I've had mixed feelings with both VS2005 and VS2003 betas in the past, sometimes they screwed my machine for real ...
    Posted to Teemu (Weblog) by Anonymous on elokuu 5, 2007
  • Customizing RadioButtonList

    This was asked on forums and result was quite weird control but I post  it here for demonstration purposes, nevertheless. :-) User needed to customize RadioButtonList so that he doesn't need to use RadioButton. He wants to show a DIV or SPAN (probably some image icon in that too). Issue was that overriding ...
    Posted to Teemu (Weblog) by Anonymous on maaliskuu 10, 2007
  • Programming WCF Services by Juwal Löwy (O'Reilly)

    I just got the book. I've read a couple of chapters by now. It is damn good one, best book for a long time, and I don't believe rest of chapters would have lower quality so I can safely say it :-). I will write a review about it as soon as I've finished with it. Share this post: email it! | bookmark it! | digg it! | reddit! | ...
    Posted to Teemu (Weblog) by Anonymous on maaliskuu 10, 2007
« First ... < Previous 2 3 4 5 6 Next > ... Last »