Quantcast
Channel: Microsoft Techies
Browsing all 430 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

IaaS PaaS SaaS

If you are working with Azure related projects, you will here....IaaS PaaS SaaS...You will get confused about IaaS PaaS SaaS..I will try to explain IaaS PaaS SaaSIaaS : Infrastructure as a serviceYou...

View Article


Disable IE Enhanced security configuration

First: It is not recommended to disable ie enhanced security configuration.Second: Don’t use a web browser on a server.Still if you want to use IE in server and disable ie enhanced security...

View Article


Windows Server 2012 Add new Administrator Account

Go to Control PanelClick on User AccountsClick on User AccountsClick on Manage Another AccountClick on Add a user accountEnter Account name and passwordFinishClick on your new account.Click on "Change...

View Article

K2 for SharePoint Tutorials: Expense Claim Approval Build

https://www.youtube.com/watch?v=wKDwTdaqF0A#t=13https://www.youtube.com/watch?v=Osi0KZYaNvYhttps://www.youtube.com/watch?v=svgcXXjXZeYhttps://www.youtube.com/watch?v=veKKjJoUhuchttps://www.youtube.com/...

View Article

Bulk File name change using powershell

First create ps.ps1 file and add below code.Get-ChildItem -Filter "*New*" -Recurse | Rename-Item -NewName {$_.name -replace 'New','ooo' }Now create a filenamechange.batadd below code.Powershell.exe...

View Article


C# XML Serialization and Deserialization

1.Create a Asp.Net web application.2.Add a web page.3.Add new xml file.<?xml version="1.0"...

View Article

Outlook Backup

Click the File tab.In the Outlook Options window, click Advanced.Click Export.In the Import and Export Wizard, click Export to a file, and then click Next.Click Outlook Data File (.pst), and then click...

View Article

XML Schema Definition Tool (Xsd.exe)

Create any XML Generate xsd using xml. Rfe: http://www.freeformatter.com/xsd-generator.html#ad-output Now open Visual Studio Command Prompt 2010 Administration mode. Type xsd you should get all...

View Article


Get selected checkbox using jquery

View Article


Difference between properties and attributes

The Difference between an Attribute and a Property To add or provide an additional perspective; An Attribute is a descriptor of the Class (Class as opposed to instances or objects of the class) and are...

View Article

C# string replace with escape characters

Input argumenets#to=test@gmail.com #subject="Welcome to" #server=mail.gmail.com #port=8080 #from=from@gmail.com#to="test@gmail.com" #subject="Welcome" #server="mail.gmail.com" #port="8080"...

View Article

C# switch statement string contains

View Article

Visual studio run as administrator shortcut prompting for password

Solution:First make sure you have added the user as administrator, who is trying to open visual studio as administrator.It should resolve the issue.If still you are getting the prompting for...

View Article


Generate xml files based on c# classes

View Article

Image may be NSFW.
Clik here to view.

Aras Innovator call C# dll

Create a class library from C#using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace MyClass{    publicclassDemoClass    {...

View Article


Aras Innovator create a item using IOM (Innovator Object Model)

View Article

How to prevent XDocument from adding XML version and encoding information C#

View Article


A project with an Output type of Class Library cannot be started directly

Root cause: Your project Output type is : Class Library.Solution: Your project Output Type either Console Application or Windows Application Steps:Right click on project in Solution Explorer ->...

View Article

Converting a console application to a dll in c#

Right-click project -> Properties -> Output Type: 'Class Library'

View Article

Add SSIS to existing SQL Server 2014

Click on SQL server setup (Please note SSIS is not available in SQL server express edition. You need to have SQL server standard edition or higher) Next Click on ‘New SQL server stand alone...

View Article
Browsing all 430 articles
Browse latest View live