csharp
Welcome to the 'csharp' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'csharp'.
Are you an expert about 'csharp'? Do you want to be the Technorati authority on 'csharp'? You can write a description that will appear right here:
Join Blogcritics!
Latest blogosphere posts tagged “csharp”
-
This Type Of Hands-On Experience Can JumpStart Your Career!
IT Career Coach —
Authority: 89
This Type of Experience Will JumpStart Your Career! Not all experience is created equal. Some types of project experience count as being more relevant than others simply because employers place a higher value on them. Here is why: Getting experience in areas that require innovation or cutting edge skills for ...1 week ago -
Extension Methods in C#
Remondo —
Authority: 112
Just a little braindump for later use. Extension methods allow you to add ‘new methods’ to an existing class without changing the internal behavior of the original class. This can be done even on sealed classes or interfaces. You can not ‘override’ or hide an existing method. In case you try to hide a ...2 weeks ago -
RumorMill 4 – WPF News Ticker
Jarloo C# Code Warehouse —
Authority: 85
I used to run a few previous web sites. CodeFreezer.com was one of them. While there I wrote RumorMill4. Similar to the v5 I posted here on Jarloo, except the UI layer is considerable different. This version displays the news articles in a ticker similar to a stock ticker. Download the Source Code The heart of the ...2 weeks ago -
C# Parse Item Value And Name In XML String
Rapid Development - Website for Developers - Designers - Webmasters includes Source Code, Tutorial, Tips And Tricks —
Authority: 105
An ASP.net (written in C# ) example below will show How to read item name and item value of each element in a XML string . In order to keep it simple, the XML string just contains 2 elements with text inside a CDATA section and have one attribute . The asp.net example below will use XmlDocument to load ...2 weeks ago -
Null Object Design Pattern in C#
Remondo —
Authority: 112
Null checks are quite common in the code I write. It litters up my class methods with all kinds of exception handling. The Null Object Design Pattern helps me to avoid this checking for null. It provides a non functional object to the client instead of null. So I can call a method on this object that effectively ...2 weeks ago -
Using the VSA Engine to Evaluate Expressions
Jarloo C# Code Warehouse —
Authority: 85
The methods this uses are deprecated. They still exist in .NET 4 but could be removed, so be careful. You will need to add a reference to Microsoft.Vsa. This can typically be found in “C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Vsa.dll” You will also need to add a reference to Microsoft.JScript; ...2 weeks ago -
Observer Pattern in C#
Remondo —
Authority: 112
Another day, another pattern. The Observer Pattern provides a mechanism for receiving push-based notifications (like events). It separates the Subject from the Observer (separation of concerns). The original pattern by the Group of Four was implemented with base classes, but as of .NET 4 we welcome the IObserver ...2 weeks ago -
Observer Pattern in C# with IObservable
Remondo —
Authority: 112
Another day, another pattern. The Observer Pattern provides a mechanism for receiving push-based notifications (like events). It separates the Subject from the Observer (separation of concerns). The original pattern by the Group of Four was implemented with base classes, but as of .NET 4 we welcome the IObserver ...2 weeks ago -
Simple Truncate Words Function In C#
Rapid Development - Website for Developers - Designers - Webmasters includes Source Code, Tutorial, Tips And Tricks —
Authority: 105
Below is just a simple C# function that truncates or cut off a long text with a defined maximum word count number . A shorter text might be returned with dot dot dot (…) if its original length is not higher than the specified number. Otherwise, the full text will be returned. The truncate words function is ...2 weeks ago -
C# Generate Random Number Function
Rapid Development - Website for Developers - Designers - Webmasters includes Source Code, Tutorial, Tips And Tricks —
Authority: 105
In this article, I give 3 functions that generate random number based on System.Random() class. All of them are written in CSharp (C#) and demonstration are also in an ASP.NET page. 1. Function returns a non negative random number public int GetRandomNumber() { return new ...2 weeks ago


Follow Technorati