|
|
Stories recently tagged with '.net3.5'
|
|
submitted by
xtremebiz
6 days, 19 hours ago
codeforeternity.com — 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: C# | Views: 4
|
|
tags:
C#, LINQ, VB.NET, .Net, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 18 hours ago, submitted by
johnrummell
8 days, 19 hours ago
microsoft.com — 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: Visual Studio | Views: 704
|
|
tags:
.net3.5, VisualStudio2008, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 18 hours ago, submitted by
johnrummell
8 days, 19 hours ago
microsoft.com — 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: Visual Studio | Views: 704
|
|
tags:
.net3.5, VisualStudio2008, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
12 days, 12 hours ago
pietschsoft.com — 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: Database | Views: 10
|
|
tags:
.net3.5, sp1, Database, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
1 month, 2 days ago
dotnetcurry.com — 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: ASP.NET | Views: 27
|
|
tags:
.net3.5, ListView, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 2 days ago, submitted by
crpietschmann
1 month, 4 days ago
pietschsoft.com — 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: Tips & Tricks | Views: 396
|
|
tags:
.net3.5, C#, ExtensionMethods, Tips, Enum | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 2 days ago, submitted by
crpietschmann
1 month, 4 days ago
pietschsoft.com — 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: Tips & Tricks | Views: 396
|
|
tags:
ExtensionMethods, C#, .net3.5, Tips, Enum | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
1 month, 5 days ago
dotnetfunda.com — ListView control is a new control added into ASP.NET 3.5. It enables you to display data in a format specified by you using templates and styles. It is useful for data in any repeating structure just like DataList and Repeater controls. However, unlike those controls ListView control enable you to edit, insert, delete, sort, paginate data without any extra effort. read more...
add a comment
|
category: ASP.NET | Views: 25
|
|
tags:
.net3.5, 3.5, ASP.NET, ListView | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 30 days, 19 hours ago, submitted by
oazabir
1 month, 5 days ago
msmvps.com — A new release of Dropthings, open source ASP.NET 3.5 AJAX portal. Features many performance and scalability techniques and a new design.
Showcases:
- 10 ASP.NET Performance and Scalability Secrets.
- Fast ASP.NET page rendering by deferred script loading.
- Load large amount of Javascripts in batch and thus load AJAX sites a lot faster.
- Fast Streaming AJAX proxy that solves double downloading problems and continuously streams content from external domain.
- Making best use of cache for high performance website.
- On-demand UI loading on AJAX websites.
read more...
add a comment
|
category: AJAX | Views: 332
|
|
tags:
AJAX, Portal, 3.5, OpenSource, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
keyvan
1 month, 10 days ago
waegis.com — Tired of Spam?
Spammers are disturbing our dear web! How do you feel about them? Do you have a site, blog, forum or Wiki? Have you been affected by lots of spam content on your site? How much of time do you spend to remove them everyday? How can they affect the look and feel of your site? How can they affect your database size? Do you use CAPTCHA control and think it is a good solution?
We're here to take care about everything for you and save your time, energy and effort. We're here to make a better and cleaner web with your help. Waegis (pronounced veejis) is a professional online service that assists you to block spams. read more...
add a comment
|
category: Security | Views: 9
|
|
tags:
C#, KeyvanNayyeri, Services, 3.5, Service | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 10 days ago, submitted by
TroyMG
1 month, 11 days ago
squaredroot.com — Stephen Walther's latest MVC tip introduced me to the MVC framework's ability to pass server variables into actions as parameters. Unfortunately using this feature is a very bad idea and could jeopardize the security of your application. Take a look at a code sample you might find surprising. read more...
add a comment
|
category: ASP.NET | Views: 193
|
|
tags:
hacking, Security, 3.5, MVC, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 11 days ago, submitted by
TroyMG
1 month, 12 days ago
squaredroot.com — A few months ago I posted about my changes to Rob Conery's PagedList class. Since writing that article many comments have been left about how to further improve the design, which have since been incorporated into a new, further improved PagedList class. read more...
add a comment
|
category: C# | Views: 213
|
|
tags:
mvc.net, ASPNETMVC, 3.5, MVC, .net3.5 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mkennedy66996693
1 month, 17 days ago
michaelckennedy.net — When I talk about LINQ people often ask whether it’s possible to have dynamic queries with LINQ. An example of this is presenting the user with a UI that allows them to optionally filter by some criteria or other and sort by some criteria. This was straightforward if you built-up a SQL string in code.
The compiled, static nature of LINQ makes this appear difficult at first. They are not and this video and sample application shows you how to accomplish just this. read more...
add a comment
|
category: Linq | Views: 18
|
|
tags:
.net3.5, .Net, 3.5, LINQ, C#3.0 | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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