.net

  1. Sriram

    Can we auto generate nunit test cases in Visual studio 2013

    I have to write nunit test cases for the huge application made of aspx.cs files tat too in Visual studio 2013 professional , can I auto generate the test cases if possible with this version or any other better ideas to write test cases, as it contains more number of dependencies & complexities
  2. R

    Condition between ArrayChar and int number how to do?

    Hi; I am not getting the condition to interpret char array with integer : string AjusteICMSDocumentoId = "102345"; char[] array = entidade.AjusteICMSDocumentoId.ToCharArray(); if (array[1] == 0) { if (viewModel.TipoImposto !=...
  3. M

    Answered Publish .NET Framework on Azure Still Possible?

    I've been trying to launch a .NET Framework web application to Azure, and I can't seem to get it. Every tutorial out there is using, or pushing .NET Core. This is a basic application using C#, .NET Framework 4.7.2 MVC, and connecting to some REST APIs. 1. When deploying .NET Framework app, do...
  4. weeeezzll

    .Net Developer (C#/ASP.Net/SQL2016) in Nashville Metro Area

    We're looking to add another .Net Developer to our growing team. We have a very large infrastructure with a wide variety of platforms and technologies but you'll primarily be designing/developing ASP.Net/Desktop applications in C#. You'll also be supporting/converting/rewritting older...
  5. S

    Server is not able to validate Angular Client [IdentityServer]

    So I have the following setup: Frontend: AngularJS App Backend: WebApi with Identity Server to validate clients In my Backend I create a new in-memory client like so: new Client { Enabled = true, ClientId = "myapp.mycompany", ClientUri = "https://myapp.mycompany.com"...
  6. S

    Identity Server 3: Set different Refresh Token Expiration for a specific user

    I have the following setup: Client: AngularJS Web App Server: ASP.NET Web API In the server I use the IdentityFramework3 to authenticate users on my AngularJS Client that has the (oidc-token-manager) configured. Currently I'm setting the AbsoluteRefreshTokenLifetime to 48 hours for my...
  7. H

    London-UK: Developer C# - Permanent

    PERMANENT Full-time position Below is an outline job description. If you are interested or have any questions, please email to Angela.Nguyen@virtusllc.com directly. Developer - London, United Kingdom Tracking Code 710-171 Job Description Senior Developer required for a unique, highly...
  8. H

    Houston, TX: Senior Developer C#, Xamarin - Permanent

    PERMANENT Full-time position Below is an outline job description. If you are interested or have any questions, please email to Angela.Nguyen@virtusllc.com directly. Senior Developer - Houston, Texas Tracking Code 401-171 Job Description IT professional experienced in .NET programming...
  9. H

    Dublin, Ireland: Senior Developer C#, Xamarin - Permanent

    PERMANENT Full-time position Below is an outline job description. If you are interested or have any questions, please email to Angela.Nguyen@virtusllc.com directly. Senior Developer - Dublin, Ireland Tracking Code 611-171 Job Description IT professional experienced in .NET programming...
  10. H

    London-UK: Senior Developer C# - Permanent

    PERMANENT Full-time position Below is an outline job description. If you are interested or have any questions, please email to Angela.Nguyen@virtusllc.com directly Senior Developer - London, United Kingdom Tracking Code 699-171 Job Description IT professional with experience in C# .NET, and...
  11. SRX

    How to use styles inside a DLL?

    Hello everyone, this is my first post here, so here it is, I'm making a DLL for me, to ease my job, because there are classes that I use in every project, so why should i duplicate them, when I can use one DLL to finish the job, I also wanted to add some controls to it, buttons, so its like...
  12. A

    Question The item with identity [x] already exists in the metadata collection

    Is not more nedded. I try delete the post, but no find this option
  13. VickyMalhotra

    Question Backspace Function

    hi guys i want to program a backspace function for my Scientific Calculator Project i coded something like this private void button48_Click(object sender, EventArgs e) { textBox_Result.Text = textBox_Result.Text.Remove(textBox_Result.Text.Length - 1); if...
  14. H

    Question Winform RTL sizing and positioning issues

    Hi guys, I have been trying to create an RTL (right to left) winform that uses arabic text and contains some textboxes, labels and buttons.. It is driving me crazy... after i perfectly design the form, as soon as i run it everything just loses some level of sizing and positioning. I tried to use...
  15. J

    Question Writing to documents without opening them

    Hi, I know that I can write to open documents using the "Application.ActiveDocument" attribute. Is there a way to edit a document without opening them? I need to edit thousands of documents, and I'd like to write a script for this. If I need to open each document one at a time, it kind of...
  16. Z

    Question Logic need to create a side project

    Hi All, I have recently started learning C# and thought of a little side project to practice. Hence, i need a logic to approach the programming bit. If you can guide me through my first project, I'll really appreciate it. The exciting bit! I want to create a windows application that when it's...
  17. A

    How to Configure Reliability while communicating with WCF services?

    Hiiii, How to Configure Reliability while communicating with WCF services?
  18. prjseal

    Tip 7 simple tips to improve your .NET website

    Hi all I'm a .NET web developer and I like to share knowledge with my colleagues and peers. I've recently published a blog post that I think you might benefit from. 7 simple tips to improve your .NET website | codeshare.co.uk .NET Web Developer Blog by Paul Seal Please have a read and let me...
  19. mschnack

    What is the best way to add i18n to an existing custom CMS system?

    I am currently responsible for an existing CMS, built a few years ago with C# .Net and a few clients are requesting to have their website in Spanish. The websites are pre-populated with pages from a library and currently the application has no support for i18n. What is the quickest way to allow...
  20. P

    Senior c# Software Developer in Italy (Bologna)

    Senior c# Software Developer Global E-commerce company is searching for a senior c# Software Developer. The successful candidate will be responsible for modeling, developing and maintaining applications and services for the evolution of the E-commerce platform, in particular: ...
Back
Top Bottom