Browse by Tags
All Tags »
Server 2008 R2 (
RSS)
Anyone that missed the Windows Platform Developers user group meeting and the lecture about kernel changes in Windows NT 6.1 (I know at least about someone that asked me about a video recording of the event) don’t worry. In the coming SDP event, Dima and I will have a lecture about the internal of Windows 7 & Server 2008 R2 and about the new changes and enhancements of the system. This is the agenda: 29/12/2009 (11:00-12:15) Server Side (SSD101) Come and explore the engine of Windows NT...
Thanks for all of you that despite the traffic jams, made it and came to the first meeting. And thanks again for your feedbacks, all of them were excellent! Here are the links for the resources that we talked about: Windows 7 Training Kit Visual Studio 2010 Training Kit – The kit contains the MFC labs for the Windows 7 features XP2Win7 – stay tuned for a new release next week, or two. Removing the Kernel Dispatcher lock by Arun Kishan Mark Russinovich: Inside Windows 7 Mark Russinovich: Inside Windows...
תגים:C++/CLI, C++, VC, MVP, Win32, Internal, COM+, COM, Interop, MFC, C++0x, C#, DEV, Server 2008 R2, Server Core, Windows 7, Multitouch, Multi-touch, Taskbar, Shell Libraries, Sensor and Location, Ribbon, Debbug, Windows Internals, XP2Win7, User Group
Come and join Pavel and me to the first meeting of the Windows Platform Developers user group . If the Windows platform is interesting you (and it probably does, otherwise you won’t be reading this post) you have to come. This is the chance to influence the spirit of the group. Pavel and I wanted to have a group for people like us. Those who develop for Windows with any needed tool, not just .NET or C++ but both and even more. The first meeting will be about Windows NT 6.1, this is the shortest way...
תגים:C++/CLI, C++, VC, Vista, MVP, Win32, Windows Server 2008, Internal, COM+, COM, Interop, MFC, C++0x, C#, DEV, Server 2008 R2, Windows 7, Debbug, Windows Internals, Dump, User Group
We are going to the PDC . And when I say we, I mean 17 experts and 3 managers from Sela . This year we are going to be in all sessions and meet many key professionals from Microsoft and other companies. We will also have a booth . Why do I tell you that? Not just to tell you that it is fun to work at Sela (It is, but it is also very demanding) and that we are investing in our people, but to announce that we are going to talk about all current and new technologies that will be revealed in the PDC...
תגים:C++, MVP, Win32, Windows Server 2008, Internal, WCF, WPF, SOA, C++0x, Sela, C#, PDC, Windows Azure, DEV, C# 4.0, WF, Server 2008 R2, Windows 7, Windows Internals, conference
Windows 7 introduces a new Windows Ribbon framework, a framework that enables creating of a modern rich user interface and user experience based on the Office 2007 fluent UI concepts. The Windows Ribbon framework adopted the Model-View-Controller pattern. The UI is written using XAML like language, the controller is a COM based code and the Model is your business logic. To enable developing the Ribbon markup we have created the Ribbon Explorer program. These are the feature of Ribbon...
I have finished a Windows Internal course this week at Taldor. Windows Internal is a very special course. Usually when you go to a course, you know what the direct benefit is. You go to C# course; you will learn how to code in C#. You go to WPF, you … got the point. When you take the Windows Internal course, you just become better Windows user, Administrator and Programmer . After the course you have the feeling that you know the system. You know how it is built; you know what's going inside...
תגים:Vista, Win32, Windows Server 2008, Sela, DEV, Server 2008 R2, Server 2008, Windows 7, Debbug, Windows Internals, Dump
We have released the Beta 1.0 of Ribbon Explorer , A win7 application which takes a ribbon markup (XML) and shows the resulting ribbon. The application compiles the Ribbon XML, (UICC.exe, RC.exe Link.exe). loads it and instantiate a window with the resulting Ribbon. The application controls the Ribbon and shows the Ribbon events. Features: Read a Ribbon markup file which its full path is provided in the first argument of the command line. Enable editing of the supply XML file, or a new XML file Show...
תגים:C++, VC, MVP, Win32, Codeplex, COM, TR1, Sela, DEV, Server 2008 R2, Windows 7, Ribbon Explorer, Ribbon
During the last few months a small team from Sela , has developed course materials, exercises and demos for the DPE Metro Program, that show how to develop with the new features of Windows 7. As you may know, all of the new feature of the system are exposed to native developer, using Win32 API and COM. To use C# and .NET we developed set of wrappers. Sasha developed the Taskbar wrappers, and also wrote about it in his blog. Dima developed the Sensor & Location Platform wrappers and I developed...
תגים:C++/CLI, C++, MVP, Win32, C# 3.0, COM, Interop, WPF, Sela, C#, DEV, Server 2008 R2, Windows 7, Multitouch, Multi-touch, Library, Taskbar, Shell Libraries, Sensor and Location, S&L
Windows Server Core is a subset of Windows Server 2008 dedicated to a specific mission. If you want to setup a DNS Server, a File Server, or a Media Server you don't need to full blown Windows Server machine. You don't need the Windows Shell, You don't need sound capabilities, you don't need ... you have got the idea. Using a subset of Windows Server 2008 results a smaller memory footprint, faster server and smaller attack service. For example comparing to the full Windows Server...