Sanrez

Stories kicked by Sanrez

Using Data with ASP.Net - 10 of my 'Best Practices'(developerdotstar.com)

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

Some good rules to live by when using ADO.NET. Some are obvious, but it's always good to have a reminder read more...

add a comment |category: |Views: 7

tags: another

MSDN library now free on Microsoft.com(blog.lotas-smartman.net)

submitted by tiernanotiernano(1674) 5 years, 10 months ago

need i say more?! Gentelmen: Start your downloaders! read more...

add a comment |category: |Views: 5

tags: another

SSW Rules to Better .NET Projects(ssw.com.au)

submitted by marcosmarcos(2779) 5 years, 10 months ago

A great set of rules with isues that you must keep in mind if you want to succed with .NET. Perfect to share it with all members of your team. read more...

add a comment |category: |Views: 21

tags: another

Cloud Control for ASP.NET(codeproject.com)

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

Web sites such as del.icio.us, Technorati and Flickr, which allow tagging of their content, depict the popularity of tags using a tag cloud. The popular items have larger font sizes. This concept can be applied to any list of items where each item has an associated weight. For example, a list of products can be displayed in a cloud weighed by the cost of a product. Using the ASP.NET server control presented in this article, you can display your own domain specific items as a cloud. read more...

add a comment |category: |Views: 592

tags: another

Mock Objects are your Friend(codebetter.com)

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

"One of a Test Driven Developer's best allies is the mock object. Mocks or stubs have always been one of the best tools to create smaller unit tests by providing a boundary condition of known behavior. What might not be as obvious is the usage of mock objects as a design tool and a mechanism to maintain that all important productive Flow." read more...

add a comment |category: |Views: 13

tags: another

DotNetKicks v2.0 is live(weblogs.asp.net)

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

DotNetKicks.com v2.0 and SharePointKicks.com v2.0 have been released. The major new feature is tagging, you now have the ability tag stories with your own tags. The UI has also been improved to make better use of space. Hope you like. read more...

add a comment |category: |Views: 4

tags: another

Why Store Your Data In A Relational Database?(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 10 months ago

Covers why normalized relational databases are a good platform agnostic choice for storing data. read more...

add a comment |category: |Views: 2

tags: another

Using Subversion from PowerShell(hanselman.com)

submitted by shanselmanshanselman(110) 5 years, 10 months ago

Using Subversion from PowerShell read more...

add a comment |category: |Views: 885

tags: another

Microsoft Expression Graphic Designer Tutorials(bildsajten.com)

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

Some Expression Graphic Designer Tutorials read more...

1 comment |category: |Views: 13

tags: another

Internet Explorer 7.0 beta 3 download(markharrison.co.uk)

submitted by markharrisonmarkharrison(735) 5 years, 10 months ago

Microsoft have released what should be the final beta version of IE 7. read more...

1 comment |category: |Views: 5

tags: another

FileHelpers 1.5.0 Released - Flat File Handling(filehelpers.sourceforge.net)

submitted by patriciaazpatriciaaz(95) 5 years, 11 months ago

The FileHelpers are an easy to use .NET library written in C#. Is designed to read/write data from flat files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Access, SqlServer) read more...

1 comment |category: |Views: 23

tags: another

DotNetKicks Flare for FeedBurner and DasBlog(hanselman.com)

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

Scott Hanselman kindly added a 'kick it' flare to his blog. In this post, he outlines how to configure FeedBurner and DasBlog to use the flare. read more...

add a comment |category: |Views: 4

tags: another

Creating an Album List with Ajax and C#(scratchprojects.com)

submitted by scratchProjectsscratchProjects(70) 5 years, 11 months ago

This article describes how to use Ajax and .NET via the AJAX.NET Pro Library. This functionality is part of a much larger on-line music app being constructed, but demonstrates how to get a list of Albums by an Artist's name. The UI is simple a TextBox to enter an Artists’ Name and a Table to display the Albums. read more...

1 comment |category: |Views: 15

tags: another

15 Great ASP.NET 2.0 Data Tutorials Published(weblogs.asp.net)

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

The data series begins by creating a DAL using the built-in data TableAdapter designer in Visual Web Developer Express and Visual Studio. All of the samples then use the ASP.NET 2.0 ObjectDataSource control to bind against the business class layer, and show how to perform common binding operations against it. Note that if you want you can easily substitute the table adapter DAL for your own DAL implementation with the business class layer -- all of the 39 other data tutorials will then work against it the same way. read more...

add a comment |category: |Views: 13

tags: another

Hanselminutes Podcast 21(hanselman.com)

submitted by RobChappelRobChappel(2720) 5 years, 11 months ago

Scott hits the floor at TechEd in Boston to talk to any gurus he can find there. read more...

1 comment |category: |Views: 0

tags: another

How much design before unit testing?(codebetter.com)

submitted by rjbellrjbell(100) 5 years, 11 months ago

How much design before unit testing, and how much design knowledge before TDD? read more...

add a comment |category: |Views: 3

tags: another