Sign in
Developing Windows Applications by Mykola Dudar
Helping Developers Build Applications for Windows using Visual Studio.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ATL Server
C and C++
Developer Conferences
General
MFC
Pages
Program Management
STL/CLR
Tips and Tricks
VC++ Libraries Deployment
Web Services
Browse by Tags
MSDN Blogs
>
Developing Windows Applications by Mykola Dudar
>
All Tags
>
stl/clr
Tagged Content List
Blog Post:
STL/CLR talk and demo from MVP Summit and SDWest 2007
Nikola Dudar
Last week I have attended SD West 2007 conference. It has been a well organized conference with many very interesting sessions. I have found very interesting and educational all talks I have attended in C++ track, Vista track, WCF, Process and Security. I wished I was able to attend more sessions. A...
on
29 Mar 2007
Blog Post:
STL/CLR in Visual Studio codename Orcas March CTP
Nikola Dudar
If you have not noticed yet, March CTP of Visual Studio Orcas has been released. It is available as Virtual PC image or as a self-extracting install . It contains a major refresh of STL/CLR with many bug fixes and two new adapters. Both of them help with data exchange between STL/CLR container and .Net...
on
1 Mar 2007
Blog Post:
Another update to STL/CLR is integrated.
Nikola Dudar
As I have announced on VC Blog , VC++ libraries team has integrated another big updated to STL/CLR. We have added two new adapters that are designed to interop with .Net Framework Collection classes and STL/CLR. Also we have fleshed out support for IDictionary/IDictionary<K,T> and KeyValuePair<K...
on
22 Dec 2006
Blog Post:
STL/CLR specification is available online
Nikola Dudar
Just in case people have not noticed this yet, I would like to bring your attention to the fact that the design specification for STL/CLR is available online for everyone on MSDN site. Here is the direct link to it: http://download.microsoft.com/download/5/9/c/59cd0dc5-4691-4c3e-840c-66d865f27692/stlclr...
on
22 Nov 2006
Blog Post:
First public release of STL/CLR in Orcas is available now!
Nikola Dudar
The first public release of STL/CLR in Orcas is available for download. This version of STL/CLR has most of core functionality done and ready to use. We are continue working on fixing code defects, adding parts of library related to interop with .Net Collection classes and tuning performance. I have...
on
30 Sep 2006
Blog Post:
More information about STL/CLR
Nikola Dudar
Ale is a developer in VC Libraries team who works on STL/CLR. He has just described on vcblog areas of STL/CLR that he is currently working on. You may find the post here, http://blogs.msdn.com/vcblog/archive/2006/08/02/686894.aspx . Feel free to share with him your thoughts and expections on STL/CLR...
on
3 Aug 2006
Blog Post:
Generic Interfaces in STL/CLR
Nikola Dudar
Today I would like to start introducing parts in STL/CLR library which are not present in STL. In this post, I give a short overview of generic interfaces implemented in STL/CLR. They solve problem of providing access to STL/CLR container across .Net assembly boundary. I start with showing the problem...
on
3 Jul 2006
Blog Post:
STL/CLR comparing to STL
Nikola Dudar
I continue introducing to STL/CLR. In this post I would like to describe what parts of STL library are implemented in STL/CLR. STL/CLR provides an implementation of each container that is part of STL library. the list of STL containers may also be found here, http://msdn2.microsoft.com/en-us/library...
on
28 Jun 2006
Blog Post:
Codeguru slow chat or where I spend my time
Nikola Dudar
Sorry, I know I promised more information about STL/CLR and did not keep my promise last two days. It is just I have a portion of my time dedicated to emails from you or posts made by you on forums or in newsgroups. In particular last two days I have spent that portion of time on either discussing posts...
on
22 Jun 2006
Blog Post:
What is STL/CLR
Nikola Dudar
STL/CLR, originally called STL.NET, is an implementation of Standard Template Library (STL) that can operate with objects of managed types. VC++ already has implementation of STL, however it is currently working only with native types. If you ever tried inserting an object of managed type in STL container...
on
16 Jun 2006
Blog Post:
Where is STL/CLR
Nikola Dudar
Well, finally I have a good news. We have started working on preparing STL/CLR (former called STL.NET) for the next Community Technology Preview of the Orcas-version of Visual Studio. We are targeting CTP#2 that is planned to be released in late July/early August timeframe. We are going to show a build...
on
16 Jun 2006
Blog Post:
Release of STL/CLR (STL.NET)
Nikola Dudar
I have an update for everyone interested in STL/CLR (used to be called STL.Net). During the last few months, the Visual C++ Libraries team has been focusing on fixing customer reported bugs in VS2005 and on increasing the level of automated testing we do on libraries code. You may find more information...
on
7 Feb 2006
Page 1 of 1 (12 items)