Sign In
gunce
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
anonymousAuthentication anonymous Authentication IIS APPCMD
dynamic programming
hashtable Dictionary Performance
PKI RSA
productivity management career development experience
UseDsMapper ServerManager Bindings
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
gunce
Don't Talk To Me
Posted
over 2 years ago
by
cagataykurt
0
Comments
Is the message when you wear your earphones of your zune/ipod/iphone. Its kinda isolates you from the outer world because you are busy. As our culture get modernized we are losing human integration between us. I went to grocery store the other day and...
gunce
HashTable vs Dictionary Performance
Posted
over 2 years ago
by
cagataykurt
1
Comments
Last week I needed to implement a little complex data structure for our last project. I needed to keep keys in a hashtable like structure for fast access but I also needed a queue structure to remove LRU item since the size in the memory is limited. For...
gunce
How to set anonymous Authentication for a vroot in IIS
Posted
over 3 years ago
by
cagataykurt
0
Comments
It is always a good time to write a blog if your source code access permission expires and you wait for someone to approve your request. Since I couldn’t find a good example how to do this and spend some time this thing deserves its blog post. What I...
gunce
Public Key Cryptography in Our Lives
Posted
over 3 years ago
by
cagataykurt
0
Comments
I am sure you heard about this interview question “a king wants to send a locked box to another king but he must use a pirate as a carrier, how can he make sure the pirate cannot open the box without breaking it". The correct solution is to use a public...
gunce
I want to be a manager but I don't have management experience
Posted
over 3 years ago
by
cagataykurt
2
Comments
A- I want to be a dev lead or at least I want to try out leadership B- good for you. A- the only problem is I don’t have enough experience to start with B- maybe you should ask your lead for a project you can act as lead. A- I already asked...
gunce
How to Remove ACLs from CSP Key Containers
Posted
over 3 years ago
by
cagataykurt
1
Comments
Using Cryptographic Service providers is the way to implement PKI on PCs and we are using it for our project. Lately I needed to remove some ACLs for an upgrade scenario. I searched the msdn for related info but couldn’t find a direct API to change ACLs...
gunce
Dynamic Programming Adventure
Posted
over 4 years ago
by
cagataykurt
0
Comments
Since I have time during my vacation, I wanted to spend some fun time with my laptop solving Mathematical/computer programming problems. I found Project Euler website while checking del.icio.us popular bookmarks about algorithms . The first problem I...
gunce
Changing UseDsMapper for site binding
Posted
over 4 years ago
by
cagataykurt
0
Comments
I recently worked on an issue to enable ds mapper usage for our web service to enable x509 authentication. Here is a sample c# code to make this binding change for IIS7 using .NET 3.0. ServerManager srvMgr = new ServerManager(); Site DefaultSite =...
gunce
Random Code Generator
Posted
over 5 years ago
by
cagataykurt
0
Comments
A few days ago I was working on a bug, I prepared the fix tested it then I found a nicer way of doing something and changed the fix again then tested it but I realized I forgot a “not” (! In c#) which spoil the code terribly. One character. So as an engineer...
gunce
Cannot connect to SQL server named instance
Posted
over 5 years ago
by
cagataykurt
1
Comments
I was recently assigned a bug where our product was not working with named instances of SQL server. The problem was my app can connect to default instance of a SQL server but when I tried to connect to a named instance I got generic could not connect...
Page 1 of 1 (10 items)