Stories recently tagged with 'Library'

EppLib.NET - EPP client for the .NET framework(epplib.codemaker.net)

submitted by idoruidoru(20) 4 months ago

EPP (Extensible Provisioning Protocol) is a widely adopted protocol used to comunicate between a domain registrar and the different domain name registries to provision and manage domain names, host names and contact details. EppLib.NET provides a library that makes easy for registrars to interact with registries implementing the EPP protocol. read more...

add a comment |category: |Views: 22

tags: another

Getting Started with SQL Server Data Access using Data Access Applicat(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 9 months ago

In this post, we’ll see how the same tasks that we did using ADO.Net objects can be done using Data Access Application Block. We will also see how it makes the code much more tidier. Data Access Application Block is part of Microsoft Enterprise Library. read more...

add a comment |category: |Views: 17

tags: another

NRtfTree 0.3 Final released!(sgoliver.net)

submitted by bitnomadbitnomad(15) 2 years, 6 months ago

NRtfTree Library is an open source (LGPL) .NET library written entirely in C# that may be used to read/write RTF documents in your applications. read more...

add a comment |category: |Views: 19

tags: another

How to Create an Enterprise Library Cache Provider for Velocity(blogs.microsoft.co.il)

submitted by gilfgilf(2123) 2 years, 6 months ago

In the previous post I promised to give the recipe of how to create the a simple Velocity cache manager provider using the Application Block Software Factory. In this post I’ll keep my promise. read more...

1 comment |category: |Views: 105

tags: another

Open Source .Net RTF Document Library(sgoliver.net)

submitted by bitnomadbitnomad(15) 2 years, 7 months ago

NRtfTree Library is an open source .NET library written entirely in C# that may be used to manage RTF documents in your own applications. NRtfTree Library is licensed under the GNU LGPL license. read more...

add a comment |category: |Views: 155

tags: another

NRtfTree 0.3.0 beta 2 release soon!(sgoliver.net)

submitted by bitnomadbitnomad(15) 2 years, 7 months ago

NRtfTree Library 0.3.0 beta 2 will be released in a few days. Discover the new features! NRtfTree Library is an open source .NET library written entirely in C# that may be used to manage RTF documents. NRtfTree Library is licensed under the GNU LGPL license. read more...

add a comment |category: |Views: 3

tags: another

WPF: Ribbon in Prism Applications(bartekszafko.pl)

submitted by bszafkobszafko(240) 3 years, 2 months ago

Microsoft some time ago published its Ribbon(known from Office 2007) control library for Windows Presentation Foundation. This article contains steps necessary to implement ribbon view region in Composite Application Library(aka Prism) . read more...

add a comment |category: |Views: 1005

tags: another

AlphaVSS 0.7.0 - Bringing the Volume Shadow Copy Service to .NET(alphaleonis.com)

submitted by decafdecaf(20) 3 years, 5 months ago

AlphaVSS is an open source library that provides a managed .NET interface to the Windows Volume Shadow Copy Service, making it possible to conveniently access and use the VSS API from within eg. C# or VB. read more...

add a comment |category: |Views: 173

tags: another

.NET Utility Libraries Galore(hsidev.wordpress.com)

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

Yesterday Karl Seguin announced a new .NET Extension Library. One of the really interesting pieces of the library is a streamlined approach to a simple dictionary imagecache, which is similar to the one described in another interesting looking utility library called ShadeTree. Recently, Ayende Rahein reviewed another .NET utility library called Umbrella, which looks like a pretty wide and deep set of utilities. As I am about to create a new solution to consolidate the utility functionality we use across our various projects, it got me thinking it might be time to pick an established (or growing) library from the community and try to contribute any missing pieces we need for our own projects. read more...

add a comment |category: |Views: 91

tags: another

DnSmtp - A .NET SMTP Client Library in C#(choosing-a-blog-url-sucks.blogspot.com)

submitted by j.montyj.monty(1868) 3 years, 7 months ago

DnSmtp is a fully management SMTP client library written in C#. It provides two delivery methods - Relay and Direct. In relay delivery mode, it will relay messages through your local SMTP server. In direct delivery mode or it will resolve the MX record of the recipient's email address and connect to the recipients server directly and drop the mail message. read more...

add a comment |category: |Views: 402

tags: another

CAKE3 - Free archiving library(devintelligence.com)

submitted by adventureradventurer(2244) 3 years, 11 months ago

Cake3 library supports compressing and extracting files to/from different archive formats .The library can be easily integrated to your projects . read more...

add a comment |category: |Views: 7

tags: another

Subkismet 1.0 Released(nayyeri.net)

submitted by keyvankeyvan(4086) 4 years, 1 month ago

Subkismet is a set of tools as a framework to fight against spam in .NET applications. Keyvan announces the first public release of this open source framework. read more...

add a comment |category: |Views: 9

tags: another

Coding4Fun Developer Kit(codeplex.com)

submitted by rprouserprouse(1175) 4 years, 5 months ago

A collection of tools which have been developed to abstract the complexity of doing software development using common Windows Vista APIs. The kit features include drag ‘n drop controls and components, SmartTags, Visual Basic and Visual C# source code for all tools and samples as well as complete QuickStarts and APIs documentation. read more...

add a comment |category: |Views: 10

tags: another

Open source .NET libraries you should be already using(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 6 months ago

As we know, there are many good, enterprise level, open source libraries, frameworks and projects implemented in Java. Most of them are being ported into different platforms like .NET and PHP, so developers are migrating to the these platforms with their familiar tools. For example, i have been using Ant, JUnit, Log4J, iText and many mores when i was developing in Java, but now i am still using Log4Net and Nunit in my current read more...

4 comments |category: |Views: 24

tags: another

FileHelpers 2.0 Released(filehelpers.com)

submitted by marcosmarcos(2779) 4 years, 10 months ago

A big step in the library roadmap. A lot of performance enhaces (more than 65% in .NET 2.0) and new features, with a pulished API. The FileHelpers are and open source library with this simple idea: "Strong type your flat file (fixed or delimited) simply describing a class that maps to each record and later read/write your file as an strong typed .NET array" read more...

2 comments |category: |Views: 15

tags: another

Review: Framework Design Guidelines(aspalliance.com)

submitted by keyvankeyvan(4086) 5 years, 1 month ago

In this article Keyvan reviews Framework Design Guidelines, which was a popular .NET book published in 2005 by Addison-Wesley. Its primary focus is on giving several guidelines and tips to design powerful frameworks or rich libraries using .NET. read more...

add a comment |category: |Views: 6

tags: another