Home
About Me
Personal Blog by Ibrahim Uludag
Diary of programming
WinDbg Preview
İbrahim Uludağ
1:59 PM
WinDbg has a new
version
and I loved this. The UX is better. It makes it easier to debug.
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
Author
Senior Software Engineer at FRISS | fraud, risk & compliance
Popular
Word Automation
I have an application using Ms Word for spell checking. The application impersonates an admin account. The application runs when the specif...
The remote server returned an error: (504) Gateway Timeout.
I am using the code below to download file. WebClient myWebClient = new WebClient(); myWebClient.DownloadFile(myStringWebResource, fileN...
Use Non AMD Javascript Libraries in Durandal 2.0
By using shim, jquery libraries can be used in Durandal. In the main js, configure shim. I have written a module UIInitialize to intia...
Managing Css Files in Durandal 2.0
Durandal does not have a mechanism to manage css file for each view. So I have created a plugin to manage css files. The plugin is as be...
Knockout Custom Bindings in Durandal
Instead of using like $("#mask").inputmask ("d/m/y" , {autoUnmask : true}); it is better to use knockout custom b...
Exchange Web Services - OptionalAttendees
When I try to create a new appointment using EWS Managed API, I get the following error. The request failed schema validation: The eleme...
SQL Count Over Performance
Using Count (Over Partition by) decreases the performance. Be careful before using this. I had to change these statements because of the pe...
Dynamic router in Durandal 2.0
The router configuratin is in the shell.js file. I need to make this router dynamically managable. To do so, I have used ajax. The chang...
Unable to find control id referenced by the 'ControlToCompare' property
When adding a CustomControl dynamically, you receive "Unable to find control id referenced by the 'ControlToCompare' property&...
Blog Archive
▼
2021
(1)
▼
January
(1)
WinDbg Preview
►
2013
(4)
►
August
(4)
►
2012
(1)
►
February
(1)
►
2011
(3)
►
November
(1)
►
June
(2)
►
2010
(3)
►
October
(1)
►
March
(2)
Tags
ASP.NET
Aspose
Durandal
Exchange Web Services
Knockout
sql
Visual Studio 2003
Web Forms
Word
Search This Blog
No comments:
Post a Comment