Sreenivas Mogullapalli

Microsoft Technologies Geek
posts - 44, comments - 56, trackbacks - 6

My Links

News



Tag Cloud

Archives

Post Categories

.NET Framework

SQL Server

Bookmark

book mark for my future reference
some helpful stuff for identifying which need optimization in sql server
-- Query to identify the missing indexes in t-sql of sql server -- from the dynamic views BEGIN -- Do not lock anything, and do not get held up by any locks. SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED SELECT TOP 20 st.text AS [SQL] , cp.cacheobjtype , cp.objtype , DB_NAME(st.dbid)AS [DatabaseName] , cp.usecounts AS [Plan usage] , qp.query_plan FROM sys.dm_exec_cached_plans cp CROSS APPLY sys.dm_exec_sql_text(cp.pla... st CROSS APPLY sys.dm_exec_query_plan(cp.p... qp WHERE CAST(qp.query_plan...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, July 08, 2009 6:41 AM | Feedback (1) | Filed Under [ Bookmark ]

An Introduction to JavaScript Object Notation (JSON) in JavaScript and .NET
A good article on JSON in MSDN site http://msdn2.microsoft.com/
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, April 06, 2007 11:59 AM | Feedback (0) | Filed Under [ Bookmark ]

VB.Net/C# Coding Guidelines
submain.com is offering free download of their VB.Net / C# coding guidelines, a 100+ page ebook. More info at http://submain.com/blog/Fre
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, December 20, 2006 3:35 PM | Feedback (0) | Filed Under [ Bookmark ]

eBook: C# School Ebook
This is available on www.programmersheaven.com site. This book is free and available online. Chapters Introduction C# Language Fundamentals Classes and Objects Inheritance & Polymorphism Structures, Enumeration, Garbage Collection & Nested Classes Abstract Classes & Interfaces Arrays, Collections & String Manipulation Exception Handling Delegates & Events WinForms & Windows Applications More Windows Controls & Standard Dialog Boxes Data Access using ADO.Net Multithreading...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, December 12, 2006 2:23 PM | Feedback (2) | Filed Under [ Bookmark ]

eBook: .NET Book Zero
.NET Book Zero: What the C or C++ Programmer Needs to Know about C# and the .NET Framework This is available at Charles Petzold web site. You can download it here
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, December 12, 2006 2:18 PM | Feedback (0) | Filed Under [ Bookmark ]

Rules to better software ....
ScottGu pointed this in his blog and i found this nice. You can read all here. I wanted to log here in my blog so that i will never forget the url. :)
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, July 28, 2006 4:39 PM | Feedback (0) | Filed Under [ Bookmark ]

C# & VB.Net Syntax Comparison
A nice compilation of syntax comparison of two languages (C# and VB.NET) is provided at http://www.harding.edu/USER... (Information via dotnetjunkies blog)
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, June 15, 2006 7:40 AM | Feedback (0) | Filed Under [ Bookmark ]

Powered by: