Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
CQL (Code Query Language) - SQL for Programming Languages?!
mohammadi
follow
0
10-5-2007 5:38 AM
628 views
tags:
cql
,
sql
,
.net
,
interesting
,
programming
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Today's Top Clips
Have you ever wondered what hope looks like? Meet Celeste Fleck
Most Unusual Relationships
In Pictures: Private Owner Parts with His Pet Lion
Kansas: Man Somehow Lifts Car Off 6-Year-Old Girl
Mega Shrooms!
Meet Japan's First Western Geisha
Cats Meow - for people only
Ever wondered what sex does to a mans brain? Wonder no more!
Hopenchangen: Shrieking socialists, chicken littles wrapping up a complete waste of time
The Entire Known Universe in 6 minutes
visit the
Top Clips page
View the Top Clips from
October 5, 2007
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/5fe255df-5152-4b8b-bdff-df61520d1136/67963F6E-9BE5-484B-8949-5E538FE583B8/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.ndepend.com/CQL.htm" href="http://www.ndepend.com/CQL.htm" style="font-size: 11px;">www.ndepend.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ndepend.com/CQL.htm">CQL</blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ndepend.com/CQL.htm">a language</blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ndepend.com/CQL.htm">which allows writing queries on the code structure of</blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ndepend.com/CQL.htm">any.NET application, independently of the .NET language used (C#, VB.NET, C++/CLI …)</blockquote><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content8.clipmarks.com/images/clip-icon.gif" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.ndepend.com/Features.aspx" href="http://www.ndepend.com/Features.aspx" style="font-size: 11px;">www.ndepend.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ndepend.com/Features.aspx"><li style="margin-left:16px;padding-left: 0px;"> Which methods have been modified since the last release? <BR /><DIV> <SPAN>SELECT</SPAN><SPAN> </SPAN><SPAN>METHODS</SPAN><SPAN> </SPAN><SPAN>WHERE</SPAN><SPAN> </SPAN><SPAN class="SpellE"><SPAN>CodeWasChanged</SPAN></SPAN><SPAN><O:P _moz-userdefined=""></O:P></SPAN> </DIV> </LI></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ndepend.com/Features.aspx"><li style="margin-left:16px;padding-left: 0px;"> Which classes implement a particular interface? <BR /><DIV> <SPAN>SELECT</SPAN><SPAN> </SPAN><SPAN>TYPES</SPAN><SPAN> </SPAN><SPAN>WHERE</SPAN><SPAN> </SPAN><SPAN>IsClass </SPAN><SPAN>AND </SPAN><SPAN>Implements </SPAN><SPAN>"<SPAN class="SpellE">System.IDisposable</SPAN>"</SPAN><SPAN> </SPAN><SPAN><O:P _moz-userdefined=""></O:P></SPAN> </DIV> </LI></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ndepend.com/Features.aspx"><li style="margin-left:16px;padding-left: 0px;"> Which methods create objects of a particular class? <BR /><DIV> <SPAN>SELECT</SPAN><SPAN> </SPAN><SPAN>METHODS</SPAN><SPAN> </SPAN><SPAN>WHERE</SPAN><SPAN> </SPAN><SPAN class="SpellE"><SPAN>CreateA</SPAN></SPAN><SPAN> </SPAN><SPAN>"<SPAN class="SpellE">MyNamespace.MyClass</SPAN>"</SPAN> </DIV> </LI></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ndepend.com/Features.aspx"><li style="margin-left:16px;padding-left: 0px;"> Which methods assign a particular field? <BR /><DIV> <SPAN>SELECT</SPAN><SPAN> </SPAN><SPAN>METHODS</SPAN><SPAN> </SPAN><SPAN>WHERE</SPAN><SPAN> </SPAN><SPAN class="SpellE"><SPAN>IsDirectlyWriting</SPAN></SPAN><SPAN> </SPAN><SPAN>"<SPAN class="SpellE">MyNamespace.MyClass.m_Field</SPAN>"</SPAN> </DIV> </LI></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.ndepend.com/Features.aspx"><li style="margin-left:16px;padding-left: 0px;"> What are the 10 most complex methods? <SPAN>SELECT</SPAN><SPAN> </SPAN><SPAN>TOP </SPAN><B><SPAN>10</SPAN></B><SPAN> </SPAN><SPAN>METHODS</SPAN><SPAN> </SPAN><SPAN>ORDER BY</SPAN><SPAN> </SPAN><SPAN class="SpellE"><SPAN>CyclomaticComplexity</SPAN></SPAN> </LI></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/67963F6E-9BE5-484B-8949-5E538FE583B8/blog/" title="blog or email this clip"><img src="http://content6.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
New from the makers of Clipmarks:
Amplify.com - Don't just share the news...Amplify it!
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Copyright
Privacy
EULA
OK