olle

Stories kicked by olle

Nov 17th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, VS 2008, .NET 3.5(weblogs.asp.net)

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

November 17th link list by ScottGu. read more...

1 comment |category: |Views: 2

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

A site that should be in every web developers bookmarks: smashingmagaz(smashingmagazine.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 6 months ago

Came accross this site and it really is a wealth of resource on all things webby, from inspiration and design, to scripting this is a place a web developer will enjoy Here is a list of their most popular articles: # 80 AJAX Solutions # 80 Professional Typefaces # 70 Expert CSS Ideas # 53 CSS-Techniques # 60 Elegant, Appealing Designs # 50 Beautiful Web-Designs # 50 Simple Web-Designs # 45 Excellent Blog Designs # 45 Fresh, Clean Designs # 30 Dark Designs # 30 Usability Issues # 35 Designers x 5 Questions # 20 Free Icon Sets # 200+ Hotkeys # 170 Developer Ideas So if this place is not in your bookmarks already, its a resource well worth checking out! read more...

6 comments |category: |Views: 4

tags: another

Lambdas and Closures and Currying. Oh my! (Part 2)(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 6 months ago

In this installment, we delve deep into the syntax of lambdas in C# 3.0 and how exactly you would use them. read more...

1 comment |category: |Views: 13

tags: another

ScottGu VS.net performance tips for machine(weblogs.asp.net)

submitted by dovedove(735) 4 years, 6 months ago

Specifically - "what type of machine do you recommend I get for doing development with Visual Studio?" read more...

5 comments |category: |Views: 22

tags: another

How to insert an assembly version number into a WiX v3 script using TF(morten.lyhr.dk)

submitted by LyhrLyhr(315) 4 years, 6 months ago

Create msi with TFS where all assemblies and msi files have the same version. And the version is incremented in each build. read more...

add a comment |category: |Views: 62

tags: another

WiX v3 and detection of IIS and ASP.NET(morten.lyhr.dk)

submitted by LyhrLyhr(315) 4 years, 6 months ago

An Example that detects .NET 2.0, IIS and ASP.NET 2.0 are installed and configured in Windows. read more...

add a comment |category: |Views: 280

tags: another