Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Programming » .NET   (RSS)
I sure hope that you will appreciate this - the .NET 3.5 source code will be publicly released . Initially, we will see .NET BCL, ASP.NET, Windows Forms, ADO.NET, XML and WPF. Later, more libraries will be added (WCF - yes!), LINQ and Workflow. Read More...
Florin Lazar , Todi Pruteanu si cu mine am demarat in cursul acestei saptamani un seminar tehnic pe teme de storage in Vista si programare distribuita in WCF. Mai multe detalii aici: http://reg.studentclub.ro . Pana acum seminariile din Bucuresti si Cluj Read More...
WS-Management is a new web services-based management protocol. It's SOAP-based of course, and it is compatible with the rest of the specifications in the WS-* Web Service stack, like WS-Transfer, WS-Enumeration, WS-Addressing. WS-Management is enabled Read More...
Let's assume that you want is to write some simple code that writes to a text file. A few assumptions: 1) You need avoid corruptions of any kind. 2) Either all of your writes have to make it to the disk, or none of them. 3) The file is updated serially Read More...
Ray Ozzie mentioned an interesting variation of the RSS protocol. RSS is essentially a one-way synchronization protocol. What it would take to change the RSS standard in a very minimal way, such that it will work for two-way replication. A simple idea, Read More...
Here it is: http://research.microsoft.com/os/singularity/ There are several interesting ideas in this new operating system. It's not just an "OS written in managed code". There are a new set of techniques in modern software development: contracts, verifiability Read More...
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx Read More...
Huge. Here is some data from a PDC Hotmail presentation : ~200 million active users 3.3 billion inbound emails a day 1.5 billion blocked at the router 1.0 billion deleted as spam (never hits the user's mailbox) 0.5 billion sent to the junk folder Over Read More...
Arguably, LINQ (Language Integrated Query) will be the next major revolution in programming languages. LINQ is a language-independent, platform-independent technology that solves an old problem - data queries in your code- in a very elegant way. First, Read More...
Few days ago, ECMA approved the third edition of the C# and CLI standards. This aligns the language and runtime to the latest enhancements in Whidbey, like generics, nullable types, etc. The effects of this standard approval are almost immediate - Miguel Read More...
Scott Guthrie has a great blog entry on several platform enhancements, code-name Atlas, that will address AJAX-style programming. At the same time, Charles Fitzgerald presented the Atlas technologies. Microsoft will release a technology preview of Atlas Read More...
There is an important difference in the way the DateTime.FromFileTime (...) method adjusts for daylight changes versys the rest of the Win32 world. This thing can be truly confusing if you are not aware about the problem. The cause is pretty subtle, and Read More...
Michelle Leroux Bustamante posted an article on The Server Side about localization practices for .NET 2.0: http://www.theserverside.net/articles/showarticle.tss?id=LocalizationPractices The funny thing is - localization for a front-end system like ASP.NET Read More...
Can you spot the mistake in this code? Here we implement a CCW-based .NET object. This COM class is exposed as from a certain process (say, a service) to other processes in the system. We implement a simple get/set accessor that receives an array of objects: Read More...
The Indigo & Avalon CTP (Community Technology Preview) is available for download here: http://www.microsoft.com/downloads/details.aspx?familyid=85AB132B-F1AA-4422-B053-272D79863013&displaylang=en Maybe this announcement has a chance to be lost Read More...
More Posts Next page »
 
Page view tracker