croarty

Stories kicked by croarty

hornget - apt-get for .Net OSS(hornget.net)

submitted by carcercarcer(240) 2 years, 6 months ago

Hornget provides an apt-get like service for common .Net Open Source projects. Want the latest NHibernate, Castle ActiveRecord, Rhino Commons but don't want to go through the headache of the numerous build processes and dependencies? Hornget supplies a daily a build of a number of OSS projects trunks as a downloadable Zip to ease upgrading to the latest versions read more...

add a comment |category: |Views: 206

tags: another

Jumpstart TV Launches Free How-To Videos(jumpstarttv.com)

submitted by bknightbknight(220) 5 years, 6 months ago

Jumpstart TV has removed its login system and now you can watch dozens of how-to videos for free. read more...

add a comment |category: |Views: 14

tags: another

Sandcastle - DotNet Framework documentation generator(gtrifonov.com)

submitted by gtrifonovgtrifonov(225) 5 years, 6 months ago

Today I found interesting CTP announcement from Microsoft - Sandcastle. Enjoy new framework for building msdn style documentation. I used NDOC in my previous projects, so it will be nice to compare new MS documentation generation framework with NDOC. Ah Microsoft we wait this product two long. I hope it will be well integrated to Orcas enviroment. read more...

add a comment |category: |Views: 135

tags: another

The .NET Show: IIS 7.0(msdn.microsoft.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years ago

Shipping with Windows Vista will be the latest version of Internet Information Services, which includes a broad collection of features and capabilities that have been anxiously awaited by both developers and IT Pros. Scott Guthrie and Bill Staples describe and demo new features in IIS 7.0. read more...

1 comment |category: |Views: 0

tags: another

Microsoft release CodePlex(codeplex.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years ago

You can use CodePlex to create new projects to share with your fellow developers around the world, join others who have already started their own project, or simply use the applications on this site and provide feedback. read more...

add a comment |category: |Views: 0

tags: another

Upcoming ASP.NET Releases in April (weblogs.asp.net)

submitted by k000derk000der(4765) 6 years, 1 month ago

Upcoming ASP.NET Releases in April by ScottGu read more...

add a comment |category: |Views: 0

tags: another

4 ways to send a PDF file to the IE Client in ASP.NET(blogs.msdn.com)

submitted by itzrahulsoniitzrahulsoni(745) 6 years, 2 months ago

This blog entry shows you four different ways to send a PDF file to the IE Client. You also have the full source code zipped along. read more...

add a comment |category: |Views: 2

tags: another

Karmencita - object query language for .NET(voidsoft.ro)

submitted by MariusMarius(80) 6 years, 2 months ago

Karmencita is an object query language for .NET . It's purpose is to allow easy querying from in memory structured data. Here is some sample code : // get an array of running processes Process[] proc = Process.GetProceses(); // initialize Karmencita with the type of object to be queries ObjectQuery<Process> oq = new ObjectQuery<Process>(); // write the query string query = "BasePriority > 3 and Responding = true and MainWindowTitle Like C%"; //run the query Process[] processes = (Process[]) oq.Select(proc, query); read more...

add a comment |category: |Views: 2

tags: another

K2.net 2003 Workflow (k2workflow.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

The BPM software solution for .NET. K2.net 2003 enables rapid solution assembly to optimize interactions between people, systems and processes and delivers visibility into process-driven activities to promptly identify ways of optimizing the process: addressing bottlenecks, introducing escalations and exception management. K2.net also helps customers derive significant value from their Microsoft investments by leveraging K2.net and its powerful and seamless integration across a range of products. read more...

add a comment |category: |Views: 4

tags: another

I coulnd't do regex coding without this(sellsbrothers.com)

submitted by csmbacsmba(110) 6 years, 2 months ago

After discovering this tool, I just can not imagine doing any regex coding in .net without this. It is free, and saves you tons of debug time and compilations. All you need is to play with your regex on this tool, perfect it, and then write the code. just love it! read more...

2 comments |category: |Views: 18

tags: another

Consuming WebServices with SSL and HTTP BASIC Authentication (eggheadcafe.com)

submitted by j.montyj.monty(1868) 6 years, 2 months ago

Excellent article on how to have web services check SSL certificate status and over-ride that default behavior based on the CertificateProblem enum. It also covers how to use BASIC authentication with SSL on the web service as well. read more...

add a comment |category: |Views: 183

tags: another

Using InfoCards for User-Centered Identity(msdn.microsoft.com)

submitted by RobChappelRobChappel(2720) 6 years, 3 months ago

As a taste of upcoming MIX06 sessions, Kim Cameron presents a thumbnail sketch of how InfoCards bring an architecture for identity to the Internet, a demo of how it works and a peek at how you integrate it into a Web page. See Kim's full session on this topic at the MIX06 conference. read more...

add a comment |category: |Views: 1

tags: another

Introduction to Web 2.0 Irish Lecture(irishdev.com)

submitted by fergalbreenfergalbreen(105) 6 years, 3 months ago

An introduction to Web2.0 Technologies, Business & Marketing implications and code based demonstrations, teaching you to build Web2.0 asynchronous software on .Net and Enterprise Java platforms. read more...

add a comment |category: |Views: 0

tags: another

Ask The Pros: Keyboard Bashing With The Pros(visualstudiohacks.com)

submitted by RobChappelRobChappel(2720) 6 years, 3 months ago

Some Visual Studio keyboard shortcuts read more...

add a comment |category: |Views: 0

tags: another

January CTP of Atlas Ready for Download(weblogs.asp.net)

submitted by dereklakindereklakin(1565) 6 years, 3 months ago

The January CTP build of Atlas was made available today and can be downloaded from http://atlas.asp.net. This is a pretty big release of Atlas that has a number of new and improved goodies. In particular, the Atlas team has spent a lot of time enhancing and fleshing out a number of the core scenarios around the new <atlas:updatepanel> server control -- including adding progress message support, error handling, support for Response.Redirects, and the ability to have some controls on a page perform regular full-page post-backs while others cause incremental Ajax updates of content. read more...

add a comment |category: |Views: 1

tags: another

IE Developer Toolbar Beta 2(blogs.msdn.com)

submitted by dereklakindereklakin(1565) 6 years, 3 months ago

The latest version of the IE Developer Toolbar is out and should work with the IE7 Beta 2 Preview. read more...

add a comment |category: |Views: 2

tags: another