A Responsive Blogger Website, That Take my blog to the next level.

I am a Software Developer, Learning and experementing with .Net Technology and try to put my Learning altogether here.


We have all sections related to .Net Technology, like .Net-C#, Asp.Net, MVC, jQuery, AngularJs, Sharepoint. Find out more...


Following are the some of the Advantages of using this Web site :-

  • Get Update about latest in .Net world.
  • Collection of Useful, Frequently used .Net Solutions.
  • It’s beautiful on every screen size (try resizing your browser!)
by

.NET Portable Library



Last week I had attended a technology training on .Net, there I had installed Visual studio 2015 preview on my laptop. In the project template I see Class Library (Portable)

I googled and found we can use this in Visual Studio 2010 also.



We have been developing most of the dependent components as libraries in .Net stack. For developing a library, we use normally the Class Library project template and build it a .Net dll; which can be used by other applications too. This class library concept evolved over the years and added the flavour of Portability now. We have a new library template available in .Net for developing libraries, which can be shared across Windows, Windows Phone, Silverlight, Android and iOS. This new project type is called Portable Class Library.

Next time, when you plan to develop a new library, consider the Portable class library and decide the option depends on future road map of the project.
For creating a new portable class library, select the Class Library (Portable) option from the new Project window in Visual Studio.




This will open the target platform list, from where you can select the target platforms and framework versions



0 comments :