|
|
Browse by Tags
All Tags » .NET (RSS)
Showing page 4 of 7 (67 total posts)
-
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", ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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! | ...
... 4 ...
|
|
|