|
|
arial
arial
 |
|
Stories kicked by friends of arial
|
|
published 1 month, 18 days ago, submitted by
galiyr
1 month, 18 days ago
dev102.com — Are you familiar with the following C# compilation error: “CS0104: ClassA is an ambiguous reference between Namespace1.ClassA and Namespace2.ClassA“? Most software developer would solve that error by... read more...
add a comment
|
category: C# | Views: 364
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
3 months, 3 days ago
west-wind.com — FireFox 3.0 apparently is much more aggressive in caching content than previous versions of FireFox. While this is good for performance in many situations I've noticed that this is seriously becoming a problem in some of my applications where support files like scripts and CSS files get updated in applications and FireFox doesn't recognize those changes. Looks like last-modified headers are not respected by FF3. read more...
add a comment
|
category: ASP.NET | Views: 11
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 9 days ago, submitted by
terrble
5 months, 10 days ago
haacked.com — This shell extension adds a right click menu on any folder that will start WebDev.WebServer.exe (aka Cassini) pointing to that directory. read more...
add a comment
|
category: ASP.NET | Views: 119
|
|
tags:
Haacked, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 16 days ago, submitted by
aloker
5 months, 17 days ago
blog.andreloker.de — Using Firefox on Vista to view websites hosted by the Visual Studio Development Server can be unbearably slow. Pages take aeons (i.e. several seconds) to load while viewing the same site under IE does not suffer from this issue. Here's how to solve the problem. read more...
add a comment
|
category: Tips & Tricks | Views: 394
|
|
tags:
VisualStudio, Firefox, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 18 days ago, submitted by
mjeaton
5 months, 19 days ago
devlicio.us — An overview of using C# 3.0 syntax in a .Net 2.0 application. read more...
add a comment
|
category: C# | Views: 486
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 19 days ago, submitted by
aloker
5 months, 19 days ago
blog.andreloker.de — The web.config (or app.config for non-web applications) file is the central place to configure your web application, starting from connection strings, over application settings to ASP.NET specific topics like caching, authentication & authorization, sessions as well as HTTP handlers and modules. Normally the web.config starts as a neat little pet you can easily manage. But as soon as your project grows mature, web.config turns out to be a huge beast. This article shows you a way to tame the beast. read more...
add a comment
|
category: ASP.NET | Views: 439
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 17 days ago, submitted by
BlackWasp
5 months, 20 days ago
blackwasp.co.uk — Sending email using the Simple Mail Transport Protocol (SMTP) can be a slow process, particularly when sending large numbers of messages using, for example, a bulk email tool. This process can be accelerated with considered use of asynchronous sending. read more...
add a comment
|
category: C# | Views: 452
|
|
tags:
C#, mail | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
pbrooks
6 months ago
blogs.msdn.com — Silverlight 2 Beta 2 includes a number of incremental improvements based on customer feedback. Changes include improvements to controls, templating, Deep Zoom, performance, further compatibility with WPF, and much more. For a full list of changes, see below: read more...
add a comment
|
category: Silverlight | Views: 35
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 24 days ago, submitted by
SuperJason
6 months, 1 day ago
blog.obishawn.com — How many times have you written an event whose event handler just takes in a generic EventArgs object and when you raise that event you pass in new EventArgs()? Turns out the EventArgs class has a static read-only instance field EventArgs.Empty. read more...
add a comment
|
category: C# | Views: 186
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CJCraft
6 months, 1 day ago
cjcraft.com — I've put together a screenshot tour of Windows SideShow for Windows Mobile Beta.
20 screenshots to help you decide if WSWMB is right for you, and for you to be able to see what WSWMB can do for you.
It covers the following gadgets in detail:
Office PowerPoint Remote (Rocks!)
Windows Media Player
Inbox - Windows Mail and more! read more...
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
ailon
6 months, 1 day ago
devblog.ailon.org — What do people get from attending various technology user groups? This post tries to outline how it looks from the outside. read more...
add a comment
|
category: Community | Views: 4
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
grauenwolf
6 months, 1 day ago
infoq.com — Should we really have libraries in .NET that are language specific? Why do only VB programmers get a Copy Directory function? Why do J# programmers (all 3 of them) get ZIP and UNZIP for free? read more...
add a comment
|
category: CLR | Views: 17
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 3 days ago, submitted by
janko
6 months, 3 days ago
jankoatwarpspeed.com — Exception handling plays an important part of application management and user experience. If implemented correctly it can make maintenance easier and bring the user experience to a higher level. If not, it can be a disaster. The goal of this article is to provide an overview of what exception handling is from the user perspective and the perspective of people who maintain the application, and to show the best practices of how to implement useful error handling in ASP.NET web applications. read more...
add a comment
|
category: ASP.NET | Views: 525
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ailon
6 months, 3 days ago
devblog.ailon.org — I wanted to wait a month before checking back on this issue but recent post by ScottGu (more on this later in this post) changed my plans. Thanks to DotNetKicks, Dzone and, obviously, Google that post was viewed more than 1100 times directly. I'm pretty confident that someone from Microsoft directly responsible for these things or at least someone who knows someone who is in some way related to this has seen it. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|