
C#
Get flash to fully experience Pearltrees
NLog is a free logging platform for .NET, Silverlight and Windows Phone with rich log routing and management capabilities. It makes it easy to produce and manage high-quality logs for your application regardless of its size or complexity. NLog can process diagnostic messages emitted from any .NET language (such as C# or Visual Basic), augment them with contextual information (such as date/time, severity, thread, process, environment enviroment), format them according to your preference and send them to one or more targets such as file or database. .NET , C/C++ and COM interop APIs are supported so that all your application components including legacy modules written in C++/COM can route their log messages through a common engine.
NLog – Advanced .NET Logging
Artykuł - WCF w praktyce. Część 1 - Wstęp. Kontrakt - definiujemy usługę - www.codeguru.pl
Artykuł - WCF w praktyce. Część 2 - Host - udostępniamy usługę - www.codeguru.pl
Drugi artykuł z wyklu "WCF w praktyce" traktujący na temat hostowania usług. W poprzednim artykule stworzyliśmy kontrakt usługi IGreetingService wraz z jej implementacją. Sama biblioteka nie jest przydatna, jeżeli nie będzie dostępna dla klientów. Przyszedł zatem czas, aby stworzyć projekt, który będzie ją hostował. Pierwsze dwa sposoby są do siebie bardzo zbliżone i różnią się praktycznie metodą, w której umieszczamy kod uruchamiający serwis. Trzeci sposób, a właściwie trzeci i czwarty polegają na hostowaniu serwisów przy pomocy IIS'a i WAS ( Windows Activation Services ), które jest swego rodzaju uogólnieniem IIS.Trzeci artykuł serii poświęconej Windows Communication Foundation "WCF w praktyce". Tym razem przyjrzymy się procesowi tworzenia klienta i korzystania z usługi. W części drugiej serii "WCF w praktyce" udostępniliśmy naszą usługę tworząc hosta. Dla przypomnienia, stworzyliśmy dwa projekty umożliwiające hostowanie kontraktu IGreetingService poprzez aplikację konsolową oraz poprzez plik serwisu webowego ( *.svc ). Z racji na zdecydowaną przewagę zalet tej drugiej opcji, w dalszej części będę korzystał z hostowania poprzez IIS (lub wbudowany w Visual Studio serwer WWW).
Artykuł - WCF w praktyce. Część 3 - Klient - korzystamy z usługi - www.codeguru.pl
Artykuł - WCF w praktyce. Część 4 - Wcf Test Client - www.codeguru.pl
Artykuł - WCF w praktyce. Część 5 - kilka słów o konfiguracji - www.codeguru.pl
Artykuł - WCF w praktyce. Część 6 - Wiązania (binding) - www.codeguru.pl
W piątej części cyklu poruszyliśmy kwestię konfiguracji usługi. Był to pierwszy artykuł, który po wstępnych informacjach przybliża nas do esencji świata Windows Communication Foundation. Przyszedł zatem czas aby ruszyć dalej i przyjrzeć się wiązaniom, które odgrywają istotną rolę w technologii WCF.Jeżeli by się okazało, że zapomniałem uaktualnić listę artykułów na codeguru.pl zawsze można sprawdzić aklualny spis na mojej liście na CG . ja maciek July 10th, 2011 on 11:18 Temat na pewno nie umarł śmiercią naturalną – zwyczajnie po drodze miałem masę innych projektów i pomysłów, jednakże planuję pociągnąć temat gdy tylko znajdę na to czas.
Artykuły i publikacje « Maciej Grabek
Introduction In my last article I covered how to get JQuery to call a WCF method. This included the passing of arguments and the handling of any return values. In this, the second part, I will cover the final piece of the JQuery / WCF communication jigsaw, the throwing and handling of faults.
Design, Build and Release » Getting JQuery and WCF to talk (part two of two)
Design, Build and Release » Getting JQuery and WCF to talk (part one of two)
Over the last few months I've spent a lot of time talking about XML and Web Services and how you can build and consume them. This time we'll look at the new features in Visual Studio.NET and ASP.NET that provide a very easy mechanism for creating Web Services and more importantly the easy mechanism used to consume those same Web Services using the .NET framework's built in support for Web Services. Web Services promise to bring information into your applications from the Internet in much the same way that browers have made information available to end users. The .Net framework introduces Web Services as an integral part of the architecture, making it very easy to create and consume these services with minimal amounts of code written. In fact, if you read Microsoft's documentation, Web Services are featured as the new component architecture in the distributed age where not only Internet exposure is handled through them but also common reusable business and application services.
Creating Web Services with .Net and Visual Studio
Passing data over .Net Web Services
Web Services are powerful technology even in its basic form. However, with .Net you can easily couple them with .Net's new data services to provide a powerful data delivery mechanism that works over the Web making it possible to build distributed applications that work easily without a local data store. In this article Rick describes various ways how you can use Web Services and ADO.Net DataSets to pass data between client and server applications to build truly disconnected apps. Web Services are without a doubt the most talked about topic in .Net. I've introduced you to the basics of Web Services along with a number of new concepts of how you can pass different kinds of data over the wire a couple of issues ago .In this post I will explain how to build a Windows Service application which (for debug purposes) could also be started as a Windows Console application using the .NET Framework 2.0 or higher. The source code of the application can be downloaded here . During the course of this article we will construct a small application which will leave a message in the Windows Event Log every minute.
Tutorial – Building a Windows Service application in C# | The ways of Mauri
State machines have always fascinated me. There is a clockwork precision to their inner workings that appeals to me on an aesthetic level. They are also an invaluable programming tool. In building libraries and applications, I have returned to them again and again. The .NET State Machine Toolkit grew out of my interest in state machines as well as my need for a small framework to create them.
A .NET State Machine Toolkit - Part I - CodeProject
This is the second part in a series of articles about my .NET state machine toolkit. In this part, we will take a look at its more advanced features. Our main focus will be on creating hierarchical state machines. We will use a running example to demonstrate how to use the toolkit.

