இடுகைகள்

Microsoft Certifications Road Map

படம்
Microsoft Certifications Road Map You can also find it in the below path Microsoft Certifications Road Map

New features of Visual Studio 2015

1. PerfTips 2. Edit and Continue for x64 based systems 3. Lambda Expression Evaluation in the Watch and Immediate Window 4. Diagnostic Tools Window 5. Live Visual Tree and Live Property Explorer 6. Diagnostic Tools Hub (Performance and Diagnostics Hub)

Advantages of the Model First, Database First and Code First approaches - Entity Framework

Model First: Good support with EDMX designer We can visually create the database model EF generates the Code and database script Extensible through partial classes We can modify the model and update the generated database. Database First: An existing database can be used Code can be auto-generated. Extensible using partial classes/ T4 templates The developer can update the database manually There is a very good designer, which sync with the underlining database Code First: There is full control of the model from the Code; no EDMX/designer No manual intervention to DB is required The database is used for data only

The business and technical benefits of migrating an RDBMS database to SQL on Hadoop

Scale  - More data will push the boundaries of the current RDBMS capabilities. You need to dynamically scale nodes and clusters on-demand. Speed - In memory processing, storage and caching to provide optimal flexibility and performance. Sophistication - Advanced analytical capabilities working closer to the data. Cost  - Licenses still are expensive for commercial databases. Schema on Road - ETL becomes an option not necessary. Wider variety of data at a much larger scale(semi structure).

Open a contact screen as popup in MS CRM

Code (Javascript &Html) <html><head> <meta charset="utf-8"> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <script src="https://code.jquery.com/ui/1.10.4/ -ui.js"></script> <script src="ClientGlobalContext.js.aspx" type="text/javascript"></script> <link href="https://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" rel="stylesheet"> </head><body style="border: 1px solid black; -ms-zoom: 1;"> <script type="text/javascript"> function Init ()  { if (window.addEventListener)  {  // all browsers except IE before version 9 window.addEventListener ("message", OnMessage, false); } else  { if (window.attachEvent)  {   // IE before version 9 window.attachEvent("onmessage", OnMessage); } } } function OnMessage (event)  {        var me

Wow.. Started posting on my blog