Blog Stats
- 468,349 hits
Twitter Updates
- RT @fpweb: Trouble finding Active Directory for Windows Server 2012? Want to add new users? step by step tutorial: hub.am/13PWH0s 11 hours ago
- RT @tarjeieo: I successfully downloaded language packs via direct links here: blog.blksthl.com/2013/04/16/sha… #SharePoint 11 hours ago
- RT @DavidLozzi: #SharePoint 2013 - #JavaScript & #jQuery big booboo to watch out for. ow.ly/lmbve via @sahilmalik 12 hours ago
- RT @kaevans: User profiles in #SharePoint are important when using apps. See blogs.msdn.com/b/kaevans/arch… for configuring sync for claims users. 16 hours ago
- RT @DougHemminger: The #SharePoint Product Team wants feedback on the cloud app model. I provided mine social.technet.microsoft.com/Forums/en-US/s… -> good stuff 21 hours ago
Categories
- Hyper-V (1)
- Office 365 (12)
- SP2010 Online (5)
- SP2013 Online (7)
- Planning (6)
- SharePoint 2007 (30)
- SP2007 & SSRS (3)
- SP2007 Admin (17)
- SP2007 DEV (9)
- SP2007 General (1)
- SharePoint 2010 (98)
- SP2010 & InfoPath (7)
- SP2010 & SSRS (6)
- SP2010 Admin (26)
- SP2010 Architecture (10)
- SP2010 DEV (39)
- SP2010 Code Snippets (9)
- SP2010 DEV General (23)
- SP2010 Dev PowerShell (7)
- SP2010 General (16)
- SPD 2010 (4)
- SharePoint 2013 (17)
- SP2013 Admin (4)
- SP2013 DEV (3)
- SP2013 General (10)
- Speaking (7)
- SQL Server (10)
- SSRS 2005 (2)
- SSRS 2008 (7)
- SSRS 2008 R2 (4)
- Uncategorized (11)
- VM Scripts (5)
Monthly Archives: April 2009
ASP.NET 3.5 – How to send an email using exchange server from the ASP.NET Application?
The .NET Framework 1.x had a System.Web.Mail class to send an email from the ASP.NET framework. While this namespace and these classes still exist in the .NET Framework version 2.0 and later, they have been deprecated and replaced by the … Continue reading
Posted in Uncategorized
Leave a comment
SQL Server 2005 – Add a uniqueidentifier column in exisiting table and populate column with unique GUIDs
Many DBAs prefer to have “uniqueidentifier” as a table identifier in their data model design over “identity” column. That way DBAs can easily import-export SQL Server tables and data from one database to other database without worrying about uniqueness of … Continue reading
Posted in SQL Server
Leave a comment
ASP.NET 3.5 – How to access web.config AppSettings and ConnectionStrings from the code.
Please note that this article applies to the ASP.NET 2.0 framework and later. With the ASP.NET 2.0 configuration API, there is a new way to retrieve AppSettings and ConnectionString sections from web.config in the ASP.NET applications. New ConfigurationManager class allows … Continue reading
Posted in Uncategorized
Leave a comment
Visual Studio Tip – How to Clear Recent Projects in Visual Studio 2005 or Visual Studio 2008
I have been in the situations where I end up having lots of unwanted project items in the “Recent Projects” pan in Visual Studio startup page. If you ever wanted to clear the list, read further and follow following steps. … Continue reading
Posted in Uncategorized
Leave a comment
