Sign In
Ionutz's tech blog
Options
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
assembly signing
C#
coding
Event Viewer
Installer
keys
Live
managed assembly
Performance
Security
Select text between 2 known words
Software development
Task Scheduler
VB macro
Visual Studio Macro
Windows Server 2008
Wix
Archive
Archives
April 2012
(1)
May 2011
(1)
April 2011
(1)
December 2009
(1)
May 2009
(2)
March 2009
(1)
April 2008
(1)
September 2006
(1)
August 2006
(2)
July 2006
(2)
MSDN Blogs
>
Ionutz's tech blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ionutz's tech blog
How to reference a different assembly when building from Visual Studio?
Posted
1 month ago
by
Ionootz
0
Comments
Hi, After I updated one of my machines to Visual Studio 2010 SP1 I started getting build error when executing builds from the VS UI. When I was doing the build using msbuild from the command line everything worked fine. We struggle a bit to understand...
Ionutz's tech blog
How to be a "good friend" to a signed assemly
Posted
over 1 year ago
by
Ionootz
0
Comments
Hi, here I am again fighting some signed\unsigned assembly issues. This time everything is related to the fact that we are writing a class that needs to be accessed by partners through the public methods but it needs to give some special privileges to...
Ionutz's tech blog
How to sign a binary that you don't have the sources for?
Posted
over 1 year ago
by
Ionootz
0
Comments
Hi, it has been a long time since my last post here and that's not because I didn't bump into difficult problems that I wasn't able to solve, but rather due to me being too lazy to write. So I decided to fix this. Also, the issue that I've found took...
Ionutz's tech blog
Certificates in Wix
Posted
over 3 years ago
by
Ionootz
0
Comments
Here's another of the nice stories when I try to make somthing work and it's just really hard to find any documentation about it. So I have this installer (a .wxs file) which had some hacky way to install certificates (executing custom actions and...
Ionutz's tech blog
If you get errors trying to run the Task Scheduler on Win2K8 and Event Viewer is not there to help
Posted
over 3 years ago
by
Ionootz
1
Comments
Hi, Once again I got angry on my poor computer because it didn't want to play nice. I was trying to create a scheduled task to robocopy some files every day to a certain shared folder. But when I started the Task Scheduler ( taskschd.msc /s ) I...
Ionutz's tech blog
How to debug C# WebHttpRequest HTTPS through Fiddler
Posted
over 3 years ago
by
Ionootz
2
Comments
Hi, I was working on this project where I needed to get some HTTP requests intercepted by Fiddler. Everything worked nice and dandy until some of the requests needed to be done over HTTPS. Fiddler knows to decrypt those by having a fake SSL cert. ...
Ionutz's tech blog
How to select in Visual Studio an area between 2 known find expression
Posted
over 3 years ago
by
Ionootz
0
Comments
Some days ago I had to format this huge file to remove everything between a "start" marking and an "end" marking and to do some other nifty things while doing the removing (reformat, copy some of the text, move it somewhere Else and such). So a simple...
Ionutz's tech blog
Running 32 bit ASP.Net applications on a 64bit OS
Posted
over 4 years ago
by
Ionootz
5
Comments
Here's a thing that haunted me the last few days: I have this 64bit Windows Server 2K8 machine which I'm trying to convince to run 32bit code under IIS7. In the same time I have a 64bit Windows Server 2K3 on which I'm trying to do the same. After...
Ionutz's tech blog
ASP.Net server side application wide data caching
Posted
over 6 years ago
by
Ionootz
3
Comments
Thanks to the comment, Peter I've added additional code that will make it avoid possible race conditions Mainly I test for null, lock the code and test for null again to make sure that no change in the state was done during the locking process Here...
Ionutz's tech blog
New Windows Live services
Posted
over 6 years ago
by
Ionootz
0
Comments
Here is a list of the new Windows Live services released : Windows Live Expo - Buy, sell and communicate with the people you trust Windows Live OneCare - All-in-one PC care, automatic and easy to use Windows Live Custom Domains - Free e-mail for your...
Ionutz's tech blog
Now about persistent cookies
Posted
over 6 years ago
by
Ionootz
0
Comments
This time is about persitent cookies. First... how to find where are the cookies located from C#: Directory .GetFiles( Environment .GetFolderPath( Environment . SpecialFolder .Cookies ) Now you have a list with all the persistent cookie on your hard drive...
Ionutz's tech blog
How to work with session cookies in IE
Posted
over 6 years ago
by
Ionootz
0
Comments
Perhaps lots of people bumped thier heads in walls while trying to work with cookies (client side). I know that server side there are a lot of nice classes but what do we do with the poor people writing JavaScript or C# client side? So here are...
Ionutz's tech blog
Helful tools for creating gadgets
Posted
over 6 years ago
by
Ionootz
0
Comments
Hi, Coming with links again :) Here's some tools that I found very useful if you like creting gadgets or any AJAX based pages. They're also helpful for DHTML. Anything that changes content on the fly client-side and the View Source doesn't show...
Page 1 of 1 (13 items)