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

 

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

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

Όλες οι Ετικέτε... » ASP.NET » C#   (RSS)
Εμφάνιση σελίδας 5 από 6 (150 συνολικές δημοσιεύσεις)
  • The chart web server control

    In this post I am going to present a hands on example on how to use the Chart web server control. It is built into ASP.Net 4.0 and it is available from the Toolbox in VS 2010.It is a very rich feature control that supports many chart types, had support...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Ιανουαρίου 17, 2011
  • ASP.Net validation controls

    In this post I would like to continue talking about validation in ASP.Net applications. I will look into the validation controls that ASP.Net provides. You can have a look at the first post in my blog regarding validation. You will show you that we can...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Ιανουαρίου 14, 2011
  • A simple example of validation in ASP.Net applications

    I am going to start a new series of posts and I am going to cover in depth all the validation mechanisms/techniques/controls we have available in our ASP.Net applications. As many of you may know, I am a Microsoft Certified Trainer and I will present...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Ιανουαρίου 13, 2011
  • Post data not working when executed through code C#

    Καλησπέρα σε όλους, Αυτή είναι η πρώτη μου δημοσίευση - ερώτηση. Να σας πω την αλήθεια με έπεισε το ITPRODEVCONNECTIONS 2010 , για να κάνω πιο ενεργεί τη συμμετοχή μου στην κοινότητα. Ορίστε λοιπόν το πρόβλημα μου. Φτιάχνω μία υλοποίηση ενός πολύ απλού ηλεκτρονικού καταστήματος που να δέχεται πληρωμές με κάρτες μέσω λογαριασμών ...
    Δημοσιεύτηκε στο ASP.NET WebForms (Forum) από το μέλος KroDevelop στις Ιανουαρίου 8, 2011
  • Routing in ASP.Net 4.0 Web Forms

    In this blog post I would like to talk about a new ASP.Net 4.0 feature, URL Routing . I know this issue has been explained from various people on the web but I will give my own example. We could implement routing since ASP.Net 3.5 SP1 but it was there...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Ιανουαρίου 3, 2011
  • Retrieve data from an ASP.Net application using Ado.Net 2.0 disconnected model

    This is the second post in a series of posts regarding to ADO.Net 2.0. Have a look at the first post if you like. In this post I am going to investigate the ''Disconnected'' model. When I say ''Disconnected'' I mean Datasets . Datasets are in memory representations...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 19, 2010
  • Retrieve data from an ASP.Net application using ADO.Net 2.0 connected model

    I have been teaching Entity Framework,LINQ to SQL,LINQ to objects,LINQ to XML for some time now. I am huge fan of LINQ to Entities and I am using Entity Framework as my main data access technology. Entity framework is in the second version right now and...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 19, 2010
  • Track updated/inserted entities in LINQ to SQL applications

    In this post I would like to discuss in further detail the issue of track changing of entities in LINQ to SQL applications. I would like to show you how the DataContext object keeps track of all the items that are updated,deleted or inserted in the underlying...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 19, 2010
  • LINQ to SQL Inheritance model in an ASP.Net application

    One of the most important concepts in Object Oriented Programming is Inheritance. In this post I would like to talk about LINQ to SQL and the inheritance type that it supports which is Table per Class Hierarchy . In this type of hierarchy we have a single...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 18, 2010
  • Transactions in LINQ to SQL applications

    In this post I would like to talk about LINQ to SQL and transactions.When I have a LINQ to SQL class I always get asked this question, ''How does LINQ treat Transactions?''. When we use the DeleteOnSubmit() method or the InsertOnSubmit() method, all of...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 17, 2010
  • Select,Insert,Update and Delete data with LINQ to SQL in an ASP.Net application

    As you might have guessed I am continuing my LINQ to SQL posts. I am teaching a course right now on ADO.Net 3.5 (LINQ & EF) and I know a lot of people who have learned through my blog and my style of writing. I am going to use a step by step example...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 17, 2010
  • Linq to SQL Lazy Loading in ASP.Net applications

    In this post I would like to talk about LINQ to SQL and its native lazy loading functionality. I will show you how you can change this behavior. We will create a simple ASP.Net application to demonstrate this. I have seen a lot of people struggling with...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 16, 2010
  • Retrieving data using stored procedures with LINQ to SQL in an ASP.Net application

    In this post I would like to present a step by step example on how to use stored procedures with LINQ to SQL. Many people will wonder why I am bothering talking about LINQ to SQL so much. First of all I give a lot of seminars where people want to learn...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 15, 2010
  • Using Custom Validation with LINQ to SQL in an ASP.Net application

    A friend of mine is working in an ASP.Net application and using SQL Server as the backend. He also uses LINQ to SQL as his data access layer technology. I know that Entity framework is Microsoft's main data access technology. All the money and resources...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 15, 2010
  • Localising an ASP.Net application

    In one of my seminars the issue of internationalisation,localisation ASP.Net applications, came up. More specifically I was asked to provide a hands-on example on how to localise an ASP.Net application. This is what I did in the class and thought to share...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Νοεμβρίου 26, 2010
  • An example of Arrays,ArrayList,generic collections in an ASP.Net application

    In one of my ASP.Net seminars I have been asked to provide a small sample/example on working with a group of custom objects. I have created a small example/site with ASP.Net & C# and thought it might be a good idea to share it with you. More specifically...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Οκτωβρίου 22, 2010
  • ITProDevConnections LightSwitch lottery draw

    I guess most of you will know by now that ItPro|DevConnections is holding a lottery for two msdn subscriptions for all of those that took advantage of the early bird offer and subscribed for the event before the 30th of September. Well, I was assigned to perform the lottery which is going to take place today. This got me thinking, What would be ...
    Δημοσιεύτηκε στο K# (Weblog) από το μέλος spantos στις Οκτωβρίου 8, 2010
  • Linq to Objects in ASP.Net

    In this post I would like to talk about  Linq to Objects in an ASP.Net application. In all my classes people seem to have the following answer to this question, “What kind of data can we query with LINQ?“ Most people say “Well, we can query an SQL server database” . I am not very [...]
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Οκτωβρίου 6, 2010
  • Cross-Page postbacks in ASP.Net

    In this post I would like to talk about cross-page postbacks in ASP.Net. When you have a .aspx page with a button on it and you click that button the page will be posted back to the original page.
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Οκτωβρίου 5, 2010
  • Populate web server controls in ASP.Net applications from a web service

    In this post I would like to present you with a very simple example on how to create a simple web service that access data from a database. Then we will create a consuming application that will consume the web service. I will use VS 2010 Ultimate edition and C# as the development language.
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Οκτωβρίου 5, 2010
  • How to populate web server controls in ASP.Net applications from a web service

    In this post I would like to present you with a very simple example on how to create a simple web service that access data from a database. Then we will create a consuming application that will consume the web service. I will use VS 2010 Ultimate edition...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Σεπτεμβρίου 23, 2010
  • ASP.NET Security Vulnerability Or Not

    Last week two security researchers, Thai Duong and Juliano Rizzo, have discovered a bug in the default encryption mechanism used to protect the cookies normally used to implement Forms Authentication in ASP.NET. Using their tool (the Padding Oracle Exploit Tool or POET), they can repeatedly modify an ASP.NET Forms Authentication cookie encrypted ...
    Δημοσιεύτηκε στο K# (Weblog) από το μέλος spantos στις Σεπτεμβρίου 20, 2010
  • Front End Software Engineer – Athens, Greece

    This position is based in Athens, Greece. BetKernel is the ultimate new generation on-line betting platform. The area: Software Engineering Our engineers develop the next-generation online betting technologies. Our projects include working on advanced behavioral and distribution algorithms, massive scalability and accessibility ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος BetKernel στις Αυγούστου 24, 2010
  • Set the focus on an asp.net server control

    It is a very common request when designing an asp.net application, to set the focus on an asp.net control.
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Μαρτίου 3, 2010
  • Αντιγραφή αρχείου σε UNC Path προγραμματιστικά (ASP.NET or just code)

    Η αντιγραφή αρχείου σε NAS, προγραμματιστικά (ή εν γένει σε κάποιο UNC location εκτός τοπικού μηχανήματος) είναι μία ανάλογη διαδικασία, όπως αν το κάνουμε μέσω του UI. Θα ανοίγαμε το Run, στην συνέχεια πληκτρολογούμε το unc path. Αν σε εκείνη την τοποθεσία έχουν τεθεί permissions για όλους, τότε το παράθυρο ανοίγει κατευθείαν. Σε αντίθετη ...
    Δημοσιεύτηκε στο Delicate Sound of Development (Weblog) από το μέλος biboudis στις Ιανουαρίου 14, 2010
« Πρώτη ... < 2 3 4 5 6 >
Με χρήση του Community Server (Commercial Edition), από την Telligent Systems