Slashdot Mirror


User: cyberdrop

cyberdrop's activity in the archive.

Stories
0
Comments
18
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 18

  1. Re:The real mystery on Microsoft's Urgent Patch Precedes Black Hat Session · · Score: 1

    I'm currently working on something like that. Sure its hard work, but with some unmanaged code you can turn a c# app into a localserver. You can host an usercontrol in a ATL ActiveX Control and expose the object model to COM in managed code (calls must be manually switched to the ui-thread but thats easy using lambda expressions). Most of the code stays in c#.

  2. Re:It's the commonality. on Microsoft's Urgent Patch Precedes Black Hat Session · · Score: 1

    Flash installs an OCX (ActiveX Control) and an XPT (Firefox Plugin) to C:\Windows\System32\Macromed\Flash

  3. Re:The real mystery on Microsoft's Urgent Patch Precedes Black Hat Session · · Score: 2, Informative

    .NET is perfectly fine for anything other than writing plugins or plugin hosts for parts of the operating system.

  4. Re:Imagine. on Microsoft's Urgent Patch Precedes Black Hat Session · · Score: 2, Informative

    The code is not embeded in the web page!

    An ActiveX Control is a Plugin for your browser. The browser is also bound to an particular operating system and processor architecture!

  5. Re:The real mystery on Microsoft's Urgent Patch Precedes Black Hat Session · · Score: 3, Informative

    The reason was not performance. It was an compability issue.
    Currently there can only one version of the CLR be loaded into a process. The CLR version of the first .NET DLL is used in the process.

    This is also the reason why you should not make shell extensions in .NET. The Windows Explorer would load the shell extension dll in unknown order. If the first one is a .NET 1.0 Dll all .NET 2.0 Dlls would not load.
    If a Programm delay loads the CLR a simple call to the Open File Dialog would cause the .NET 1.0 CLR to be loaded into the process.

    This problem will finally be solved in .NET 4.0. I think we will see the use of .NET in Windows 8...

  6. Re:Distributed File Solution. on Best Home Backup Strategy Now? · · Score: 1

    Sorry, I meant DPM. And shure it might be overkill for home use ;-)

    DFS Replication was originally designed for some kind of load balancing if I recall correctly.
    We had some issues, especialy when restarting servers, where replication did not start correctly. We had also issues with locked files and DFS Replication is no solution for backing up database and exchange servers...

  7. Re:Distributed File Solution. on Best Home Backup Strategy Now? · · Score: 1

    We previusly had a solution using DFS-Replication, but DFS-Replication is not realy build for this kind of use.
    We switched to a Microsoft DMP Server 2007 which uses agents on each server and provides a nearly realtime replica with daily snapshots of Files, Exchange, Databases,... Users can restore files on their own and there is virtually no admin work for daily use.
    We make monthly manual off-site backups of the DMP-Store with Windows Backup on separate Harddisks.

    For this solution you need a seperate server with about as twise as much harddisk space as your normal backup size. The daily snapshots lasts about two or three months.

  8. xyz on The Hard Upgrade Path From XP To Vista To Win 7 · · Score: 0, Offtopic

    I tried to crack Media Player Classic on my Windows 7 build 7990, and then Windows 7 got me laid off from my job, gave my dog a urinary tract infection, and made my wife leave me for a younger, more attractive man. Curse you Windows 7! Does your evil know no bounds?!

  9. Re:How about fixing the developers instead? on Windows 7 To Dial Down UAC · · Score: 2, Informative

    http://blogs.msdn.com/oldnewthing/archive/2007/11/26/6523907.aspx

  10. Re:Do you care about this? on The End of Native Code? · · Score: 1

    I think the point is that managed code IS capable of running such a huge site. Improvements to the infrastructure that may have happened do not matter.

  11. Do you care about this? on The End of Native Code? · · Score: 1
  12. Re:Vista != Vista's 3D Interface on One In Two PCs Won't Run Vista's Interface · · Score: 1

    Avalon does ship with Vista! And the Aero UI is using Avalon.
    Avalon kicks ass!

  13. Re:Tell me exactly... on Standby Electronics a Waste? · · Score: 1

    Some time ago I had a TV which consumend over 60W in standby mode! And 70W in on mode

  14. Re:XP's firewall on Ask Microsoft's Security VP · · Score: 1

    I think a 2 way firewall is not the right thing for most users!
    When a popup comes up most users click on yes/no without reading the text. And later they are confused because they dont get emails anymore. Some time later you get a phone call!

  15. Re:Will you ever sort and modularize Windows? on Ask Microsoft's Security VP · · Score: 1

    Editor is 'part of the operating system'!

  16. Re:There's an old saying... on First Windows Vista Security Update Released · · Score: 1

    Thats because Windows Server 2003 is bases on XP...

  17. Re:Advice for Bill (and you can pay me later...) on MS Patches Go For Quality Over Quantity? · · Score: 1

    This is a very good question!

    On Windows you cannot overwrite a copy of a shared library that is current in use. That is for a good reason, because not everything of this library is loaded into memory (like resources), replacing the file could result in crashes or strange behavior. And the applications that uses this library would continue to use the old version unit EVERY application using the library is closed, because the library is in memory only ONCE!
    I think on Linux its the same principle.
    So when you don't know which applications are using this library (and that could be many, including the gui) you have no other chance than rebooting, or your system isn't really patched!

  18. Re:MOD PARENT UP on Windows XP Flaw 'Extremely Serious' · · Score: 1

    just run IE as admin with RUNAS and type "Control Panel" in the adressbar