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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

Jose Amilcar Casimiro

@Jose Amilcar Casimiro
About
Posts
11
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Bank System [?]
    J Jose Amilcar Casimiro

    I would choose just one application with three different profiles. Would opt for a presentation layer, a layer with the domain model or business layer and a data layer. The presentation layer would then be a web application, the business layer would contain all the logic and finally the data layer that abstracts the business layer operations with the database. The business layer in my opinion should be modeled using the domain language. Do you already create your data model?

    Design and Architecture help design agentic-ai business question

  • Bank System [?]
    J Jose Amilcar Casimiro

    Do you have any restriction on the technology to be used?

    Design and Architecture help design agentic-ai business question

  • Devoloping a Calc spreadsheet program using C#
    J Jose Amilcar Casimiro

    Have you read this code project article? How to Read and Write ODF/ODS Files (OpenDocument Spreadsheets)[^]

    .NET (Core and Framework) csharp help apache dotnet architecture

  • Suggestions or comments needed: Abstracting Data Access Layer
    J Jose Amilcar Casimiro

    Why is it necessary to separate the data layer from the business layer? Are you thinking of changing the data repository? Is there another reason?

    Design and Architecture question com design business regex

  • Design efficiency
    J Jose Amilcar Casimiro

    Strictly from a performance point of view, one assembly is always better than several assemblies. Each assembly loading has a fixed overhead. For multiple assemblies, you pay the overhead several times. The overhead of assembly loading at minimum includes the following: 1. Finding the assembly. 2. Loader in memory data structure tracking this assembly. 3. Assembly initialization. Possibly could be a problem of cold start. From a design point of view, duplicate code is a bad choice.

    Design and Architecture question design tools performance code-review

  • first step of my project
    J Jose Amilcar Casimiro

    A software project ?

    Design and Architecture question

  • Latency in display images
    J Jose Amilcar Casimiro

    How are the site loading the images? Did you see that code? It is very strange that the image does not have the same size.

    Design and Architecture help question discussion

  • rich text editor
    J Jose Amilcar Casimiro

    your post is not clear, please add details to your message.

    Design and Architecture question csharp asp-net help

  • How to sent/receive sms in C# application?
    J Jose Amilcar Casimiro

    Research for some sms providers, that give you a web service interface. It is the most practical/easy way.

    C# csharp help tutorial question

  • Invoke schedule task using .NET program
    J Jose Amilcar Casimiro

    Take a look at the Task Scheduler API: http://msdn.microsoft.com/en-us/library/aa383614.aspx

    C# csharp tutorial question

  • Protocol Handler C#
    J Jose Amilcar Casimiro

    Check this article: http://support.microsoft.com/kb/312346[^]

    C# csharp help question
  • Login

  • Don't have an account? Register

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