|
|
croarty
croarty
 |
|
Stories kicked by croarty
|
|
published 1 year, 11 months ago, submitted by
bknight
1 year, 11 months ago
jumpstarttv.com — 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: Community | Views: 2
|
|
tags:
Videos | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gtrifonov
2 years ago
gtrifonov.com — 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: Products | Views: 16
|
|
tags:
XML, NDoc, Studio, C#, Visual | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 6 months ago, submitted by
gavinjoyce
2 years, 6 months ago
msdn.microsoft.com — 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: ASP.NET | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 6 months ago, submitted by
gavinjoyce
2 years, 6 months ago
codeplex.com — 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: Community | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 7 months ago, submitted by
k000der
2 years, 7 months ago
weblogs.asp.net — Upcoming ASP.NET Releases in April by ScottGu read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 7 months ago, submitted by
itzrahulsoni
2 years, 7 months ago
blogs.msdn.com — 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: ASP.NET | Views: 1
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
Marius
2 years, 8 months ago
voidsoft.ro — 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: C# | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
j.monty
2 years, 8 months ago
k2workflow.com — 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: Products | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
csmba
2 years, 8 months ago
sellsbrothers.com — 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...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 8 months ago, submitted by
j.monty
2 years, 8 months ago
eggheadcafe.com — 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: Security | Views: 6
|
|
tags:
WebServices, SSL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
RobChappel
2 years, 9 months ago
msdn.microsoft.com — 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: Events | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
fergalbreen
2 years, 9 months ago
irishdev.com — 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: Community | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 9 months ago, submitted by
RobChappel
2 years, 9 months ago
visualstudiohacks.com — Some Visual Studio keyboard shortcuts read more...
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 9 months ago, submitted by
dereklakin
2 years, 9 months ago
weblogs.asp.net — 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: AJAX | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
dereklakin
2 years, 9 months ago
blogs.msdn.com — 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: IE | Views: 1
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
croarty
2 years, 9 months ago
weblogs.asp.net — This is a really comprehensive overview of both technologies. Will help you make decisions about which to propose and implement. read more...
add a comment
|
category: Architecture | Views: 82
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|