Thursday, December 29, 2016

GET Connection String in asp.net?

Open the Notepad.exe


Save file "myconection.udl"

then open notepad the Get conecting string details

What are different types of JIT?


  1. Normal JIT Compilation dynamic stored in memory
  2. Econo JIT dynamic  not stored in memoery
  3. pre JIt Full Compilation(ngen.exe)

What is JIT?

JIT
Its is configuration  code to machine language OS Hardware config



Just In time Complier

How types of Just In time Complier?

Per File
PEr Method/Function
Code Fragment

What is Intermediate Language?

expands Intermediate language
Partially compiled or half compiled language

Its run JIT

Tuesday, December 20, 2016

Which is the Front-end technologies for SharePoint Framework development?

Microsoft has clearly mentioned in their key notes, they are building the framework and it is related samples using KnockoutJs and ReactJs with Typescript. Since it is an open-source based development model, choosing the framework/technologies are completely our choices, based on our knowledge and requirements. Here I have listed out a few front-end technologies.
  1. Angular 1.x - https://angularjs.org/
  2. Angular 2 - https://angular.io/
  3. ReactJs - https://facebook.github.io/react/
  4. KnockoutJs - http://knockoutjs.com/
  5. Ember.Js - http://emberjs.com/
  6. Backbone.Js - http://backbonejs.org/
  7. Aurelia.io - http://aurelia.io/