UruIT Blog
A nearshore dev team passionate about agile, web and mobile
-
Access denied when attempting to restore database backup
I have run a cuple of times in the past with an access denied error when attempting to restore an SQL Server 2005 / 2008 database backup. As I always forget the solution, I figured out it is time to post it here in case it happens again.
-
Extending ASP.NET Webparts: Cross-browser Drag and Drop functionality using JQuery
One of the most interesting features in ASP.NET are WebParts. But one of the issues right now is the cross browser compatibility.
-
Interoperability between MFC/WIN32 and WPF
C++/CLI extends C++ allowing the usage of .NET managed code and offer a new and more transparent way to interop managed and native worlds.
-
Validating Stored Procedures using SQL Server 2008 policies and C#
Microsoft SQL Server 2008 incorporates a new feature named Policy Based Management, allowing the administration of SQL 2008-based policies. DBAs can control many different aspects of SQL Server and automate several time-consuming tasks.
-
How to set up a VPN with ISA Server 2006 and NPS in Windows 2008 Server – Step by Step
We all know the advantages of having a Virtual Private Network in a company. This implies that consultants can connect to the internal network and even to their own desktop machines while they are working at client offices (even in another country). ISA Server makes this task pretty simple.
-
How to avoid copying a blank line in Visual Studio
Many times I find myself copying some piece of code, then positioning in a blank line where I want to paste it, and then mistakenly pressing Ctrl+C again instead of Ctrl+V. This copies a blank line to the clipboard overwriting what I had originally copied, so when I finally manage to paste it, it is not what I wanted.
It was a great surprise to discover that this behavior is configurable in Visual Studio:
Just go to Tools/Options/Text Editor/All Languages, and uncheck the box where it says “Apply Cut or Copy commands to blank lines when there is no selection”. -
Writing custom rules for TFS 2008 Code Analysis check-in policy
Recently I was involved in a project for a bank which has a software factory that manages hundreds of applications, developed internally or by third-parties. One of the things they needed was to enforce that every code that's checked-in to the repository followed the bank's guidelines, which involve coding standards, best practices, etc.
-
Boost Productivity Using DynamicData - how to add to an existing asp.net application
It is hard for a customer to trust a software development company located in the other side of the globe (even when it is a nearshore one like our company), so some customers request some proof of concept before investing in a long term and expensive project.
-
How to configure Project Server 2007 for Timesheets Management – A Complete Guide!
Our main service is providing nearshore outsourcing to customers around the globe. It is very important for us to track effort spent as much detailed as possible, and report it to our customers, usually on a weekly basis.
-
Dealing with SharePoint 2003 API and ASP.NET …
If you have worked with SharePoint 2003 Webservices, then you probably had to deal with some security, permissions or impersonation issues. Some of these issues can arise if you don’t think in a solid architecture from scratch.