Showing posts with label Software Development. Show all posts
Showing posts with label Software Development. Show all posts

Thursday, November 16, 2006

WCF Configuration Editor (UI)


I didn't notice this since couple of days ago. So I'm not sure if you guys did. but figure it's worth blogging may help someone to notice.



so this is a graphical editor for the configuration file (ex. app.config) which is help you edit the WCF service configuration section in the configuration file which is include the address and binding.
Just add a configuration file and right click then choose Edit WCF Configuration…
Cheers

If you like the post..

kick it on DotNetKicks.com

Wednesday, November 15, 2006

patterns & practices Guidance Explorer

patterns & practices Guidance Explorer is a tool that enables discovery, composition and consumption of high quality development guidance. Guidance Explorer installs with a connection to the patterns & practices guidance library including performance and security topics for .NET, ASP.NET, and ADO.NET applications. The guidance library contains a variety of guidance types including checklists and guidelines covering design, implementation and deployment topics.

You can download the latest version from here.
or you can use the web edition here.

kick it on DotNetKicks.com

Wednesday, October 25, 2006

FeedFusion - new RSS reader


I've been asked to contribute in the developing process of FeedFusion which is a WinFX RSS application as it was a bright idea to bring some clarity to the plain RSS's by building application that benefit from the WPF graphics engine as it also will be rarely to use a decoupled RSS reader as this capability is already built-in the most commonly used browsers.. i didn't take a decision yet as i will have a meeting Sbirlea Dragos the founder of FeedFusion .


you may check the project and download the source code if you want. from the same address and guys tell me what do you think.


later duds.

Friday, September 22, 2006

Top 10 Reasons to Dump Java for Visual C#

Helloo fellas, happy morning, while i'm riding my mouse wheel ;) i ran into www.CodeProject.com while navigating the Unedited Reader Contributions section lookin for new article i got this one.. and as am a big fan of Microsoft i quickly decided to post the URL here even before i read it. so C# fans enjoy http://www.codeproject.com/useritems/top10javaresons.asp

Sunday, September 17, 2006

SQLCLR more than in-process extended procedures

Ahh, finally theres another way to write extended stored procedure without diving into the C++ hell and guess what it runs in-process with SQL Server.

SQLCLR is the result of hosting the .NET Runtime into the SQL Server kernal so you can now write, deploy and run managed code.

imagin the power of leverage the .NET Class Library - you can't accsess all clasess eg. Widowns Forms, GDI+, etc - and the use of rich IDE like Visual Studio 2005.

finally SQLCLE is a great way to write stored procedures, user defind function, triggers and aggregations.

Devreadiness.org get your application into Vista

Hi folks Microsoft recently luanch the web site http://devreadiness.org/ to guide developers to deplopy thier application and convert current ones to run smoothly on Vista check the web place it's still with few content but expected to grow in the incoming weeks.

Saturday, September 16, 2006

.NET Framework 3.0 (Formaly WinFX) with Vista ?

Start to look at the new development framework from Microsoft specialy the LinQ features but the question is if the Windows Vista delayed as i expected to the 3rd quarter of 2007 is that mean that Vista will shipped with .NET Freamwork 3.0 pre-installed.