
c#
Get flash to fully experience Pearltrees
library
threading
functional
threads
query
review
C# ViewState Management/Storage - Four Locations! - The Code Pro
Implementing the Singleton Pattern in C#
This article is now hosted on csharpindepth.com I'm gradually moving all my C# articles to the web site for my book, C# in Depth . This article has already moved. I'm leaving the content here so that existing links still work, but I won't be updating this page. Please visit the new location for this article . The singleton pattern is one of the best-known patterns in software engineering.The Server Software Company Bridging Web and Local Networks
If you create a web application that provides access to the data stored on household networks or office desktops, UltiDev LLC will make your web application available on the web by taking care of all the obstacles in your way, like dynamic IP addresses, firewalls, lack of SSL, and user authentication. People create their content, you write web-based software to make this content accessible, and we deliver it on the Internet. UltiDev LLC is poised to unlock an enormous market of household and office desktop web applications by providing a soon-to-be announced set of technologies that makes consumer data sharing on the web as easy as snap of fingers. We believe that people want easy and secure access to their household and office desktop data from anywhere in the world.Testing has always been a vital part of the software development process, but three recent factors have caused it to take an even more central role. First, the introduction of the Microsoft® .NET environment has dramatically improved developers' ability to write custom test automation. Test programs that took weeks to create before the .NET Framework can now be written in just hours.
Test Run: Using Combinations to Improve Your Software Test Case
Automating Undo/Redo with .NET Generics - The Code Project - C#
Tamir Gal | SharpSSH - A Secure Shell (SSH) library for .NET
SharpSSH is a pure .NET implementation of the SSH2 client protocol suite. It provides an API for communication with SSH servers and can be integrated into any .NET application. The library is a C# port of the JSch project from JCraft Inc. and is released under BSD style license .Steve Heberts dotMath Library - Home
The following page is focused on understanding how to use dotMath in your application and get up and running in the shortest amount of time. If you are using the compiled assembly library, be sure to create a reference to the .Math library and include the library DLL in your distribution package. Scenario 1: Evaluating an Expression In order to take an expression without variables stored in a string – sExpression – and evaluate its value we need the following set of code. sExpression = “4+3”; EqCompiler oCompiler = new EqCompiler( sExpression, true); oCompiler.Compile(); double dValue = oCompiler.Calculate();Background Recently I started playing with ExtJs and I ended up needing to build large chunks of JavaScript from .NET code. I've never found a nice way to construct scripts in C# so this time I decided to write a library to help. However there's a lot more to it. Scripts don't just understand string s but accept any type of object. In particular, objects based on an IScriptItem are specifically designed to work with scripts and can be written by anyone to extend scripting abilities.
A Library for Writing/Building Scripts in C#. Free source code a
Implementing INotifyPropertyChanged with DynamicProxy2
Cloning C# objects is one of those things that appears easy but is actually quite complicated with many “gotchas.” This article describes the most common ways to clone a C# object. Shallow vs.
C# Object Clone Wars : C# 411
C# and AJAX WhiteBoard - The Code Project - ASP.NET
This is a web-based WhiteBoard. It uses C# and AJAX to communicate between the server and clients. Data sharing between different users is made possible using AJAX.Introduction Deadlocks are common problems in multi-threaded programming. When it comes to multithreading development, the most common problem developers are facing is critical sections. It is not uncommon to use more than a single lock, but if one does not pay attention to the order of the locks, or to the context in which they are being called (e.g., from within a callback), deadlocks will form. (There are many reasons for deadlocks to occur other than the obvious critical section, e.g., two threads that are waiting for each other to signal an event, but we will not discuss them here).

