DotNetGuts

Stories kicked by DotNetGuts

Silverlight Based Search Engine(dotnetguts.blogspot.com)

submitted by vermdivyavermdivya(365) 4 years, 9 months ago

New Stunning Silverlight Based Search Engine read more...

2 comments |category: |Views: 10

tags: another

The Yield Statement in C#(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 9 months ago

The yield statement is another often overlooked keyword that was introduced in .NET 2.0. It is used to return items from a loop within a method and retain the state of the method through multiple calls. read more...

2 comments |category: |Views: 125

tags: another

Coding4Fun Developer Kit(codeplex.com)

submitted by rprouserprouse(1175) 4 years, 9 months ago

A collection of tools which have been developed to abstract the complexity of doing software development using common Windows Vista APIs. The kit features include drag ‘n drop controls and components, SmartTags, Visual Basic and Visual C# source code for all tools and samples as well as complete QuickStarts and APIs documentation. read more...

add a comment |category: |Views: 10

tags: another

SQL Optimization Tips(dotnetguts.blogspot.com)

submitted by vermdivyavermdivya(365) 4 years, 9 months ago

Tips and Tricks which should be used while dealing with SQL read more...

add a comment |category: |Views: 19

tags: another

Three Easy Refactorings to Improve the Readability of Your Code(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 9 months ago

Here are three simple and quick ways to instantly improve the readability and overall quality of your code. read more...

add a comment |category: |Views: 6

tags: another

Adding HTML Code to Blog Post(dailylifeneeds.blogspot.com)

submitted by vermdivyavermdivya(365) 5 years ago

If you are stuck for * How to add HTML code to your blogpost * Adding HTML Code to blogpost * Coding inside blog post. Than follow following steps read more...

add a comment |category: |Views: 1

tags: another

Code for Adding Social Bookmarking at end of each Post(dailylifeneeds.blogspot.com)

submitted by vermdivyavermdivya(365) 5 years ago

If you got stuck for following, than below given code will help you out. * Adding Social Bookmarking at end of each post. * Adding Popular Bookmark such as Google, Technorati, Reddit, Spurl, Digg, Yahoo * Code for adding bookmarks at bottom of each post * Add Post to Del.icio.us or Furl * Adding Online Bookmarking at end of each post in new blogger read more...

1 comment |category: |Views: 5

tags: another

Add paging to a repeater(aspnetlibrary.com)

submitted by ca8msmca8msm(429) 5 years ago

An example of how we can add paging to a repeater control by using a PagedDataSource. read more...

add a comment |category: |Views: 59

tags: another

Parameter passing in C#(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 5 years, 1 month ago

A very visual post describing value types, reference types, immutable reference types, value types passed by value, reference types passed by value, value types passed by reference, and reference types passed by reference in C#. read more...

add a comment |category: |Views: 23

tags: another