Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια
σε

 

Αρχική σελίδα Ιστολόγια Συζητήσεις Εκθέσεις Φωτογραφιών Αρχειοθήκες

Παρουσίαση με Ετικέτες

Όλες οι Ετικέτε... » C#   (RSS)
Εμφάνιση σελίδας 1 από 16 (398 συνολικές δημοσιεύσεις)
  • Junior, Mid & Senior Software Engineers σε .ΝΕΤ, DevOps Engineers στην Αθήνα

    Η εταιρεία Indeavor αναζητεί νέους και έμπειρους μηχανικούς για κάλυψη θέσεων Software Engineer και DevOps Engineers όλων των επιπέδων.   Οι τεχνολογίες είναι βασισμένες σε .NET Core, ASP.NET Core, Xamarin Forms, TypeScript, React, Docker, k8s, SQL Server, PostgreSQL και η ομάδα του Engineering προσπαθεί να είναι στο μέτωπο των ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος tokas στις Οκτωβρίου 6, 2021
  • HowTo: Use latest C# features in MVC5 Razor views (.cshtml)

    Having recently updated an ASP.net MVC web app from MVC4 to MVC5 and from .NET 4.5 to .NET 4.7.2 I was expecting Razor views (.cshtml files) to use the latest C# compiler, especially since at Properties/Build/Advanced option for the web project one read “C# latest major version (default)”. However that was not the case and […]
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Απριλίου 16, 2019
  • Gotcha: use parentheses around ternary op conditional expressions

    Just came across the following case in C# that puzzled me momentarily, especially since the strings involved were long enough and the expression was broken on multiple lines: bool flag = true; string test1 = flag? "xa" : "xb"; string test2 = "x" + (flag? "a" : "b"); string test3 = "x" + flag? ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Αυγούστου 25, 2018
  • Senior C# Developers Wanted - Cyberlogic

    Cyberlogic located in Heraklion Crete, is an innovative software company specializing in travel technology solutions. The ideal candidate will be responsible to develop modern applications using cutting edge technologies for travel industry customers worldwide. Required Skills:Excellent knowledge of C#/.NETExcellent knowledge of T-SQL and ...
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος cyberlogic στις Μαΐου 9, 2018
  • EnterCon is looking for a Back-End .NET Developer

    EnterCon (www.EnterCon.gr) established in 2004, operates in offering business software solutions and services. Location: Faros Psychikou, Athens, Greece Type: Full-time Job Description:We are looking for a self-motivated Back-End .NET Developer with a passion for innovative technologies to join our team in Athens, Greece. You will be part of ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος dkont στις Νοεμβρίου 23, 2017
  • Developer C# WPF

    Περιγραφή: Η WebSOFT Technologies Α.Ε., ηγέτιδα εταιρεία στον τομέα της μηχανογράφησης καταστημάτων εντατικής λιανικής πώλησης αναζητεί ικανό στέλεχος για το τμήμα ανάπτυξης λογισμικού.Ο ρόλος: Ανάπτυξη νέων εφαρμογών που θα διαθέσει η εταιρεία σε κάθετες αγορές.Συντήρηση υπαρχόντων εφαρμογών που παρέχει η εταιρεία.Ανάπτυξη προϊόντων ...
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος WebSOFT στις Σεπτεμβρίου 11, 2017
  • .NET Software Developer (Cyberlogic - Heraklion - Crete)

    As a member of a very competent software development team at Cyberlogic (Heraklion Crete), the ideal candidate will be working closely with the customer to understand, innovate and develop solutions according to the key requirements provided.More specifically, will be involved in:Development and Maintenance of .NET (VB/C#) Frameworks Participate ...
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος cyberlogic στις Αυγούστου 29, 2017
  • Mobile app

    Καλημέρα, Όταν φτιάχνεις μια εφαρμογή για κινητό είτε Android είτε Windows Phone π.χ ένα app σαν τουριστικός οδηγός για μι περιοχή. Όταν θες να το αναβαθμίσεις όπως το να προσθέσεις έναν νέο σημείο ενδιαφέροντος ή μια φωτογραφία. Αυτό πως μπορεί να γίνει; Data θα τραβάει από μια βάση δεδομένων. Θα πρέπει να υπάρχει και ένα site διαχείρισης ή κάτι ...
    Δημοσιεύτηκε στο Πρώτα Βήματα - Γλώσσες προγραμματισμού (Forum) από το μέλος kostasvit στις Ιουλίου 19, 2017
  • Ποιος ο βέλτιστος τρόπος να περάσουμε ένα Datatable σε SQLite?

    So, I was using SQL Server but there is a need for me to change to SQLite. I had the following code that worked very fast for 600.000 rows (about a minute).     Dim SQLAdapter As New SqlDataAdapter     Dim dtKinoDraws As New DataTable     Dim SQLcmdBuilder As SqlCommandBuilder     'Emptying the ...
    Δημοσιεύτηκε στο WinForms (Forum) από το μέλος AlKiS στις Ιουνίου 6, 2017
  • Enabling C# 7.0 – Value Tuple support in your project

    C# 7.0 adds a number of new features and brings the focus on data consumption, code simplification and performance. Perhaps the most interesting feature is tuples, a finite ordered list of values, of possibly different types, which is used to bundle related values together without having to create a specific type to hold them. Tuples are very good ...
    Δημοσιεύτηκε στο Paris Polyzos - a developer's notebook (Weblog) από το μέλος ppolyzos στις Μαΐου 28, 2017
  • .NET Software Engineers - Junior

    ThinkRIT, is an information technology Services and Solutions Provider, operating in Automotive & Retail industry.   With extensive knowledge and experience in the market, the company offers a comprehensive suite of services to their customers in the areas of Consulting, Implementation, Support and Training. Develops ...
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος ThinkRIT στις Απριλίου 11, 2017
  • .NET Software Engineers

    ThinkRIT, is an information technology Services and Solutions Provider, operating in Automotive & Retail industry.   With extensive knowledge and experience in the market, the company offers a comprehensive suite of services to their customers in the areas of Consulting, Implementation, Support and Training. Develops ...
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος ThinkRIT στις Απριλίου 11, 2017
  • Θέσεις εργασίας στην Ιρλανδία

    Σύγχρονη εταιρία λογισμικού στην Ιρλανδία που ειδικεύεται σε e-commerce, αναζητά προσωπικό για να καλύψει θέσεις: ΝΕΤ Developer σε όλα τα επίπεδα (senior, mid και junior) και για όλες τις ειδικότητες (front-end, back-end ή full stack), Software Architect, Product Owner, Scrum Master, ...
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος mambo jumbo στις Απριλίου 6, 2017
  • C# developer serious gaming

    Για μια αναγνωρισμένη εταιρία, στο κέντρο της Ολλανδίας, ζητάμε προγραμματιστές με βασική εμπειρία C# αλλά μεγάλο ενδιαφέρον για serious gaming.  Η θέση είναι για μόνιμη εργασία (συμβόλαιο αορίστου χρόνου)! Ανάπτυξη νέων παιχνιδιών (σχεδιασμός και υλοποίηση σε C # με XNA). Για τις εφαρμογές χρησιμοποιούνται διάφοροι sensors, όπως το ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος Grammatikas στις Φεβρουαρίου 15, 2017
  • .net/c# developer

    Infoset is an IT firm based in Agia Paraskeyi. We are looking for an enthousiastic and talented .net developer to join our team: Academic Background:BS/MS degree in Software engineering or computer scienceWorking Experience:At least 3 years in software design& development of web enterprise level applicationsTechnical ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος fotisss στις Νοεμβρίου 17, 2016
  • .net developer/ sw engineer

    Infoset is an IT firm based in Agia Paraskeyi. We are looking for an enthousiastic and talented .net developer to join our team: Academic Background:BS/MS degree in Software engineering or computer scienceWorking Experience:At least 3 years in software design& development of web enterprise level applicationsTechnical ...
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος fotisss στις Νοεμβρίου 17, 2016
  • Junior .NET Developer

    Θέλεις να δουλέψεις σε μια νέα ομάδα που ασχολείται με IoT & Big Data Analytics? Έχεις? Bachelor’s degree in Computer Science or equivalent? 2 years’ experience as .NET/C# Developer Experience / Good knowledge of SQL and Database systems Ability to work as part of a team - Fluency in English/Greek Web and/or Mobile application ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος panosth στις Σεπτεμβρίου 5, 2016
  • Junior .NET APPLICATION DEVELOPER (Ref. APPDEV04)

    Panasoft S.A. a leading company in the software development for the industry of tourism in EMEA needs to hire: Junior .NET APPLICATION DEVELOPER (Ref. APPDEV04) Job Requirements : •                     University degree in ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος kxag στις Αυγούστου 30, 2016
  • Explaining the Repository Pattern

    In this post I will try to define the Repository Pattern, explain what it is and how we must use it in my ow words and according to my experience as a software engineer. I will not be writing much code in this post but I will highlight the reasons why we need the Repository Pattern and what it helps us achieve. Let me start with ...
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Ιουλίου 31, 2016
  • Προώθηση - Πώληση Site

    Καλημέρα, δεν ξέρω αν γράφω στο σωστό topic Ήθελα να ρωτήσω (πληροφοριακά), έχω ολοκληρώσει τον σχεδιασμό μιας ιστοσελίδας και  ήθελα να ξέρω αν θα μπορούσα να πουλήσω αυτή την ιδέα/ιστοσελίδα ποια διαδικασία ακολουθείτε αν γνωρίζετε. Θα μπορούσα να απευθυνθώ κάπου; Έχω φτιάξει μια ιστοσελίδα με θέμα ecommerce(εκπτωτικά κουπόνια) και ήθελα ...
    Δημοσιεύτηκε στο Πρώτα Βήματα - Web Development (Forum) από το μέλος kostasvit στις Ιουλίου 12, 2016
  • .NET Software Engineers

    Ζητούνται για πρόσληψη και εργασία στα γραφεία της εταιρείας στη Θεσσαλονίκη για πλήρη απασχόληση ή και συνεργασία ανά project , Senior Software Engineers και Junior Software Engineers με εμπειρία σε .NET. Το αντικείμενο εργασίας αφορά σε ανάπτυξη προϊόντων της εταιρείας ή / και σε εκτέλεση έργων πληροφορικής στην Ελλάδα ή στο εξωτερικό. ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος Dataverse Ltd στις Ιουνίου 15, 2016
  • Nested LINQ Aggregate queries vs Nested Foreach statements example

    At Trafilm project’s Metadata (http://github.com/zoomicon/Trafilm.Metadata) I have a linked data structure where a Film contains multiple Conversations which contain multiple L3SToccurrences, which in turn contain multiple L3TToccurrences. I had the need to calculate a list of all unique L2language values of L3TToccurrence grand-grand-children for ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Μαΐου 29, 2016
  • Senior Software Engineer C# (ASP.NET)

    Purpose   We have an immediate opening for a .NET Senior Software Engineer in our Athens office to join the R&D team. The successful candidate will be responsible in collaboration with other Microsoft.NET experts to develop cutting-edge Retail solutions.   Job Requirements At least 3 years of significant experience on ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος WebSOFT στις Μαΐου 26, 2016
  • Suggestion: add optional “where” clause to “foreach” statement in C#

    Wouldn’t it be nice if I could use in C# the following syntax? for (SomeType repeaterVariable       in SomeEnumerable       where someBooleanExpressionOfRepeaterVariable)   doSomethingUsingRepeaterVariable; e.g. use this one: instead of this one: BTW, if you wonder what FixTime does, it ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Μαΐου 16, 2016
  • Suggestion: Add instance modifiers to C# (and other languages)

    I’d like to be able to do someFunctionReturningY(x){ somePropertyOfY=4; … }.DoSomething(); It should also support casting without needing parentheses in the following type of statement: Z zzz = (Z)functionReturningY{somePropertyOfZ=…; … };   The same pattern should work for enums too apart from object instances. It is ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Μαΐου 11, 2016
Με χρήση του Community Server (Commercial Edition), από την Telligent Systems