Sign in
This is my old blog
It's all about causality
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.Net
blogs.microsoft.co.il
Bugs
Bug's I've Encountered in the .net Framework
Developer Academy 07
Documents......
EIF
fun
hacking
My Presentations
Pages
PDC2003
Red pill related
Teched israel 2003
TechEd Israel 2004
Tips
VB.NET
VB6
Visual Studio 2005
Visual Studio Team System
Webcasts
Yosi Taguri
Archive
Archives
May 2008
(1)
January 2007
(1)
December 2006
(1)
October 2006
(1)
September 2006
(2)
March 2006
(1)
February 2006
(12)
August 2005
(1)
July 2005
(2)
June 2005
(8)
May 2005
(1)
April 2005
(1)
March 2005
(4)
February 2005
(2)
January 2005
(1)
December 2004
(1)
November 2004
(5)
October 2004
(3)
September 2004
(12)
August 2004
(1)
July 2004
(7)
June 2004
(9)
May 2004
(10)
April 2004
(13)
March 2004
(4)
February 2004
(7)
January 2004
(6)
December 2003
(20)
November 2003
(9)
October 2003
(26)
September 2003
(11)
August 2003
(15)
July 2003
(17)
June 2003
(17)
May 2003
(19)
April 2003
(9)
March 2003
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
This is my old blog
Deleting a node from a MMC snapin using ironringsoftware.com library
Posted
over 10 years ago
by
yosit
6
Comments
there is one MMC Library sdk which is the only opensource project I know it's from www.ironringsoftware.com , it lacks one small thing we encountered today, u can add nodes to the mmc tree but you can't delete. behind the scenes it uses the IConsoleNameSpace2 interface. which do support the remove feature . so if u'll add the following code to the BaseNode.cs: public void Remove() { IConsoleNameSpace2 cns = Snapin.ConsoleNameSpace; cns.DeleteItem((uint)this.HScop...
This is my old blog
moving into v1.1 - asp.net
Posted
over 10 years ago
by
yosit
1
Comments
we've moved our code into vs.net 2003 we noticed a problem when passing parameters to the server that contained xml code we got "A potentially dangerous request......" searching thru google came up with this: http://www.asp.net/faq/RequestValidation...
This is my old blog
minidumps and managed code
Posted
over 10 years ago
by
yosit
0
Comments
today I've had a meeting with thwe MS guy responsible for the content of my lecture. he wanted me to add slides about minidump and managed code.. I said ok. I remember something about it ... Although I've never used it (didn't have to) I looked...
This is my old blog
Server.Transfer changed it default value in 1.1
Posted
over 10 years ago
by
yosit
0
Comments
chekc out: http://dotnetweblogs.com/Lrozner/posts/5601.aspx
This is my old blog
.net Advanced Debugging - My lecture on Teched 2003
Posted
over 10 years ago
by
yosit
0
Comments
I've going to do a lecture on the next Teched (2003) in israel, it's about Advanced Debugging and undocumented features of the debugger.. you can find it HERE : http://www.microsoft.com/israel/teched/sessions.aspx?track=1 I'll post the presentation as soon as I'll finish it. you are all welcome..... ;) ...
This is my old blog
17 hours of work because of remoting.......
Posted
over 10 years ago
by
yosit
2
Comments
Last night we stayed 17 hours at work trying to figure out why we can't load the remoted server with more than 250 Remote calls per sec. we had a server running asp.net which called another server thru remoting. we could get the 2nd server to load, we even tried more than 1 web server at the time. it seemed we had a bottleneck somewhere in the 2nd server which led us to believe Remoting had a limit. ................
This is my old blog
Caching Architecture Guide for .NET Framework Applications
Posted
over 10 years ago
by
yosit
2
Comments
a new caching guide from MS...
This is my old blog
A bug in System.Exception
Posted
over 10 years ago
by
yosit
1
Comments
A bug I've found today in System.Exception...
Page 11 of 11 (258 items)
«
7
8
9
10
11