Directory
Technology
Blog Details for "Useful web sites and some usefull information"
Useful web sites and some usefull informationUseful web sites and some usefull informationaddons,blog,ebooks,keyboard shortcuts,map,messanger,mobile, Articles
Listen to Hyderabad Radio on web
2008-04-27 18:12:00 RadioCity 91.1 FM - Live from Hyderabad RadioMirchi 98.3 FM - Live from Hyderabad Rainbow 101.9 FM - Live from Hyderabad S FM 93.5 - Live from Hyderabad Check out here Radio More About: Radio , Listen
differences between EXECUTE() and SP_EXECUTESQL()
2008-04-26 11:57:00 EXECUTE sp_executesql N'SELECT * FROM AdventureWorks.HumanResources.Employee WHERE ManagerID = @level', N'@level tinyint', @level = 109,@MessageIn Output; 1. EXECUTE() :: If we write a query which takes a parameter lets say "EmpID". When we run the query with "EmpID" as 1 and 2 it would be creating two different cache entry More About: Differences
Tree view of hierarchy using the cte
2008-04-19 08:01:00 One of the uses of Common type expression WITH Hierarchy(EmployeeId,Employeename,Parenti d,Hlevel) AS (SELECT EmployeeId, Employeename, Parentid, 0 AS Hlevel FROM OrgEntitiesMaster WHERE Parentid = 0 UNION ALL SELECT H.EmployeeId, H.Employeename, H.Parentid, Hlevel + 1 FROM More About: View , Tree
Dpack Visual Studio Addon
2008-04-09 19:51:00 DPack is a FREE collection of Microsoft Visual Studio 2005 and 2008 tools. DPack is designed to greatly increase developer's productivity, automate repetitive processes and expand upon some of Microsoft Visual Studio features. Features: Code Browser File Browser Solution Browser Framework Browser Numbered Bookmarks Surround With Code Navigation Solution
The Semantics of override
2008-04-07 09:46:00 Declaring a method as "sealed" means that you ARE NOT ALLOWED to override that method. It is enforced by the compiler. Calling a method of a derived class through its base class is polymorphism, . The new keyword creates a method that will not be callable through a method of the base class(es). So, the purpose of the sealed keyword? It prevents inheriting classes to override the method. And let
Do Your Best Today
2008-04-06 18:56:00 Friends, I would like to share with you a great message given by my teacher fromKalidasa's Shakuntalam 2000 years ago. Look to this day! For it is life, the very life of life. In its brief course Lie all the verities and realities of your existence; The bliss of growth The glory of actionSplendor of achievement, For yesterday is but a dream And tomorrow is only a vision, But today well lived, More About: Today
Inspiring Quotes
2008-04-05 09:48:00 Inspiring Quotes 1) If a drop of water falls in lake there is no identity. But if it falls on a leaf of lotus it shine like a pearl. so choose the best place where you would shine.. 2) Never expect things to happen..struggle and make them happen. never expect yourself to be given a good value..create a value of your own 3) Falling down is not defeat...defeat is when your refuse to get up...
Think Simple to Solve Complex Problems.
2008-04-02 11:01:00 Think Simple to Solve Complex Problems . 1. When NASA began launching astronauts into space, they found out that the astronauts' pens wouldn't work at zero gravity (ink wouldn't flow down to the writing surface). It took them one decade and $12 million to solve this problem. They developed a pen that worked at zero gravity, upside down, underwater, on practically any surface including
DotNet-Good programming practices
2008-03-29 04:39:00 <!-- document.write(''); --> Read this doc on Scribd: DotNet-Good programming practices <!-- var scribd_doc = new scribd.Document(510573, 'i3j06dha09syk'); scribd_doc.write('embedded_flash_510573_1 8ashs');--> More About: Programming
DOT NET in Samples
2008-03-29 04:37:00 <!-- document.write(''); --> Read this doc on Scribd: DOTNETinSamples <!-- var scribd_doc = new scribd.Document(196716, 'cr9ahpytht054'); scribd_doc.write('embedded_flash_196716_q keey');-->
DotNet faq
2008-03-29 04:34:00 <!-- document.write(''); --> Read this doc on Scribd: DotNet faq <!-- var scribd_doc = new scribd.Document(510567, 'hzxwgvv6qea3k'); scribd_doc.write('embedded_flash_510567_m nrpr');-->
aspdotNET IQ
2008-03-29 04:31:00 <!-- document.write(''); --> Read this doc on Scribd: aspdotNET IQ <!-- var scribd_doc = new scribd.Document(522756, 'jf1114pw66gxa'); scribd_doc.write('embedded_flash_522756_e rac2');-->
SQL Common Interview Questions
2008-03-29 04:23:00 <!-- document.write(''); --> Read this doc on Scribd: SQL FAQ <!-- var scribd_doc = new scribd.Document(522762, 'bshwx02vqbylu'); scribd_doc.write('embedded_flash_522762_3 fo1e');--> More About: Questions , Interview , Common
DotNet SQL Interview Questions
2008-03-29 04:17:00 <!-- document.write(''); --> Read this doc on Scribd: DotNet SQL Interview Questions 007 <!-- var scribd_doc = new scribd.Document(531989, 'key-23eti9e3190kdw5qbfpb'); scribd_doc.write('embedded_flash_531989_f yf5w');-->
Access Modifiers in C#
2008-03-10 17:07:00 Class Modifiers The class is one of the two basic encapsulation constructs in C# (the other being the struct). Every executable statement must be placed inside a class or struct. Classes define reference types that are the basic building blocks of C# programs, and they are the architectural blueprint for the "objects" in OOP. A class can be... More About: Access
Executing client report from web application
2008-03-10 09:22:00 protected void Page_Load(object sender, EventArgs e) { DataSet1TableAdapters.authorsTableAdapter ds = new DataSet1TableAdapters.authorsTableAdapter (); ds.ClearBeforeFill = true; DataSet1.authorsDataTable dt=new DataSet1.authorsDataTable(); ds.Fill(dt, "ca"); Report Viewer1.LocalReport.ReportPath = Server.MapPath("Pubs.rdlc"); ReportViewer1. More About: Application , Web Application , Client
SSIS Issue with Excel source
2008-02-26 14:06:00 I've been doing a bit of SSIS (the data transformation technology formally know as DTS), and came across a nasty issue with using an Excel source to import data. The problem may not actually lay with SSIS - the Excel Source in SSIS uses Jet under the hood, and the problem could rest entirely with Jet. The problem occurs where you have a sparsely populated column - SSIS/Jet will only sample a More About: Issue
MouseLight - spotlight around your cursor And ScreenLink - draw on screen
2008-02-22 19:10:00 Overview: Sometimes it's difficult to tell an audience to look at a particular area of the screen. Whether its for a product demo, presentation, screencast or a lecture, this problem still exists. MouseLight tries to eliminate this problem. MouseLight puts a "spotlight" around your cursor and dims the surrounding area which enables your audience to effortlessly follow your path of movement on the More About: Screen , Cursor , Spotlight , Draw
Multi Skype Messanger
2008-02-22 17:43:00 Run multiple Skype accounts If you have Windows XP Pro, you can create and run more than one copy of Skype on your computer. This lets you switch between accounts, or even chat to yourself. To do this you will need at least one other Windows account Follow the step's mentioned below 1 Go to Start, Control Panel, User Accounts. Load Skype as normal. 2.Then right-click the Skype shortcut holding More About: Multi
Multi Google talk Messanger
2008-02-22 17:06:00 Follow the Step's below 1.Righclick on the Google talk shorcut on the desktop. 2.Replace the text in target textbox with “c:program filesgooglegoogle talkgoogletalk.exe” /nomutex 3.Click Ok More About: Google Talk , Multi , Talk
Debugging Stored Procedures in Visual Studio 2005
2008-02-21 14:13:00 Follow the step's mentioned below 1.The first thing you want to do is add a data connection in the Visual Studio 2005 Servers windows. Right click on "Data Connections" and click on "Add New Connection": 2.Enter the required connection info in the "Add Connection" dialog and click "Test Connection" to test the connection. If that succeeds, click OK: 3.After you add the data connection you More About: Debugging , Visual Studio 2005
Debugging of Javascript in Visual studio
2008-02-21 12:43:00 A) Open Internet Explorer, Tools menu -> Internet Option Dialog box. - Click on Advance Tab. - Clear the checkbox: Disable Script Debugging (Internet Explorer) - Clear the checkbox: Disable Script Debugging(Other) B) Use the keyword debugger in your script as breakpoint from where you want to start debugging. More About: Visual Studio , Visual , Javascript , Studio
XML documentation file for comments
2008-02-21 08:27:00 For the spelling mistake I have downloaded a Visual Studio free add-in.Download Steps to install this add in. Spell checker now supports text verification in: HTML style comments <-- HTML --> ASP.NET server side comments: <%-- ASP.NET --%> Java Script, C# and C++ comments: // C++ style comments CSS and C style comments: /* C style comments */ VB and VBScript style comments: 'This More About: File , Comments , Documentation
sql server addons Free tools
2008-02-12 11:59:00 SSMS Tools Pack - an add-in with lots of IDE options (Query Execution history, regions, debug sections, CRUD stored procedures creation, new query templates, running custom scripts from Object explorer's context menu) for SQL Server Management Studio and SQL Server Management. Data Scripter - generates insert statements for a table SQLDBSearch V2.0.0 (Free ware) - With SQL Query
Database Design principals & Normalization
2008-02-12 10:34:00 Sample script to learn about database design principals. 1.Normalization concepts 2.creating database. Normalization Database Normalization queries More About: Design |



