shaktitanwar.com
Automation in .Net Part 3 - Shakti Tanwar
http://shaktitanwar.com/automation-in-net-part-3
May 18, 2015. May 18, 2015. Automation in .Net Part 3. May 18, 2015. Net provides low level classes to natively work with HTTP. Two of such classes worth mentioning are:. To send a request to target URL we will create an instance of HttpWebRequest. HttpWebRequest request = (HttpWebRequest)WebRequest.Create( "http:/ shaktitanwar.com/". Next step is to set the headers which are required by target site we can do those as below:. HttpWebResponse response = (HttpWebResponse)request.GetResponse();. Leave a Rep...
shaktitanwar.com
Node.Js Part 5 - Shakti Tanwar
http://shaktitanwar.com/node-js-part-5
May 15, 2015. May 15, 2015. How to add modules in Visual Studio. Let’s try to add a new module express which is used to create MVC application using Node.To add a new module, we have 2 options:Using. 1) Node.js command line tool:. Navigate to project Root in command window. Once installed you can see package in visual studio under npm folder also you can see package.config remains unmodified. Also we can install using below command:. Npm install express Save. Npm install express Save-dev. Xamarin : Expor...
shaktitanwar.com
Patterns - Shakti Tanwar
http://shaktitanwar.com/patterns
May 20, 2015. May 20, 2015. May 20, 2015. Q) What are patterns? Ans) Patterns are building blocks of software architecture. Q) What are anti-patterns? Ans) Wrong or half cooked solutions which have been accepted widely as solutions to a known problem are called anti-patterns. Q) What are the categories in which patterns are classified into? Ans) Patterns are broadly classified into 3 categories:. Q) What are architecture patterns? Ans) Patterns which are used in various layers in application architecture.
shaktitanwar.com
C# Interview Questions Archives - Shakti Tanwar
http://shaktitanwar.com/category/c-interview-questions
Category: C# Interview Questions. May 17, 2015. May 17, 2015. What’s the difference between const and readonly? Are compile time constants where as readonly. Are runtime constants. Once assigned you cannot change the values assigned to variables declared as const. Const variable just like their static(shared in VB) counterparts are accessible via Class Names only. They are not accessible via objects. Readonly variable are instance variable and accessible via objects. Continue reading →. OOPS in VB.Net.
shaktitanwar.com
value type vs reference type .net - Shakti Tanwar
http://shaktitanwar.com/value-type-vs-reference-type-net
May 20, 2015. May 20, 2015. Value type vs reference type .net. May 20, 2015. Value type vs Reference type .net. Net types are broadly classified into 2 categories based on storage:. Values types are allocated on Stack whereas reference types are allocated on Heap. Example of value types are all primitive types (apart from string) and a User defined type called Struct. Example of reference types are string, class, interface, delegates and Enum. Posted in .Net Interview. Leave a Reply Cancel reply.
shaktitanwar.com
Automation Archives - Shakti Tanwar
http://shaktitanwar.com/category/automation
May 18, 2015. May 18, 2015. Automation in .Net Part 3. Net provides low level classes to natively work with HTTP. Two of such classes worth mentioning are:. To send a request to target URL we will create an instance of HttpWebRequest. As follows: Continue reading →. May 16, 2015. May 16, 2015. Automation in .Net Part 2. HttpRequest and HttpResponse Classes. Let’s try to scrape from data from my own blog i.e. www.shaktitanwar.com. We will try to extract all blog titles on home page. Continue reading →.
shaktitanwar.com
OOPS in VB.Net Archives - Shakti Tanwar
http://shaktitanwar.com/category/oops-in-vb-net
Category: OOPS in VB.Net. May 16, 2015. May 16, 2015. OOPS In VB.Net – Encapsulation – Abstraction. OOPS or Object Oriented Programming Structures. Some of the concepts have been always used in one or the other programming languages. For example you must have used structs in C which is a good example of encapsulation. There are four major pillar of OOPS. Let’s try to understand each one of them by taking some examples also:-. Continue reading →. Posted in OOPS in VB.Net. Subscribe for latest articles.
shaktitanwar.com
Asp.Net MVC Interview Questions Archives - Shakti Tanwar
http://shaktitanwar.com/category/asp-net-mvc-interview-questions
Category: Asp.Net MVC Interview Questions. May 20, 2015. How is ASP.Net Web Forms architecture different from ASP.Net MVC? Web forms uses page controller or base controller design pattern where as MVC uses Front Controller design pattern. Page receives request from IIS and call controllers method. In traditional web forms all pages (View) inherit from System.Web.UI.Page class which has a code behind class acting as a controller. Continue reading →. Posted in Asp.Net MVC Interview Questions. May 20, 2015.
mobileapps.techprocompsoft.com
Techprocompsoft | Mobile App Development | Mobile App Development | Android | iPhone | iPad
http://mobileapps.techprocompsoft.com/index.html
Hyper Performance Apps with Robust Utilities. Techprocompsoft is full of awesome features. Its designed for. App Landing and App Store site. Aimed at crafting sites to provide an optimal viewing and interaction experience easy reading and navigation with a minimum of resizing, panning, and scrolling across a wide range of devices. Comes with added settings to customize the look and feel, for better customization of the app, in all environments. Live conference support available. With the most responsive ...
SOCIAL ENGAGEMENT