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
M

Moim Hossain

@Moim Hossain
About
Posts
22
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • If (null == something) or if (something == null)
    M Moim Hossain

    _Maxxx_ wrote:

    Sack 'em,. I say, Sack 'em!

    I am also in your side that this is not that readable comapring the other version of it (ie. something == null - which is more simpler and expected), but I dont agree with you that (null==something) is that much "unreadable" that you need to sack somebody. If you have hardship reading this style, according to your way of thought, you are also a good candidate to get sacked. :laugh:

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    C# question

  • Getting the Installation root directory from inside an Installer
    M Moim Hossain

    Have a look [here](<a href=)[^]"> and [here.](<a href=)[^]"> Probably it would be best to use the Installer class.

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    .NET (Core and Framework) question workspace

  • I need to Debug my setup project.
    M Moim Hossain

    Seems you don't have a clear idea about the Debugging API. What you exactly want to do? Tracing any problem happens during the setup? ...you can use logging for that.

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    .NET (Core and Framework) debugging announcement workspace

  • GridView and making my site look like this page
    M Moim Hossain

    mjc225 wrote:

    If I can do it with GridView is there a property I can set or would I have to write custom code?

    I believe that you've to write custom code.

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    C# question

  • Datagridview Binding
    M Moim Hossain

    ziwez0 wrote:

    I need to check that the datasource has bound, how do I do this?

    Why not checking the DataSource member ..? If it's not null then it's bound to a data source.

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    C# question wpf wcf

  • How to connect database into sharepoint?
    M Moim Hossain

    create a custom web part to handle your own database operations. Thats the best way to go.

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    SharePoint sharepoint database help tutorial question

  • custom webpart
    M Moim Hossain

    jayasoham wrote:

    I want to know how to proceed from the beginning and i need help in coding part also

    search for Custom webpart in Codeproject or google. There are tons of examples.

    jayasoham wrote:

    fetch data from a list and display it on a webpart.

    Use SharePoint Object model to read list data... you can google "using SPList" in google for details.

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    SharePoint help tutorial

  • error in creating a hello world webpart
    M Moim Hossain

    jayasoham wrote:

    how to add the new object reference???

    use the new keyword.

    jayasoham wrote:

    Can u give me the code for the program......create a hello world webpart in WSS 3.0 using visual studio 2008

    Check [this](<a href=)[^]">out.

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    SharePoint help csharp visual-studio question

  • Need to Learn that How to send message to Particular client
    M Moim Hossain

    Christian Graus wrote:

    I have two reasons to believe that you really have not the slightest idea what you're doing

    :laugh: I agree

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    C# csharp winforms sysadmin tools tutorial

  • How to Interop 2D char in c#
    M Moim Hossain

    Generate a COM Class Wrapper (CCW)[^] then add reference to that in your .net project and invoke. Probably you will get a 2D array of object (i.e. object[][] ) for that BSTR**.

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    C# c++ com csharp data-structures help

  • Exceptional coding
    M Moim Hossain

    Well...that's the beauty of that Snippet.

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    The Weird and The Wonderful com regex

  • How to generate items inside a Panel using WPF DataBinding?
    M Moim Hossain

    hmm nope, I got my problems solutions .. <ItemsControl ItemsSource="{Binding ConfiguredViews}"> <ItemsControl.ItemsPanel> <ItemsPanelTemplate> panels:FishEyePanel/ </ItemsPanelTemplate> </ItemsControl.ItemsPanel> </ItemsControl> here is what I was thinking. Thanks for bothering :P

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    WPF question wpf csharp wcf tutorial

  • How to generate items inside a Panel using WPF DataBinding?
    M Moim Hossain

    Can any one tell me, if I need to populate the items of a Panel dynamically using Binding, how can I do so? A panel has got a Children property, unlike other collection control ListView, Listbox that offers a property named ItemsSource or stuffs like that. How can i make this thing work for a panel. To clarify the question- How to bind the items displayed inside a FishEyePanel ..or is it possible at all? usually, What I can do is however, I want to generate the number of button using Binding...is it possible?

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    WPF question wpf csharp wcf tutorial

  • Disign of Web service
    M Moim Hossain

    Why the subject is saying about Web Service, you are actually designing a windows service..?

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    Design and Architecture design tutorial question

  • Avoiding Circular References with Application Architecture
    M Moim Hossain

    Leftyfarrell wrote:

    What is the best architecture to avoid/work around this problem?

    Don't know how you will take this, but my opinion will be as follows, The common will contain only the DTO structure of the data you are concerned about. for example you common can have a class roughly something like

    namespace Common {
    public class SupportedCultures : Collection {}
    }

    // now you DAL should have an interface like

    ICultureDal { Common.SupportedCultures GetSupportedCultures();}

    //Now, in the buiness layer,

    IBusinessServices
    {
    Common.SupportedCultures GetSupportedCultures();// it will use the ICultureDal to get the data
    }

    now you client application will use the IBusinessServices to get the list of culture and may be cache it as needed to avoid further business calls. (you can also cache it at your service layer)

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    Design and Architecture question database design architecture help

  • Binding two comboboxes in WPF
    M Moim Hossain

    This seems a ridiculous idea to solve this kind of problem- "Changing backend to render UI" !! Crazy!!! This should be very simple one...You better do a "Google" with the search keyword- "IsSynchronizeCurrentItem in WPF" rather changing the database schema.

    sdixit110 wrote:

    you can add one column in country table and one coulmn in city table the name of column may be "ExamineId" in both

    I am wondering how people find solutions like this...BAD SOLUTIONS!!!

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    WPF database wpf csharp wcf help

  • How can a remoted .NET object access objects/methods in the hosting app?
    M Moim Hossain

    I was wondering...you could you a message queue for this kind of scenario...which could make the code more simpler...

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    .NET (Core and Framework) tutorial csharp hosting algorithms help

  • How to create a class that can be used like a DataTable?
    M Moim Hossain

    Michael Sync wrote:

    I'm thinking to create very small version of DataTable that we can add/remove the column with Columns name

    Well, in that case, you might need to write a simple and small version of DataTable for ur ViewModel. You can make use of reflector to get more idea about the .net implementation of DataTable. One suggestion though, if the binding is the only concern, you could actually define any .net enumerable properties ..I guess?

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    C# csharp tutorial question

  • How to create a class that can be used like a DataTable?
    M Moim Hossain

    Michael Sync wrote:

    I'm looking for the way to create a class that can be used like a DataTable. I just want to have the dynamic rows and columns (no need to have AcceptChanges or Rollback or etc).. but that class should be able to bind with DataGrid.

    You can try inheriting the DataTable to write one...? But what's wrong using the DataTable directly... as long as you want to keep it binded with a DataSet..?

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    C# csharp tutorial question

  • using thread for listview update
    M Moim Hossain

    Use a delegate to update the List items... Control.Invoke( delegate )..

    Moim Hossain R&D Project Manager BlueCielo ECM Solutions BV

    C# help question announcement
  • Login

  • Don't have an account? Register

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