Stories recently tagged with '.net3.5' Subscribe to this feed

Creating RSS Feeds Using ASP.NET 3.5 (blogs.dovetailsoftware.com)

published 11 months, 21 days ago, submitted by JemmJemm(9400) 11 months, 21 days ago

"We wanted to have an RSS feed so customers could keep up to date with new or recently updated Dovetail Knowledge Base articles. My personal mental gate was that I really didn’t want to try to figure out how to properly create an RSS or Atom feed and I didn’t want to bother with complex heavy handed frameworks like Argotic. Then one day Josh introduced me to the System.ServiceModel.Syndication namespace (introduced in .Net 3.5) and my life was never the same. " read more...

add a comment | category: | Views: 537

tags: another

Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1: BETA (www.microsoft.com)

submitted by JemmJemm(9400) 1 year ago

"The Windows SDK for Windows 7 and .NET Framework 3.5 SP1: BETA provides documentation, samples, header files, libraries, and tools designed to help you develop Windows applications using both native (Win32®) and managed (.NET Framework) technologies" read more...

add a comment | category: | Views: 37

tags: another

Custom logic in C# automatic properties (blog.somecreativity.com)

submitted by dnksiddnksid(355) 1 year, 3 months ago

The article tries to make an argument in favor of having support for introducing custom-logic with automatic properties in C#. It also shows a possible solution and asks for ideas for refinement. read more...

add a comment | category: | Views: 56

tags: another

WPF Toolkit adds Ribbon Control to .NET 3.5 SP1 (pietschsoft.com)

published 1 year, 3 months ago, submitted by crpietschmanncrpietschmann(11.1k) 1 year, 3 months ago

The first release of the new WPF Toolkit was released today. This toolkit includes a new Ribbon control as well as the following: new WPF DataGrid, DatePicker/Calendar, and VisualStateManger. The coolest feature of this Toolkit (IMO) is the new Ribbon control. In .NET 4.0 there will be a ribbon control baked in, but thanks to the WPF Toolkit we have access to utilize the new Ribbon control today in WPF with .NET 3.5 SP1! read more...

1 comment | category: | Views: 528

tags: another

Using the New DateTime Support in .NET 3.5 via MVC & jQuery (jvance.com)

submitted by JarrettVJarrettV(265) 1 year, 4 months ago

Learn to utilize the new expanded support for date times with proper time zone support in .NET 3.5. Create some HtmlHelper extension methods for writing out dates and use the jQuery Time Ago plugin to show them relative to the user's time zone. There is also a bonus method for formatting dates anyway you like through a lambda expression. read more...

add a comment | category: | Views: 79

tags: another

Dynamite: High Performace Dynamic Sorting Using Expressions (www.codeproject.com)

submitted by henjonhenjon(15) 1 year, 4 months ago

Easy-to-use and high performance dynamic sorting library with support for most type of sequences, multiple fields, nested properties and SQL-like syntax, developed using System.Linq.Expression classes. Also discusses performance issues with sorting and how to improve performance of sorting in Windows Presentation Foundation collection views. read more...

add a comment | category: | Views: 35

tags: another

Lists: Filter, Map and Reduce - and the Magic of IEnumerator. (honestillusion.com)

submitted by JamesCurran2JamesCurran2(110) 1 year, 5 months ago

There are 3 very handy list functions which make dealing with lists a breeze: Map, Filter and Reduce. But along the way of writing them, an important principle of IEnumerator<> comes up. read more...

add a comment | category: | Views: 35

tags: another

Exploring System.Web.Routing (www.codethinked.com)

published 1 year, 5 months ago, submitted by justin_etheredgejustin_etheredge(8055) 1 year, 5 months ago

An overview of the new System.Web.Routing namespace that was included in .net 3.5 SP1. read more...

add a comment | category: | Views: 671

tags: another

Hidden Gems - Not the same old 3.5 SP1 post (www.hanselman.com)

submitted by crpietschmanncrpietschmann(11.1k) 1 year, 5 months ago

Folks were hassling me in the comments for not posting the picosecond that .NET 3.5 SP1 came out (or, as I like to call it, .NET 3.6 - although the bosses really don't like that). read more...

add a comment | category: | Views: 16

tags: another

LINQ ElementAt and ElementAtOrDefault (codeforeternity.com)

submitted by xtremebizxtremebiz(565) 1 year, 5 months ago

We can use the ElementAt extension method of LINQ to return the element at a specified index (zero based) in a sequence. However the ElementAt extension method would throw the System.ArguementOutOfRangeException when the specified index is a negative value or not less than the size of the sequence. In such a scenario, we can use the ElementAtOrDefault extenion method which would return the default value of a type instead of throwing the System.ArguementOutOfRangeException. Read this article for code example (both in C# and VB.NET) with comments read more...

add a comment | category: | Views: 56

tags: another

Visual Studio 2008 Service Pack 1 (www.microsoft.com)

published 1 year, 5 months ago, submitted by johnrummelljohnrummell(1255) 1 year, 5 months ago

It's finally here! I haven't seen an official announcement yet, but I did a search for "Visual Studio 2008 Service Pack 1" on Microsoft's Download Center and found the following downloads added today: Microsoft Visual Studio 2008 Service Pack 1 (exe) http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en Microsoft Visual Studio 2008 Service Pack 1 (iso) http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en read more...

6 comments | category: | Views: 748

tags: another

Visual Studio 2008 Service Pack 1 (www.microsoft.com)

published 1 year, 5 months ago, submitted by johnrummelljohnrummell(1255) 1 year, 5 months ago

It's finally here! I haven't seen an official announcement yet, but I did a search for "Visual Studio 2008 Service Pack 1" on Microsoft's Download Center and found the following downloads added today: Microsoft Visual Studio 2008 Service Pack 1 (exe) http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en Microsoft Visual Studio 2008 Service Pack 1 (iso) http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en read more...

6 comments | category: | Views: 748

tags: another

SQL 2008 RTM Released, and includes .NET 3.5 SP1 (pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.1k) 1 year, 6 months ago

I'm currently installing SQL 2008 Developer Edition, and before the installation could proceed, it needed to install an update to the .NET Framework 3.5. What update does it need to install? Well, .NET 3.5 Service Pack 1 is the update it needs. Now as you can see from the below screeshot, it doesn't say anything about being Beta. I wonder?... I wouldn't think SQL 2008 RTM would install .NET 3.5 SP1 Beta... So, I could only assume that this is the .NET 3.5 SP1 RTM that it's installing. However, this is a presumptuous conclusion and I don't really have any facts to back this up. It does make you wonder though... read more...

add a comment | category: | Views: 13

tags: another

Create a Picture Album using ListView in ASP.NET 3.5 (www.dotnetcurry.com)

submitted by vivekamarvivekamar(4800) 1 year, 6 months ago

In this article, we will see how to create a Picture Album using the ListView control. We will explore the GroupTemplate of ListView and explore how we can group multiple images together in the ListView, thereby creating an album effect. read more...

add a comment | category: | Views: 349

tags: another

C#: Enhance Enums using Extension Methods (pietschsoft.com)

published 1 year, 6 months ago, submitted by crpietschmanncrpietschmann(11.1k) 1 year, 6 months ago

Extension Methods are one of the coolest features that have been added in .NET 3.5. I've heard arguments that there is no reason to use them, and the only reason Microsoft added them is to enable the ability to buid LINQ. Well, I do not entirely agree with that statement; in fact, I have found a cool way to use Extension Methods to enhance the System.Enum object since it cannot be inherited. Even though Enum can not be inherited, it can be extended using Extension Methods. Here's the code to an Extension Method that extends the LocalizationMarket Enum with the ToDescriptionString() method that returns the DescriptionAttributes value for the given enum value. read more...

3 comments | category: | Views: 544

tags: another

C#: Enhance Enums using Extension Methods (pietschsoft.com)

published 1 year, 6 months ago, submitted by crpietschmanncrpietschmann(11.1k) 1 year, 6 months ago

Extension Methods are one of the coolest features that have been added in .NET 3.5. I've heard arguments that there is no reason to use them, and the only reason Microsoft added them is to enable the ability to buid LINQ. Well, I do not entirely agree with that statement; in fact, I have found a cool way to use Extension Methods to enhance the System.Enum object since it cannot be inherited. Even though Enum can not be inherited, it can be extended using Extension Methods. Here's the code to an Extension Method that extends the LocalizationMarket Enum with the ToDescriptionString() method that returns the DescriptionAttributes value for the given enum value. read more...

3 comments | category: | Views: 544

tags: another