Kartones Blog
Be the change you wanna see in this world
This Blog
Home
Contact me
About
View older entries
RSS Feed
Special Links
Book reviews
Software reviews
Favourite Firefox addons
Favourite IE addons
Free developer tools list
Web links
Want a blog with us?
Tag Cloud
.NET
3D
ASP.NET
Blogging
Books
C#
Community Server
Configuration
Design
DirectX
Firefox
Game Engines
Google
Graphics
Humour
IIS
Internet Explorer
Javascript
Kartones.Net
MVF
Offtopic
Patterns & Practices
PHP
Review
Security
Testing
Tools
Travel
Troubleshooting
Tweaks
Twitter
Videogames
Visual Studio
Windows
Windows Live
Windows Live Agents
Windows Vista
Windows XP
XBox 360
XNA
About Me
LinkedIn Profile
Tuenti Profile
Facebook Profile
Photo albums
Portfolio (in spanish)
RPG Blog
Twitter Account
My Gaming Profiles
XBox360 Gamertag
Steam Gamercard
My Last Twitts
Twitts not loading?
Check them
here
.
My Messenger Status
I am
Visits
Browse by Tags
All Tags
»
Configuration
.NET
ASP.NET
Assembly
Books
C#
Community Server
Continuous Integration
Deployment
DLL
Documentation
Exchange
Firefox
Freeware
IIS
Internet Explorer
Kartones.Net
Logging
Methodology
Outlook
Patterns & Practices
Performance
Review
Security
Spam
Testing
Troubleshooting
Twitter
UAC
Visual Studio
Web Services
Windows
Windows Vista
WiX
Sep 29 2009
ASP.NET: Split AppSettings and ConnectionStrings to separate files
This is a simple yet not always known "trick". We usually have in our ASP.NET Web.Config files the app settings variables and connection strings: < appSettings > < add key = " MyAppSetting1 " value = "" /> <...
Posted by
Kartones
|
3 comment(s)
Filed under:
.NET
,
ASP.NET
,
Configuration
Nov 20 2008
Tuning ASP.NET applications performance
One of my defects is that I always think there's room for improvement in everything. But time (and budget) is limited, so we always have to evaluate and decide when to stop improving to move to the next feature. This is why Service Packs and revisÃons...
Posted by
Kartones
| with
no comments
Filed under:
C#
,
Patterns & Practices
,
Firefox
,
.NET
,
ASP.NET
,
Configuration
,
IIS
,
Performance
,
Internet Explorer
Oct 19 2008
KartonesNet CS2007 Addon Pack 1.1.1
I've just uploaded the newest version of my CS2007 Addon Pack , addressing two "external" problems related to the Twitter addon: Writing or migrating posts with old dates (more than 2 days old) will no longer tweet. This comes handy if migrating...
Posted by
Kartones
|
1 comment(s)
Filed under:
Kartones.Net
,
Community Server
,
Configuration
,
Twitter
,
Web Services
Sep 10 2008
Book Review: Coder To Developer
I've added a new book review of Coder to Developer book ;)
Posted by
Kartones
| with
no comments
Filed under:
Visual Studio
,
Patterns & Practices
,
.NET
,
Configuration
,
Books
,
Logging
,
Freeware
,
Continuous Integration
,
Documentation
,
Review
,
Methodology
Dec 07 2007
Configure Exchange RPC over HTTP
Small auto-reminder post for the future: How to configure a Microsoft Exchange mail account in Outlook to work with RPC over HTTP (which means, to access your exchange account from outside your office). Close Outlook and go to Control Panel -> Mail...
Posted by
Kartones
| with
no comments
Filed under:
Configuration
,
Exchange
,
Outlook
Jun 03 2007
Preventing spam with Community Server 2007
We live at a time where spam is becoming more problematic than viruses. And as the spam bots get more sophisticated, becomes easier for them to invade any online site and fill with comments blogs, admin addresses and even forums. Kartones.Net is no exception...
Posted by
Kartones
| with
no comments
Filed under:
Community Server
,
Configuration
,
Spam
May 27 2007
Using WiX (Windows Installer XML)
For my current project, I've had to create installation packages with WiX , an opensource tool that allows to create very powerfull installers with XML. I've used the 2.0 version before, but now there is a beta of the 3.0 version, called Votive...
Posted by
Kartones
| with
no comments
Filed under:
Visual Studio
,
Assembly
,
Windows
,
.NET
,
Configuration
,
DLL
,
WiX
May 16 2007
Quick tips for developing under Windows Vista
Now that I'm having quite a lot of development (and fighting with the OS) under Vista, here you are some quick tips that will help you a lot to develop efficiently with Visual Studio 2005. Navigate to C:\Program Files\Microsoft Visual Studio 8\Common7...
Posted by
Kartones
| with
no comments
Filed under:
Windows Vista
,
Security
,
C#
,
Visual Studio
,
Assembly
,
.NET
,
UAC
,
Troubleshooting
,
Configuration
Apr 21 2007
VS2005 Unit Tests and copying files
Sometimes you need to copy some files to the output folder before executing your application from Visual Studio. This isn't a problem, unless you're going to execute a VS2005 unit test battery, because it creates a custom output folder before launching...
Posted by
Kartones
| with
no comments
Filed under:
Visual Studio
,
Testing
,
Configuration
,
Deployment