Click here to Skip to main content
15,890,399 members
Everything / Microsoft

Microsoft

Microsoft

Great Reads

by Akhil Mittal
Your first Chatbot using Microsoft’s Bot Framework and Dialog Flow API: Day 1 (Dialogflow and Slack Integration)
by Max R McCarty
OWASP's #6 most vulnerable security risk has to do with keeping secrets secret.
by Reiss
This is an alternative for "How to Check Whether Word is Installed in the System or Not"
by Alexandr Surkov
How to build and run .Net Micro Framework 4.4 on STM32F4Discovery board.

Latest Articles

by Venkat Chaitanya Kanumukula
Tableau is one of the powerful reporting tool which is on the market for over a decade. Here's a quick tour in designing BI reports with Tableau using Microsoft Dynamics AX 2012 R3/ Microsoft Dynamics 365 Finance and Operations.
by Uladzislau Baryshchyk
Examples of questions and examples of services for passing AWS cloud Developer Associate exam
by Apriorit Inc
Being able to switch between 32-bit and 64-bit modes in Windows is a useful skill. Learn about the heaven’s gate technique and the tools and methods needed for hooking 64-bit processes from the 32-bit WOW64 mode.
by Palavos
An article about Huo Chess, a mini open source chess program in C# that attempts to be the best smallest in size chess program for educational purposes ever...

All Articles

Sort by Title

Microsoft 

2 Nov 2015 by BC3Tech
I had the privilege of having my MS Band 2 delivered last Friday and have spent the entire weekend wearing it… so… here are my 48-hour thoughts. First let me start by telling you what I *won’t* be covering in this post: The software – Microsoft Health and its ecosystem is awesome in my opinion. [&#8
14 Jul 2015 by Nitin_Bharekar
I am having couple of word files which is having ".doc". but when i saving the file it's showing ".docx" in saving dialog box.Any one having any idea?
14 Jul 2015 by Peter Leow
Refer: http://ats.immaculata.edu/faq/faq/index.php?action=artikel&cat=35&id=340&artlang=en[^]
30 Aug 2016 by Member 12478311
I am getting .net app crash unexpectedly.My code and everything looks fine.I am really struggling to figure this outI got the below information from dump file(.dmp).he PID__4120__Date__08_29_2016_Time_11_13_58AM__139__Second_Chance_Exception_C0000005.dmp the assembly instruction at...
30 Aug 2016 by Patrice T
You should learn to use the debugger as soon as possible. Rather than guessing what your code is doing, It is time to see your code executing and ensuring that it does what you expect.The debugger allow you to follow the execution line by line, inspect variables and you will see that there...
10 Nov 2014 by getbacktosrinu
I am working on a problem plaguing an already established client system.So don't ask why this is set up this way :)The client doesn't want any major changes to the system as this is working on production.The system is set up this way:1. BizTalk receives a message (let us call this...
3 Jul 2014 by Vishnu Vardhan
Hello developers,I have a legacy 16 bit application written in C which outputs the system time in UTC format (Unix epoch time).The following is the code snippet:time_t t ;printf("%ld\n", time(&t)) ;There is a difference between the time displayed in seconds on 16 bit and 32...
4 Jul 2014 by Subrat 4708266
Representation of data types varies between 16 bit and 32-bit compiler. Also time() function can't give you the exact/accurate time.something would be different because of factors like CPU load,ALU operations, no of Applications running, how any processes running, time slice for each...