Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Saikat Sen

@Saikat Sen
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Most favorite articles
    S Saikat Sen

    I want to find, on codeproject, all the: 1. favorite articles from C# every month 2. best rated articles from C# Anyone knows how to find that? Thanks, - Saikat

    The Lounge csharp tutorial question

  • (1) Favorite articles? (2) Best rated articles
    S Saikat Sen

    I want to find, on codeproject, all the: 1. favorite articles from C# every month 2. best rated articles from C# How do I find that? Thanks, - Saikat

    IT & Infrastructure question csharp

  • Updating a submitted article
    S Saikat Sen

    Is it possible to update a submitted article? How would I do that? I remember seeing an update article link after submitting through the Article Submission Wizard and before my articles were reviewed, but do not see the link after review. Thanks, - Saikat

    The Lounge question announcement

  • Client-Server
    S Saikat Sen

    If two clients are updating the same record, then either: 1/ the order in which they update does not matter, or 2/ the order in which they update does matter - to the system. The first case is trivial. In the second case, the clients will have to communicate somehow between them to schedule who goes first and how the first guy tells the second when to go. That could be through any standard IPC mechanism. A record, after being fetched, is not locked for any purpose for any duration; even if you fetched it for the purpose of updating it.

    C# question csharp com sysadmin architecture

  • Concurrency options: Optimistic/Pessimistic/Last-Win
    S Saikat Sen

    How about an airlines telling you that you can get a seat NOW, but then when you actually try it a second later they say someone's already taken it?

    C# question html com

  • open directory and list files
    S Saikat Sen

    1/ Create a checklistbox to display checkboxes + strings 2/ OpenFileDialog to open a dialog 3/ Directory.GetFiles to list all files of a directory 4/ File.Copy to copy files.

    C# com sysadmin help

  • Multy form question
    S Saikat Sen

    There is more than one way to do this. 1/ You can have a singleton object in your system that will hold data (for example ints) through which these forms will communicate. 2/ If you have a singleton, one form could fire an event when it wishes to communicate data, the singleton have an event handler, and then invoking a method on form2 to set the variable.

    C# question help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups