nhontq

Stories kicked by nhontq

SQL Find last week date range(objectreference.net)

submitted by Vort3XVort3X(1335) 3 years, 6 months ago

The other day we needed to write a report on online sales for the last week. SQL doesn’t offer developers many predefined functions to work with date ranges unlike the C# programming language. Here is a little example how to query SQL for some data between the dates for the last week. read more...

add a comment |category: |Views: 445

tags: another

WPF ICollectionViewExplained(marlongrech.wordpress.com)

submitted by marlongrechmarlongrech(1000) 3 years, 6 months ago

Tips and tricks on ICollectionView for WPF Apps and how it can be used in M-V-VM read more...

add a comment |category: |Views: 207

tags: another

Configure log4net for Excel or LogParser friendly output(stupiddumbguy.blogspot.com)

submitted by bbcookbbcook(335) 3 years, 6 months ago

log4net is a great logging framework, but parsing the output using standard tools can be difficult. This handy article shows you a few tweaks you can make to your configuration so that your output can be read by most tools. read more...

add a comment |category: |Views: 668

tags: another

ASP.NET Connection Session Slides and Samples Posted(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 6 months ago

I've published my session slides and samples from the Fall 2008 ASP.NET Connections conference. The sessions include: jQuery and ASP.NET, WCF REST and JSON with ASP.NET and Dealing with Long Running Requests in ASP.NET. read more...

add a comment |category: |Views: 245

tags: another

Microsoft kills Linq to SQL(ayende.com)

submitted by JonSagaraJonSagara(310) 3 years, 6 months ago

Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. read more...

5 comments |category: |Views: 1388

tags: another