urig - Tidbits from a .net life
Bits from my life as C# .net programmer exploring the depths of this great world wide web.
Browse by Tags
All Tags
»
development
(
RSS
)
agile
altnet
altnetisrael
alt-net-israel
asp.net
cool
gui
israel
microsoft
open source
social software
source control
team foundation
team system
tools
usability
Why you want to be a part of Alt.Net Israel
09 August 08 08:05 AM
|
urig
|
4 comment(s)
I was fortunate today to take part in the first Alt.Net "unconference" to be held in Israel and let me tell you - it was an awesome experience! The concept of Alt.Net is that a group of .net enthusiasts get together and organize a conference by themselves for themselves to discuss .net, its past, present and future. Simply put, the audience organizes and gives the talks. Here's a more profound explanation: http://davybrion.com/blog/2008/08/altnet-what-does-it-mean/ The first Alt.Net...
Paint.NET is the open source Photoshop
08 May 07 10:49 AM
|
urig
| with
no comments
Back after a long period of time away from the internet. This won't be much of a comeback though, as I'm getting married (!) the day after tomorrow and then I'm going here for a week: Santorini on 43places . But I digress. I just want to recommenced Paint.NET . In a sentence, it's the open source Photoshop. It's a free for download open source photo editing software. Of course it's not a real competitor for Photoshop - certainly not for professionals - but all the basic stuff is there - the lasso...
Response.Cookies.Set() vs. Response.Cookies[] =
04 March 07 06:42 PM
|
urig
| with
no comments
I've stumbled upon behavior that I cannot understand in ASP.net's handling of the Response.Cookies object. The trigger for this post is a page where I have Response.Flush() followed a bit later with an attempt to write an HttpCookie to the Response. Everything works fine when I try to write the cookie like so: HttpContext.Current.Response.Cookies[name].Value = value; But when I use this alternate method: HttpCookie httpCookie = new HttpCookie(name, value); HttpContext.Current.Response.Cookies.Set...
How to enable programmatic access to VBA in Excel 2007
15 January 07 09:50 AM
|
urig
| with
no comments
Just had my first encounter with VSTO, trying to embed a C# macro in an Excel workbook. I fired up the ol' Visual Studio 2005, created a new "Excel Workbook" project and bumped straight into this: "Programmatic access to the Microsoft Office Visual Basic for Applications project system could not be enabled. If Microsoft Office Word or Microsoft Excel is running, it can prevent programmatic access from being enabled. Exit Word or Excel before opening or creating your project." A quick google gave...
How to name Private Methods in C#?
07 January 07 11:45 AM
|
urig
|
1 comment(s)
I'm having a debate (with myself mostly) concerning the proper way to name private methods in C# projects. For some forgotten reason, I have been accustomed to use camel casing when naming private methods - as opposed to using Pascal casing for public methods. Example: private int getBlockInfo(int memberID) {...} public int GetBlockInfo(int memberID) {...} For me this seems very comfortable for differentiating between private "secret" methods within a class and public methods that are visible outside...
IIS 7.0 is here. Isn't it?
19 December 06 04:15 PM
|
urig
|
1 comment(s)
I'm not 100% sure but it seems Microsoft has silently (?) launched IIS version 7.0 . This is said to be a part of Windows Vista . Oddly enough I've not seen any launch announcement from MS. Maybe I just missed it? The new version of IIS is said to implement a lesson from the Apache Web Server - modularity. Functionality previously embedded in older version of IIS has been relocated to modules that can optionally be installed alongside a core IIS server. This would allow for better security as administrators...
When did Open Source Software become so friendly?
14 December 06 04:18 PM
|
urig
| with
no comments
I've just finished installing MediaWiki 1.8.2 (the same wiki engine that powers Wikipedia ) on my machine at work. MediaWiki requires three things to be present on the machine prior to installing: A web server, A database server and the PHP engine. In my case that meant that I had to install Apache Http Server 2.2.3 , MySQL 5.0.27 Community Server and PHP 5.2.0 - all from scratch. The point of this post is that I was surprised at how easy it was to obtain and install these 4 (counting MediaWiki)...
Team Foundation Source Control won’t Get Latest when you Check Out
23 November 06 03:45 PM
|
urig
|
3 comment(s)
In a recent post , Leon Langleyben described a Team Foundation Source Control "feature" that is giving users a hard time. The "feature" is that the Check Out command in TFSC no longer performs a Get Latest on the file checked out, as we were accustomed to in VSS. In the older Visual SourceSafe, when you checked out a file VSS would get the latest version of the file to your local machine and only then open the file for you to work on. This is critical when working in Exclusive Checkout Mode, which...
Search
Go
This Blog
Home
Contact
Tags
.net
3d
advertising
agile
altnet
altnetisrael
alt-net-israel
apple
art
asp.net
asp.net mvc
assemblybinding
Avalanche
bestpractices
BitTorrent
blogs
browsers
caching
cars
castle
cellular
cool
DevAcademy3
developer academy II
development
devexpress
downloads
dxcore
exceptions
facebook
firefox
flickr
fun
fuslogvw
games
GeekCon DIY radio vintage
gmail
google
google reader
gui
hacks
http headers
iphone
israel
ivcug
MCSD
microblogging
microsoft
msdn
msmq
mvc
netcache
nintendo
open source
outbrain
P2P
personal
podcasts
privacy
programming
rss
security
silly fun transformers internet
snap
snap anywhere
snap preview anywhere
social software
somewhat cynical
source control
ssl
team foundation
team system
teched
TechEdIsrael2008
tools
TV
twitter
usability
visualstudi
vr
wcf
wii
wiimote
windows
windsor
Navigation
Home
All Posts
RSS
Popular Tags
Archives
June 2009 (2)
December 2008 (2)
September 2008 (1)
August 2008 (1)
June 2008 (1)
May 2008 (2)
April 2008 (12)
March 2008 (4)
December 2007 (3)
November 2007 (9)
September 2007 (1)
August 2007 (2)
July 2007 (2)
June 2007 (1)
May 2007 (2)
April 2007 (6)
March 2007 (3)
February 2007 (1)
January 2007 (11)
December 2006 (5)
November 2006 (6)
October 2006 (1)
News
Twitter Updates
Syndication
RSS
Atom
Comments RSS