bszafko

Stories kicked by bszafko

Getting Mono and Visual Studio to play nice together(chriscyvas.wordpress.com)

submitted by ccyvasccyvas(635) 3 years, 3 months ago

The goal was to get some Mono project templates working with Mono assemblies and the Mono compiler in Visual Studio. The trick was to do it in a way that would be able to survive upgrades of Mono installations. read more...

add a comment |category: |Views: 300

tags: another

A Failure in Microsofts Open Source Strategy(chriscyvas.wordpress.com)

submitted by ccyvasccyvas(635) 3 years, 3 months ago

If they want their development tools to be the tools to develop with and they want Windows to be the platform to deploy solutions on (open source and otherwise), then they need to consider, very carefully, how they expect to achieve that. You’ve got to do more than release open source software . . . read more...

2 comments |category: |Views: 494

tags: another

WPF: Ribbon in Prism Applications(bartekszafko.pl)

submitted by bszafkobszafko(240) 3 years, 5 months ago

Microsoft some time ago published its Ribbon(known from Office 2007) control library for Windows Presentation Foundation. This article contains steps necessary to implement ribbon view region in Composite Application Library(aka Prism) . read more...

add a comment |category: |Views: 1063

tags: another

Windows comming soon to Amazon EC2(aws.typepad.com)

submitted by tiernanotiernano(1674) 3 years, 7 months ago

This is big news! Amazon are to enable Windows Support on EC2. this will allow users to kick of Windows images for running SQL Servers, IIS instances and anything else (even HPC stuff) in the cloud! SWEET! read more...

2 comments |category: |Views: 332

tags: another

PostSharp4ViewState: make your C# properties persistent in ASP.NET(codeproject.com)

submitted by gfraiteurgfraiteur(988) 3 years, 8 months ago

This PostSharp plug-in turns your C# properties of ASP.NET pages or control persistent just by putting a custom attribute on them. read more...

add a comment |category: |Views: 35

tags: another

ASP.NET MVC Beta1 in a few weeks and v1 by end of year(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

A tweet in the morning, straight from Remix08 UK, where ScottGu is doing a presentation on ASP.NET MVC: ScottGu says feature complete MVC beta "in a few weeks". final v1 by end of year read more...

1 comment |category: |Views: 341

tags: another

Getting started with Managed Extensibility Framework(geekswithblogs.net)

submitted by bszafkobszafko(240) 3 years, 8 months ago

Last Friday Managed Extensibility Framework Preview 2 (MEF) was published on CodePlex. MEF is a new library in .NET that will simplify adding extension points to your applications. It enables discovery, loading and composition of the extensible components. read more...

add a comment |category: |Views: 230

tags: another

Client & Server Side Validation in ASP.NET MVC(emadibrahim.com)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

Emad Ibrahim talks about Client (with jQuery Validation Plugin) & Server Side Validation in ASP.NET MVC. read more...

1 comment |category: |Views: 422

tags: another

Working with .NET 1.1 in Visual Studio 2008 and Team Server (devlicio.us)

submitted by jimmy.sjimmy.s(330) 3 years, 9 months ago

I was trying to write that post for so long that I've started worry that there will be new version of the Visual Studio before I will even start. Finally, I found some time and here it is. What I'm going to write about here is how to use the latest IDE to work with a .NET 1.1 applications. Before you will start asking why one would like to do so, there is an answer: because you can. But seriously speaking, I prefer to use much more matured IDE than the very 2003 version. There is also other, even more important reason - TFS. By importing your 1.1 projects into VS2008 you can use full benefits of TFS. That is worthwhile. So let's get started. read more...

add a comment |category: |Views: 40

tags: another

Hacking Visual Studio to Use More Than 2Gigabytes of Memory(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

Got more than 2GB of RAM in your machine? Get around the 2GB memory limit by making Visual Studio large address aware. read more...

add a comment |category: |Views: 100

tags: another

Five recommendations for starting a startup with ASP.NET(dimebrain.com)

submitted by dcrennadcrenna(1355) 4 years, 1 month ago

Here are five practical pieces of advice for developers who want to build a web startup, and use ASP.NET to do it. read more...

add a comment |category: |Views: 85

tags: another

DotNetOpenId 2.0 Released!(blog.nerdbank.net)

submitted by jalexanderjalexander(160) 4 years, 1 month ago

This release adds full support for OpenID 2.0 while preserving full backward compatibility for OpenID 1.x. It is a mature library with lots of help for diagnostics and debugging, and a balance between simplicity and extensibility. read more...

add a comment |category: |Views: 67

tags: another

Dino Esposito - Communities to Communities 2008 - Poland(pl.youtube.com)

submitted by dzakdzak(210) 4 years, 1 month ago

Video created on conference "Communities to Communities 2008" in Poland (Warsaw) (05.04.2008). More about conference: http://c2c2008.pl read more...

add a comment |category: |Views: 0

tags: another

MVC: Membership Starter Kit Updated(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

The MVC Membership Starter Kit has been updated to include OpenID, MVC components, password recovery, and basic client-side validation. read more...

add a comment |category: |Views: 63

tags: another

MVC: Error Handler Action Filter(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

An Action Filter for the MVC Preview 2 release that allows you to say "hey, Mr. Action, if you throw [ThisException], please show [ThisPage]". read more...

1 comment |category: |Views: 264

tags: another

ASP.NET MVC Framework out on CodePlex(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 2 months ago

This morning, I was browsing the new projects page on CodePlex and noticed something nice! The ASP.NET MVC team already rumoured around making the ASP.NET MVC framework source code available on CodePlex, but here it is: the ASP.NET MVC project on CodePlex. read more...

1 comment |category: |Views: 23

tags: another