TestAccount

Stories kicked by TestAccount

LINQ & Lambda, Part 4: Lucene.Net(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 3 years, 10 months ago

This post demonstrates how to easily build a Lucene.Net search index from your LINQ to SQL data context and search for items within it using the LINQ to Lucene library. read more...

add a comment |category: |Views: 516

tags: another

Launch Firefox Instead Of Internet Explorer When Debugging(codebetter.com)

submitted by rsrobbinsrsrobbins(490) 3 years, 10 months ago

This article tells you how to launch Firefox instead of Intenet Explorer when running an ASP.NET web application in debug mode. This is something I needed to troubleshoot a project that presented a problem only in Firefox. read more...

add a comment |category: |Views: 228

tags: another

Introduction to LinqPad(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 10 months ago

Short screencasts that will on the Introduction to LinqPad In this episode we will learn how to use the LinqPad expression evaluator. read more...

add a comment |category: |Views: 165

tags: another

Exploring ShadeTree Features, Part 1: Static Reflection with Reflectio(lostechies.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 10 months ago

Some beautiful code. read more...

add a comment |category: |Views: 184

tags: another

This page goes in a loop(dotnetkicks.com)

submitted by TestAccountTestAccount(10) 3 years, 11 months ago

looop read more...

1 comment |category: |Views: 15

tags: another

LINQ & Lambda, Part 3: Html Agility Pack to "LINQ to XML" Converter(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 4 years ago

In this part of the LINQ & Lambda series a pseudo LINQ to HTML parser is created with the HTML Agility Pack and extension method magic. read more...

add a comment |category: |Views: 331

tags: another

LINQ & Lambda(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 4 years ago

An innocent, unbeknownst programmer is possessed by the demons of C# 3. How is this young coder going to deal with his exposure to some dark and evil forces? read more...

add a comment |category: |Views: 21

tags: another

Dependency Injection in WCF Services Part 2 (javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 4 years ago

In this second post of this series, Javi explains with an example how to apply Dependency Injection pattern in a WCF service using Castle and its WCF facility. read more...

add a comment |category: |Views: 86

tags: another

Dependency Injection in WCF Services(javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 4 years ago

Javi explains the problems you may run into when applying Dependency Injection in your distributed service layer and some of the available solutions to get them around, mainly focusing WCF services. read more...

add a comment |category: |Views: 129

tags: another

Code Based Repeater for ASP.NET MVC(haacked.com)

submitted by alleyalley(2840) 4 years ago

A foreach loop doesn’t help you handle alternating items, for example. My response to this story is, “The foreach loop is not our repeater control. Our repeater control is an iterating extension method with lambdas!”. Because who doesn’t love lambdas? read more...

2 comments |category: |Views: 272

tags: another

4 ASP.NET AJAX JavaScript UI methods you should learn(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 4 months ago

A closer look at some of the ASP.NET AJAX client side framework's less utilized UI functionality. Examples include CSS manipulation, measuring the size of a rendered element, and finding/changing the location of an element. read more...

1 comment |category: |Views: 12

tags: another

Completely free PDF .NET library written in C#(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

Want to add PDF support to your .NET project. Try this. Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense. read more...

5 comments |category: |Views: 7495

tags: another

Extending the string object in c#(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

Four methods to extend your string, ToCamel(), Capitalize(), CapitalizeAll() and ToPascal(). read more...

add a comment |category: |Views: 310

tags: another

A command line interface base class(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 4 years, 4 months ago

A simple base class so you don't have to write any more command line processing loops. read more...

1 comment |category: |Views: 10

tags: another

A more useful UrlBuilder class(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 4 years, 4 months ago

A useful class for building URLs in the pre-MVC days. It derives from System.Net.UriBuilder and makes adding query string parameters a breeze. read more...

add a comment |category: |Views: 95

tags: another

DataContractJsonSerializer in .NET 3.5(west-wind.com)

submitted by rimsystemsrimsystems(6119) 4 years, 4 months ago

.NET 3.5 now includes a JSON serializer in DataContractJsonSerializer. This useful little component makes it pretty painless to create JSON from objects and back. read more...

add a comment |category: |Views: 23

tags: another