filipf

Stories kicked by filipf

Pimping your Win7 Taskbar – Extending the Win7 Taskbar with Managed Co(coolthingoftheday.blogspot.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 4 months ago

While the project is still in alpha, but with all the coolness (and hype) around the new Win7 Taskbar, when Hüseyin tweeted me a link to this I thought it was pretty cool. I think the Progress Bars in the new Taskbar is going to be one of those “what did we ever do without this” features of Win7. A small thing, but all big things are really just lots and lots of small things… The new Win7 Taskbar is pretty neat, as is its programmability, but without a Managed wrappers (COM? cough… we’re about to enter the 10’s… cough ;) the bar is pretty high for most of us. Projects like this one will come in very handy in the coming years. read more...

add a comment |category: |Views: 337

tags: another

Microsoft cracking down on community extensions(lovethedot.blogspot.com)

submitted by RagoczyRagoczy(655) 3 years, 10 months ago

Microsoft released a tool called Microsoft Source Analyzer, or StyleCop. It analyzes source code for standards violations. It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration. So the community dug in and figured out how to do these things and now MS is firing off license-violation emails. Don't they get it? The community wants to use the product, but it's too limited ... these extensions help make it better. read more...

5 comments |category: |Views: 503

tags: another

The ASP.NET MVC Information Portal(aspdotnetmvc.com)

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

A content aggregator of everything related to ASP.NET MVC read more...

add a comment |category: |Views: 437

tags: another

DotNetKicks PlugIn for Windows Live Writer(johnpapa.net)

submitted by BlueDog7BlueDog7(370) 4 years ago

John Papa created a plugin for WIndows Live Writer that will customize a DotNetKicks link in a blog post. read more...

add a comment |category: |Views: 27

tags: another

Using NAnt with Visual Studio(broloco.blogspot.com)

submitted by FlukeFanFlukeFan(279) 4 years, 1 month ago

Get your NAnt build running from VS.Net with full intelli-sense, and build errors reported to the error list window. read more...

add a comment |category: |Views: 140

tags: another

The Weekly Source Code 24(hanselman.com)

submitted by jonasjonas(2215) 4 years, 1 month ago

Scott Hanselman posts the 24th edition of "The Weekly Source Code". This week he shows source relating to extensibility (PlugIns, Providers, Attributes, AddIns and Modules). He also has a few links to great Windows Live Writer plugins. read more...

add a comment |category: |Views: 0

tags: another

Standalone Silverlight Applications (Moonlight)(tirania.org)

submitted by LordLord(3737) 4 years, 1 month ago

"Last year we created a framework to run Silverlight applications as native applications. At the time we called those applications moonlight desklets. The desklets are Silverlight applications that run in standalone mode, with full access to the entire Mono API stack (as opposed to be limited to the .NET subset for the web) and that can optionally render without frames." read more...

1 comment |category: |Views: 105

tags: another

A different approach for raising events(des-eisbaeren-blog.de)

submitted by GoloGolo(380) 4 years, 1 month ago

This article describes different approaches how to raise events in C#. read more...

1 comment |category: |Views: 3

tags: another

ASP.NET MVC Interim Released (4/16/2008)(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years, 1 month ago

Get the latest MVC Source Code while it is hot. read more...

add a comment |category: |Views: 1

tags: another

Resourceful ASP.NET MVC: Multiple approaches to optimizing CSS(dimebrain.com)

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

This article summarizes multiple articles on how to crunch, combine, cache, and compress CSS resources using the ASP.NET MVC demo template to show the methods in practice. The techniques used are meant to be a good trade-off between performance and time-saving, since CSS resources are dynamically processed once on the server, eliminating the need for tedious manual optimization prior to deployment. read more...

add a comment |category: |Views: 28

tags: another

Scott wants support for NHibernate in Dynamics Data!(hanselman.com)

submitted by LordLord(3737) 4 years, 1 month ago

"In the future, watch for the possibility of Dynamic Data for POCO (my term, not the teams), Dynamic Data for Silverlight and Dynamic Data for MVC. Now is your opportunity to be heard. I'd like the idea of Dynamic Data for NHibernate myself, so I'm pushing for that." read more...

2 comments |category: |Views: 135

tags: another

CodeProject: The WPF Podcatcher Series - Part 2 (Structural Skinning).(codeproject.com)

submitted by marlongrechmarlongrech(1000) 4 years, 2 months ago

About two months ago I unveiled a pet project of mine, named Podder. It is an audio podcast player (a.k.a. podcatcher) built in WPF. The application comes pre-loaded with a dozen or so podcasts, so you can start listening to episodes right away. If there are other podcasts that you would like to listen to, it is easy to add them into Podder at any time. Podder is free, fun, and easy to use. The first article in this series explained that Podder supports what I call “structural skinning.” This article explores what structural skinning is, how I implemented it, and even shows structural skinning in action as we examine a truly fantastic Podder skin built by Grant Hinkson, a professional Visual Designer. read more...

add a comment |category: |Views: 59

tags: another

Screen Cast - Creating MonoRail-AspView Web Application From Scratch(kenegozi.com)

submitted by kenegozikenegozi(220) 4 years, 6 months ago

Following many requests from users, I've created a screen cast in which I show how to setup a new MonoRail/AspView website, from scratch (no wizards). read more...

add a comment |category: |Views: 12

tags: another

Google Apps API released(code.google.com)

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

Google Apps and its APIs open up a wide variety of new opportunities to integrate and extend Google's communication and collaboration services. Domain adminstrators can use the APIs to migrate from and integrate with existing IT infrastructure. Application developers can use the APIs to extend Google's growing offering of services. read more...

add a comment |category: |Views: 37

tags: another

Microsoft .NET Micro Framework Is Now Available(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years, 3 months ago

Microsoft Corp. announced the availability of the software development kit (SDK) for the Microsoft® .NET Micro Framework. With its ability to work seamlessly with Visual Studio®, the .NET Micro Framework extends the power of Microsoft’s embedded offerings into the realm of smaller, less expensive and more resource-constrained devices. read more...

add a comment |category: |Views: 1

tags: another

How to host an ASP.NET Web Service Outside of IIS(msdn2.microsoft.com)

submitted by rstuvenrstuven(190) 5 years, 4 months ago

WSE 3 enables ASP.NET Web services to be hosted in console applications, Windows services, COM+ components, or Windows Forms applications and then to be called using the TCP protocol or any custom transport protocol written for WSE. read more...

add a comment |category: |Views: 176

tags: another