vmanos2

Stories kicked by vmanos2

60+ .Net libraries every developer should know about(blog.webdistortion.com)

submitted by squiggssquiggs(585) 2 years, 3 months ago

Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I’ve found some of these libraries invaluable, so I’m sharing them for some of the other dev’s out there with a brief outline of how to use. read more...

2 comments |category: |Views: 2605

tags: another

Advanced Query Options with Lucene.Net(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 7 months ago

Taking a look at more advanced ways to query a Lucene.Net Index. This will include the various ways you can setup your index for searching and how to do boolean searches. read more...

add a comment |category: |Views: 340

tags: another

YouCube 3.0 - WPF 3D Chromium Browser(chriscavanagh.wordpress.com)

submitted by BobStroggBobStrogg(1033) 2 years, 9 months ago

There’s an updated version of YouCube (WPF 3D Web Browser) available based on my Awesomium / Chromium WPF control. read more...

1 comment |category: |Views: 656

tags: another

Microsoft Releases Free CMS-Blog System(codersbarn.com)

submitted by BognitBognit(2125) 3 years, 5 months ago

Read about the new, free CMS/Blog system released by Microsoft called "Oxite". It is built using the new ASP.NET MVC framework and is highly extensible, touting such features as Microformats and source control integration. read more...

add a comment |category: |Views: 401

tags: another

Free Winforms and ASP.NET Chart Controls(coolthingoftheday.blogspot.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 7 months ago

Directly from Microsoft read more...

2 comments |category: |Views: 731

tags: another

What a developer needs from their manager(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 11 months ago

I've a read a lot of articles talking about what it takes to be a good development manager. There are also articles about what makes a good developer. I thought it would be a good idea to describe what a developer needs from their manager. read more...

3 comments |category: |Views: 495

tags: another

Stop Polluting the UI Thread - Use a ThreadBarrier(blog.quantumbitdesigns.com)

submitted by QuantumBitDesignsQuantumBitDesigns(325) 3 years, 11 months ago

A ThreadBarrier is a technique for simplifying the interaction between the UI and a worker thread. No longer do UI Controls need to check InvokeRequired and do the posting of events from a worker thread. read more...

add a comment |category: |Views: 465

tags: another

WCF REST Configuration for ASP.NET AJAX and plain REST Services(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 1 month ago

.NET 3.5 includes WCF REST service functionality that allows for cleaner HTTP access to services. For AJAX applications this means that WCF can now be used both for MS AJAX clients as well as non-MS AJAX clients like jQuery or Prototype. This post focuses on setting up and configuring WCF for REST operation with a focus on AJAX scenarios looking at some of the different configuration options available. read more...

1 comment |category: |Views: 78

tags: another

Downgrade a VS 2008 .sln or .csproj to VS 2005(saftsack.fs.uni-bayreuth.de)

submitted by agnes_agnes_(290) 4 years, 3 months ago

I just had to convert a Visual Studio 2008 Solution and Project to Visual Studio 2005. It is actually pretty straight forward. At least in my case... read more...

add a comment |category: |Views: 791

tags: another

Completely free PDF .NET library written in C#(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

Want to add PDF support to your .NET project. Try this. Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense. read more...

5 comments |category: |Views: 7498

tags: another

LINQPad(linqpad.net)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

Tired of querying in antiquated SQL? Well, you don't have to! LINQPad lets you interactively query SQL databases in a modern query language: LINQ. Kiss goodbye to SQL Management Studio! LINQPad supports everything in C# 3.0 and Framework 3.5: * LINQ to SQL * LINQ to Objects * LINQ to XML LINQPad is also a terrific tool for learning LINQ: it comes preloaded with 200 examples from the recently released C# 3.0 in a Nutshell. There's no better way to experience the coolness of LINQ and functional programming. read more...

4 comments |category: |Views: 24

tags: another

VisualSVN Server(weblogs.asp.net)

submitted by bradygasterbradygaster(4897) 4 years, 6 months ago

The guys that already made VisualSVN, a plugin that integrates into Visual Studio and provides a way to manage your source code changes into Subversion, just realized VisualSVN Server. read more...

7 comments |category: |Views: 89

tags: another

Uncommon C# Keywords(nyxtom.vox.com)

submitted by rmorlokrmorlok(165) 4 years, 7 months ago

Everyone knows the basic C# keywords, but some are more obscure. This article dives into some useful C# keywords that you may have yet to encounter. read more...

6 comments |category: |Views: 139

tags: another

Speed up Visual Studio 2005(dotnettipoftheday.org)

submitted by ferrymulyonoferrymulyono(395) 4 years, 7 months ago

Nice tricks to speed up Visual Studio 2005 read more...

add a comment |category: |Views: 144

tags: another

.NET Framework 3.5 Is Shared Source(weblogs.asp.net)

submitted by benrickbenrick(1020) 4 years, 7 months ago

Microsoft's .NET Framework 3.5 is going to be released open source. read more...

26 comments |category: |Views: 152

tags: another

Implementing Silverlight in 21 Days - Miguel de Icaza(tirania.org)

submitted by k000derk000der(4765) 4 years, 11 months ago

Moonlight - Silverlight implementation in Linux read more...

1 comment |category: |Views: 1

tags: another