Chaks' Corner

SharePoint and other stuffs

27. August 2008 13:08
by Chakkaradeep
0 Comments

Sorry my dear friend, but this 'dll is not trusted'

27. August 2008 13:08 by Chakkaradeep | 0 Comments

Today I downloaded RhinoMocks and referenced in my test project (Microsoft Visual Studio Testing Environment) and executed my unit tests. My tests failed with the same error (for all tests). Visual Studio was kind enough to find that the RhinoMocks.dll which I downloaded is not trusted and cannot b... [More]

16. August 2008 01:53
by Chakkaradeep
0 Comments

.NET CrossTabs

16. August 2008 01:53 by Chakkaradeep | 0 Comments

Recently I had the necessity to do cross-tab report with the SQL Server data. First thin that comes into everybody's mind is to use the PIVOT functionality in SQL Server. But, being a programmer, I am not that fluent in writing and managing complex queries. I was looking out for some .NET implementa... [More]