throughthiswindow

Stories kicked by throughthiswindow

Use Powershell to delete all bin & obj folders(blog.slaven.net.au)

submitted by dalzieldalziel(6230) 5 years, 6 months ago

I sometimes need to remove all intermediate & resulting build files from a Visual Studio solution, either due to version conflicts or because of permissions issues. Powershell just made that job a whole lot easier. read more...

add a comment |category: |Views: 56

tags: another

Video: First Impressions on the Windows Vista RTM (blogs.interfacett.com)

submitted by dwahlindwahlin(1450) 5 years, 6 months ago

Interested in Windows Vista but not sure if you'll upgrade right away? Dan Wahlin gives his opinion on installing and running Vista and provides a short video demonstrating how Windows Vista Ultimate looks and acts. read more...

add a comment |category: |Views: 0

tags: another

Refactoring Competition(devlicio.us)

submitted by jhol3990jhol3990(495) 5 years, 6 months ago

Bill McCafferty is running a weekly competition with a prize of a book and CodeIt.Once Refactoring tool 3-User license pack! Check it out,code away and win. read more...

add a comment |category: |Views: 6

tags: another

Introduction to C#, starting an object model for the Digg API (throughthiswindow.com)

submitted by throughthiswindowthroughthiswindow(45) 5 years, 6 months ago

This attempts to serve as an introduction to C# from an object-oriented perspective, using Digg's API as an example. read more...

add a comment |category: |Views: 33

tags: another

Introduction to C# using Digg's API as an example (throughthiswindow.com)

submitted by throughthiswindowthroughthiswindow(45) 5 years, 6 months ago

This is an introduction to C#, using Digg's API as an example. Digg's very popular, so hopefully this will give anyone who reads it, and is interested in C# but a beginner, something to relate to in which they're interested. read more...

add a comment |category: |Views: 335

tags: another

Submit and get code snippets for Visual Studio(gotcodesnippets.net)

submitted by EtienneTremblayEtienneTremblay(5008) 5 years, 6 months ago

An interesting source of code snippets for Visual Studio. When you download the code snippets, it generates a visual studio community content installer witch is very quick to install. read more...

add a comment |category: |Views: 5

tags: another

Windows PowerShell 1.0 released(chrisfulstow.blogspot.com)

submitted by wibblewibble(245) 5 years, 6 months ago

Microsoft has officially released Windows PowerShell 1.0, its next generation command-line shell. Fully extensible using .NET. read more...

add a comment |category: |Views: 2

tags: another

Extending the ASP.NET 2.0 Resource-Provider Model(msdn2.microsoft.com)

submitted by javierRomerojavierRomero(1010) 5 years, 6 months ago

Microsoft ASP.NET 2.0 unleashed a number of wonderful improvements for localizing Web applications. Even with all these wonderful benefits, soon after localizing a site, you might begin to wonder about extensibility. This article will help you apply extensibility features of ASP.NET to handle enterprise localization scenarios and improve your localization-development process. read more...

add a comment |category: |Views: 24

tags: another

A realtime currency exchange class in C#(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 6 months ago

The European Central Bank (ECB) provides the currency exchange rates on a daily basis in XML format, so all there needs to be done, is to wrap the XML file into a generic dictionary for easy use. read more...

add a comment |category: |Views: 75

tags: another

10 Great Free Tools for ASP.NET Developers(chrisfulstow.blogspot.com)

submitted by wibblewibble(245) 5 years, 6 months ago

Ten of the most useful free tools for ASP.NET developers read more...

add a comment |category: |Views: 20

tags: another

Seriously Cool Jobs Available(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 6 months ago

Phil Haack is looking for some new recruits for the SubText open source blog engine read more...

add a comment |category: |Views: 2

tags: another

Globalising .NET web application quick summary(damieng.com)

submitted by DamienGDamienG(1405) 5 years, 6 months ago

Just a quick overview of the steps involved in making your .NET web applications handle multiple languages and regions. read more...

add a comment |category: |Views: 1

tags: another

Quickly adding AJAX ASP.NET to an existing ASP.NET Web Application Pro(throughthiswindow.com)

submitted by throughthiswindowthroughthiswindow(45) 5 years, 6 months ago

Here I've written about the steps involved in getting ASP.NET AJAX 1.0 beta working with an existing ASP.NET Web Application Project. read more...

add a comment |category: |Views: 0

tags: another

Setting up Subtext 1.9.2 on Godaddy via Brute Force (throughthiswindow.com)

submitted by throughthiswindowthroughthiswindow(45) 5 years, 6 months ago

This details the steps I went through in order to get Subtext installed on a GoDaddy hosting account. I've seen Subtext mentioned on DotNetKicks a few times, so hopefully this will be of some interest. read more...

add a comment |category: |Views: 7

tags: another