Microsoft And Google Collaborate On Angular 2 Framework, TypeScript Language
Posted by: abu | November 18, 2016 Comments Off on Microsoft And Google Collaborate On Angular 2 Framework, TypeScript Language |Satya Nadella’s Bold Plan To Future-Proof Microsoft: Embrace Apple iOS, Android And Now Linux
Posted by: abu | November 18, 2016 Comments Off on Satya Nadella’s Bold Plan To Future-Proof Microsoft: Embrace Apple iOS, Android And Now Linux |Microsoft announced SQL Server for Linux in March 2016
Posted by: abu | November 18, 2016 Comments Off on Microsoft announced SQL Server for Linux in March 2016 |Announcement: Satya Nadella email to employees on acquisition of LinkedIn
Posted by: abu | November 18, 2016 Comments Off on Announcement: Satya Nadella email to employees on acquisition of LinkedIn |ASP.NET – Single-Page Applications: Build Modern, Responsive Web Apps with ASP.NET
Posted by: abu | April 25, 2016 Comments Off on ASP.NET – Single-Page Applications: Build Modern, Responsive Web Apps with ASP.NET |https://msdn.microsoft.com/en-us/magazine/dn463786.aspx
http://www.w3schools.com/angular/angular_intro.asp
Download the Windows Developer Preview
What’s New in the .NET Framework 4.5 Developer Preview
http://msdn.microsoft.com/en-us/library/ms171868(v=VS.110).aspx
Download the NET Framework 4.5 Developer Preview
SharePoint 2010 Reference: Software Development Kit
Conceptual overviews, programming tasks, code samples, and references to guide for developing solutions based on SharePoint 2010 products and technologies.
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=12323
Installing and Using the SharePoint 2010 SDK Download
http://msdn.microsoft.com/en-us/library/ff847473.aspx
SharePoint Foundation 2010 SDK Documentation
http://msdn.microsoft.com/en-us/library/ee535067.aspx
SharePoint 2010: Professional Developer Evaluation Guide and Walkthroughs
Describes the SharePoint 2010 developer platform, including walkthroughs of some of the new capabilities for developers.
http://www.microsoft.com/download/en/details.aspx?id=7204
Developing Applications for SharePoint 2010
Provides technical information about key areas of SharePoint 2010 application development. It contains a written guide, reference implementations with source code and documentation, and a library of reusable source code components.
http://www.microsoft.com/download/en/details.aspx?id=23919
SharePoint 2010: Getting Started with Development on SharePoint 2010 Hands-on Labs in C# and Visual Basic
10 hands-on lab manuals for SharePoint 2010 to get started learning SharePoint 2010 development.
http://www.microsoft.com/download/en/details.aspx?id=17215
SharePoint 2010 Developer Training Kit
Provides developers with advanced guidance on how to develop for SharePoint.
http://www.microsoft.com/download/en/details.aspx?id=6184
Videos – Microsoft Office SharePoint Server
http://www.microsoft.com/events/series/sharepointserver.aspx?tab=videos
Webcast on-demand – Microsoft Office SharePoint Server
http://www.microsoft.com/events/series/sharepointserver.aspx?tab=webcasts
Virtual Lab – Microsoft Office SharePoint Server
http://www.microsoft.com/events/series/sharepointserver.aspx?tab=virtuallabs
Nice blog… which covers a lot…
JustDecompile is a free .NET Decompiler from Telerik.
Beta version is available from http://www.telerik.com/products/decompiling.aspx
Previously I used to use .NET Reflector; one of the most essential tool for developing .NET application; especially for to make sure the difference between source code of a project and production version dll file[.NET assembly by comparing decompiled code.
http://www.reflector.net/
.NET Reflector is no more Free.
Source code could see using JustDecompile but not main feature exporting code in the for of project from dll is not there. it’s missing which is the most useful and needful feature.
Specify the communication mechanism – communicating a message to an endpoint
-
Protocol
Determine the security, reliability, context flow settings -
Transport channel
Determine the underlying transport protocol
E.g. http, https, namedpipe, MSMQ - Message encoding
Determine the wire encoding to use for messages
E.g. binary, text/xml, MTOM(Message Transmission Optimization Mechanism (MTOM)
Things to keep in mind when you think about WCF binding
- Message Version
- Transport Security
- Message Security
- request-reply(default),one-way (fire and forget), duplex (both way)
- Reliability
- Transaction
- Streaming
For further you can refer