For a lot of teams, GIT is the first choice for maintaining the code. So it is for mine. But this post isn't limited to GIT and should work with SVN or TFS with little modifications, too.
Why is the Git flow important when using SCRUM?
Aren't those just two worlds, anyway?
Well. Kind of. But w...
Everyone knows spam. Everyone hates spam. And everyone who has his email-address written on the net (for example in the NIC-records for a domain) gets a lot of spam.
I am one of those guys who gets a lot of spam. Of course there are anti-spam solutions out there, but the best would be to not e...
[bs_notification type="warning"]Development stopped! Please read this before downloading FAD[/bs_notification]
[bs_notification type="info"]New Version available!This version is obsolete. I would strongly suggest to use the FAD2 instead. You can download it here: http://dotnet.work/fad2.[/bs...
I already offered a solution to empty a SharePoint list at light speed
But this solution hast two big disadvantages:
- You cannot empty a list that has more entries thatn the allowed list view threshold (default is 5000)
- All Lookups will be lost
This solution has non of those drawbacks. I...
SharePoint is damn slow when deleting lines from lists. Each entry can take up to some seconds which isn’t nice when you have to delete thousands of lines.
Also no Trunc-Methode is available.
Other solutions found on the net creating xml-files to bulk delete aren’t very fast either.
That’s why...