CPrest
Developing enterprise applications in an SOA setting.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Dan Reed: On the ManyCore Future and Parallelism in the Sky
Apr 11, 2008 at 11:00 AMnot just welcome to microsoft (for us non MS employees).
Welcome to channel 9 !
Kate Gregory, Ale Contenti and Steve Teixeira: VC++ 2008 and Beyond
Nov 28, 2007 at 4:22 PMThanks Ale (sorry for mis spelling your name in the previous post). True I forgot about the upcoming shared_ptr class (which my boost developer friends are going to kill me). I stayed away from the auto_ptr for various reasons in the past, but this looks promising.
A question that may spark more (or be completely off base): In multi core/multiprocessor environments, what happens to the shared_ptr if you pass a reference to thread-B from Thread-C (which gained the shared_ptr's memory via new) then thread-C dies. would thread-B still have access to the shared memory thus keeping the content in tact? or will it be destructed because thread-C is gone. Now im not 100% sure on windows, but the memory location in some of those implementations (i.e. NUMA ) can be local to the processor and not in shared memory.
Kate Gregory, Ale Contenti and Steve Teixeira: VC++ 2008 and Beyond
Nov 27, 2007 at 4:52 PMNOOO !!! I'm melting.... MELTING... What a world...
which brings me too..... F#, a very neat language which includes the best of all worlds !
well for the time being, I see myself still promoting C++ as my main code base for upcoming projects. I especially like the new MFC updates and the TR1 addins. I still cant find a replacement (framework) for application daemons that have to run 365 days.... in a small footprint (which is a reality for some developers).
Kate mentioned about services. In todays business world, SOA is used to describe everything and anything to do with business integration systems.
However we have many C++ webservice stub generators, which make it literally 5 minutes to develop a C++ webservice or webservice client. You dont need to write up your own crazy fast XML parser !
In short, use the best tool possible...
Kate Gregory, Ale Contenti and Steve Teixeira: VC++ 2008 and Beyond
Nov 27, 2007 at 9:21 AMI must ask, what will be the point in moving from C++ -> C#/VB .NET when the next ISO C++ standard is released ? it will have a garbage collector to improve stability (hopefully). Sure the .net framework is excellent, but I can interop already with what I want from it.
C++ at that point can become GC enabled or non GC enabled at a whim !
Again, I am a firm believer in the best tools for the solution.
herb sutters blog
Pat Brenner: New Updates to MFC in Visual Studio 2008
Nov 14, 2007 at 6:29 PMIm going to have to go to my white board and figure out what my next new project using MFC as my UI base is going to be !
Great vid Charles... Can we get more ? Maybe with Pat and Ali together ?
Jeff Sandquist: Skateboarding, Channel 9 and Life at Microsoft
Oct 05, 2007 at 10:31 AMIf you guys ship to Europe, I'm guessing you could ship to Toronto
Btw great interview, defiantly captures the true essence of your team.
I watch channel 9 almost everyday after or during lunch (while I'm at the office) and this was a very kewl change in perspective.
Building a Silverlight player for Channel 9
Sep 27, 2007 at 9:48 AMno seriously sounds good and I cant wait to startup some pet projects using silverlight.
Code to Live: Dave Redding and John Stevens on XNA and Independent Gaming
Sep 27, 2007 at 9:44 AMAle Contenti and Louis Lafreniere: Understanding Exceptions and When/How to Handle Them
Sep 25, 2007 at 6:04 PMAle, can you post your speech after your done ?
thanks again
Ale Contenti and Louis Lafreniere: Understanding Exceptions and When/How to Handle Them
Sep 21, 2007 at 9:19 AMOne question, if some nut wrote a function with more states than your long integer (assuming you are using a long int) can handle, would it crash ? and if so how bad.
Very kewl and Charles can we get more videos to discuss low level topics such as this.
back to the video I go ! Good work guys...
See more comments…