Entity Framework 4 - POCO Code Only
posted by lysp(5) 1 year, 10 months ago +2
This is not in English.
Reply
IIS Express
posted by lysp(5) 1 year, 10 months ago +1
Why not just link straight to scottgu's blog?
SQL Server: The one and only locale insensitive date format
posted by lysp(5) 4 years, 7 months ago 0
Wouldnt kick this one. The author is purely wrong. ISO date will never work as yyyy-dd-mm and i would treat that as a user-bug not an error with the system/database.
Graffiti 1.0 Released
posted by lysp(5) 4 years, 3 months ago 0
Should we be kicking a commercial product?
Yes there was a free version, but my understanding is the dnk is about development. If the product is written in .net i dont think that is enough of a reason to be shown on here. If it was giving away source as well as being a commercial product i dont have a problem with it. There should be some programming benefit to all the stories kicked.
A QueryString collection for JavaScript
posted by lysp(5) 3 years ago 0
var oQS = new Object(); window.location.search.replace( new RegExp( "([^?=&]+)(=([^&]*))?", "g" ), function( $0, $1, $2, $3 ) { oQS[ $1 ] = $3; } ); alert(oQS['id']); Even simpler method.
new RegExp( "( [^? (remove the space inbetween the brackets).
3rd time lucky: http://www.copypastecode.com/codes/view/5018
A Simple .NET Profanity Filter
posted by lysp(5) 2 years, 10 months ago 0
This kick is ****! ;)
How to create 3 tire application using LINQ
posted by lysp(5) 2 years, 8 months ago 0
Nice bio too. I have complite my PGDCA from SP University V.V.Nagar and MCP (Microsoft Certified Professional).With more then 2 years of exp. in the fild of Web Application.I have knowlage of .NET 3.5,LINQ,AJAX,Crystal Report etc.
Easy way to strip time part in sql date time
posted by lysp(5) 2 years, 7 months ago 0
or: SELECT DATEADD(dd, DATEDIFF(dd,0,getdate()), 0)
Specify a Condition while Editing TOP Rows using SSMS(SQL Server 2008)
You do this the same way you have done in previous sql management studio versions. Creating a view is a very bad solution as it alters the database to solve an editor issue. Here is the correct solution: * Click edit top x rows. Click the "view sql pane" button (the letters SQL in a white box) from the query designer toolbar that appears in edit mode. * Change the sql as needed. * Click the red exclaimation mark to re-query the dataset. * Edit as needed. * You can also click the 'view sql pane' a 2nd time to hide it and still keep the changed query. You can also hit the execute icon as many times as needed to refresh the data.
Remote Desktop using C#.Net
posted by lysp(5) 2 years, 6 months ago 0
This seems like someone rehashed the same code from an article in 2006. http://weblogs.asp.net/rosherove/archive/2006/09/09/How-to-create-your-own-Auto-Login-Remote-Desktop-Application.aspx Even uses the same variable names - eg. secured.
Tap into the Power of the Windows 7 Taskbar
posted by lysp(5) 2 years, 5 months ago 0
Can people link directly to the blog instead of posting a blog that adds nothing to the original article.
Why Upgrade to SQL Server 2008?
This blog offers no benefit at all. It is a 100% cut/paste from the microsoft site. Please don't vote it up.