dayman

Stories kicked by dayman

Getting Started with Lucene.NET(jsprunger.com)

submitted by daymandayman(80) 1 year, 8 months ago

Have you ever built a search using a SQL LIKE statement, only to have your users complain about functionality? A simple SQL-based search doesn’t handle synonyms, misspellings, prefixes, suffixes, result rankings, weighting, and so on and so forth. Fret no longer, you can spend a little more time and build a “smart” search using Lucene and get all of these features as well as the ability to tweak the search as much as you like. read more...

add a comment |category: |Views: 420

tags: another

Search Engine Optimization 101(jsprunger.com)

submitted by daymandayman(80) 2 years, 3 months ago

One thing that any web developer worth their salt should know is the basics of search engine optimization (SEO). Much of SEO comes down to basic code-level best practices, and it isn’t terribly difficult to simply bake SEO into your development process when working on public facing web applications. read more...

add a comment |category: |Views: 11

tags: another

.NET CF Performance Best Practices(jsprunger.com)

submitted by daymandayman(80) 2 years, 3 months ago

The impact of performance is much more readily apparent in .NET Compact Framework applications. The mobile devices commonly have a CPU that is 10 times slower than your desktop CPU, and possibly up to 100 times less RAM than a desktop or server. In Agile or XP development, the mantra is often to ignore performance considerations until necessary – I don’t think you can apply that to .NET CF... read more...

add a comment |category: |Views: 34

tags: another

ASP.NET WebForms Best Practices(jsprunger.com)

submitted by daymandayman(80) 2 years, 5 months ago

Collection of useful ASP.NET best practices. read more...

add a comment |category: |Views: 36

tags: another

Windows Azure Storage Options Breakdown(jsprunger.com)

submitted by daymandayman(80) 2 years, 6 months ago

A breakdown and comparison of the various storage options available to developers using Windows Azure. read more...

add a comment |category: |Views: 8

tags: another