elmarj

Stories kicked by elmarj

An Open Letter to Scott Guthrie(elegantcode.com)

submitted by LordLord(3737) 5 years, 2 months ago

Speaking and working with developers who live daily with your tools, I find confusion and concern over your relationship to the open source community that has grown up around the .Net platform. While Sun, IBM, other platform providers, and ISVs clearly see the open source community as a complimentary codebase to their products, Microsoft tends to use the best and brightest work from the community space as a feature map for .Net. read more...

add a comment |category: |Views: 3

tags: another

DotNetKicks to be Open Sourced(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 2 months ago

As the community on DotNetKicks.com has grown in size over the past year, I have received received many offers of help with adding features and many requests for the source code. Due to other top secret commitments, I have recently not had as much time as I would have liked to continue the development of DotNetKicks.com. A discussion on DotNetKicks last week re-highlighted the issue of feature stagnation (the community is continuing to grow just fine). We are in the business of solving problems, and the best solution here is to open source the project. I had planned to release some code this past weekend, but some of the current dependencies include code that I don't wish to release. I am currently refactoring the dependencies, and I will be able to release some code very soon. Please shout it from the roof tops, we need all the contributers we can get. read more...

4 comments |category: |Views: 5

tags: another

.NET Reflector 5.0 (aisto.com)

submitted by bazilebazile(150) 5 years, 3 months ago

Lutz Roeder shipped new version of .NET Reflector. read more...

1 comment |category: |Views: 18

tags: another

Bitsharp - BitTorrent library(mono-project.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 3 months ago

BitSharp is the product of Googles Summer of Code 2006. It is a complete BitTorrent suite of libraries which can be embedded in an application. The suite contains: 1. Client Library - Allows the uploading/downloading of torrents. 2. Tracker Library - Allows the hosting of .torrents. 3. Torrent Creator - Allows the creation and editing of .torrent files. All of these libraries were written with Mono in mind. As a result these libraries will function on any operating system that supports either the Microsoft .NET Framework or Mono Framework, be it Windows, Linux, MacOs or other. read more...

add a comment |category: |Views: 370

tags: another

Microsoft Releases SQL Server 2005 Service Pack 2(sqlservercode.blogspot.com)

submitted by yahdenyahden(715) 5 years, 3 months ago

SQL Server 2005 Service Pack 2 has been released read more...

1 comment |category: |Views: 0

tags: another

First look at Orcas(weblogs.asp.net)

submitted by mghaouimghaoui(340) 5 years, 3 months ago

ScottGu gives us a first look at Orcas. It looks pretty good. Multi-targeting of projects. Rich HTML/CSS WYSIWYG Designer. ASP.NET AJAX and JavaScript. Significantly Improved Data Support. I'm quite excited about the LINQ support. read more...

add a comment |category: |Views: 3

tags: another

Various C#/.NET samples(bearcanyon.com)

submitted by jasper22jasper22(1320) 5 years, 3 months ago

Some very good C#/.NET samples w/ source code read more...

add a comment |category: |Views: 4

tags: another

The EU Prosecutors are Wrong(tirania.org)

submitted by JemmJemm(9604) 5 years, 3 months ago

Miguel de Icaza gives an insightful view to the ODF vs. Open XML -debate. read more...

add a comment |category: |Views: 2

tags: another

Easy HTML Screen Capture in Windows in three lines(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 3 months ago

Create a HTML Screen Capture program like www.websnapr.com in three lines of code. read more...

3 comments |category: |Views: 53

tags: another

Anders Hejlsberg on LINQ and Functional Programming(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 4 months ago

In this video interview, Anders Hejlsberg, the chief architect of C#, describes features in the next release of C#, code named Orcas. Anders first describes how LINQ solves the impedance mismatch between the code that lives on a database server and the code we write with standard programming languages such as C# or VB. He then outlines the new capabilities that functional programming will bring to developers. read more...

add a comment |category: |Views: 66

tags: another

How to Enable MS Ajax Extensions v1.0 on an existing site(codebetter.com)

submitted by DevTheoDevTheo(495) 5 years, 4 months ago

Jay Kimble updates his popular Ajax How to read more...

add a comment |category: |Views: 13

tags: another

Mono is committed to support C# 3.0(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 4 months ago

Mono the open source implementation of CLI/CLR on Windows/Linux/Unix/Mac ... etc has announced that they are committed to support C# 3.0 & LINQ read more...

4 comments |category: |Views: 3

tags: another

Direct Download Link to ASP.NET AJAX 1.0 RTM(microsoft.com)

submitted by rimsystemsrimsystems(6119) 5 years, 4 months ago

Here's the direct link to ASP.NET 2.0 AJAX Extensions 1.0 RTM download. read more...

add a comment |category: |Views: 88

tags: another

Identicons as Graphical Digital Fingerprints(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 4 months ago

"How do you uniquely identify a person, without divulging the identity of that person? For example, given a set of personal artifacts, how would I arrange the set of artifacts grouped by the person to which they belonged? The answer is quite easy, isn’t it (especially given the title of this blog post and the image to the right)? You can look at the fingerprints on the items." read more...

1 comment |category: |Views: 9

tags: another

Scripting in C#(csscript.net)

submitted by jamesstaylorjamesstaylor(100) 5 years, 4 months ago

CS-Script allows you to run C# files as scripts. You can either write straight C# or classless C# files. It also allows you to embed the scripting engine in your own application. It gives you shell integration on Windows so you right click on a .cs file and select "Run as Script". Anyway, very cool stuff, I've used it in a number of my applications. read more...

add a comment |category: |Views: 22

tags: another

Page_Load is Evil(sitepoint.com)

submitted by wwb_99wwb_99(870) 5 years, 4 months ago

Page_Load is Evil. And here is why. read more...

4 comments |category: |Views: 21

tags: another