Tag Archives: .net

Microsoft Open Sources .NET Micro Framework

An anonymous reader writes “Back in July, Microsoft announced it was making .NET available under its Community Promise, which in theory allowed free software developers to use the technology without fear of patent lawsuits. Not surprisingly, many free software geeks were unconvinced by the promise (after all, what’s a promise compared to an actual open licence?), but now Microsoft has taken things to the next level by releasing the .NET Micro Framework under the Apache 2.0 licence. Yes, you read that correctly: a sizeable chunk of .NET is about to go open source.”

Read more of this story at Slashdot.

Link to the original site

Take a Look at the Windows API Code Pack for the Microsoft .NET Framework

The Windows API Code Pack for the Microsoft .NET Framework provides a source code library that can be used to access some new Windows 7 features (and some existing features of older versions of the Windows operating system) from managed code. These Windows features are not available to developers today in the .NET Framework.

Link to the original site

Mozilla Unblocks Microsoft’s .NET Addon

bonch writes “Mozilla previously blocked the Firefox addons Microsoft included with .NET, citing security concerns. After talking with Microsoft, they have now unblocked the .NET Framework Assistant addon and are working on a way for enterprise users to unblock the Windows Presentation Foundation addon as well.”

Read more of this story at Slashdot.

Link to the original site

Using .net assemblies inside SQL Server: Quick start guide

Are you are an experienced .net programmer and you are too lazy to learn TSQL stored procedures, triggers or functions? Yes? Then read on this quick start guide on using .net assemblies inside SQL Server using SQLCLR.
SQLCLR (or SQL Common Language Runtime) is a technology for hosting of the .NET CLR engine inside SQL Server. [...]

Link to the original site