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

 

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

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

Όλες οι Ετικέτε... » asp.net   (RSS)
Εμφάνιση σελίδας 10 από 16 (385 συνολικές δημοσιεύσεις)
  • 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
  • Debugging Web Sites using IIS Express

    Microsoft recently released a new flavor of IIS 7.x that is optimized for developer scenarios called “IIS Express” as part of WebMatrix. IIS Express combines the ease of use of the ASP.NET Web Server with the full power of IIS.  Specifically: It’s lightweight and easy to install (less than 10Mb download and a super quick install) It does ...
    Δημοσιεύτηκε στο K# (Weblog) από το μέλος spantos στις Νοεμβρίου 24, 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
  • Developer για custom dnn modules

    Για τον προγραμματισμό custom modules σε DNN χρειάζομαι developer με γνώσεις και υποδομή σε vb.net vs2005, vs2008. Επιπλέον γνώσεις σε HTML, CSS, jquery θεωρώ πως είναι δεδομένες. Απαραίτητη προηγούμενη 3ετης εμπειρία σε αντίστοιχη θέση. Η εργασία είναι μόνιμη και προσφέρει υψηλες αποδοχές, συνεχή εξέλιξη και προοπτικές καριέρας σε Ελλάδα αλλά ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος ssamartzis στις Οκτωβρίου 20, 2010
  • Πρόβλημα Eval() με το path

    Γεια σας. Είμαι νέος στη σελίδα αυτή! Πρώτα απο όλα θα ήθελα να σας δώσω τα συγχαρητήρια μουγιατί ελληνική σελίδα με κατατοπιστικό  περιεχόμενο δύσκολα βρίσκεις!!Αν μπορεί κάποιος να μου απαντήσει στην ερώτηση θα του ήμουν ευγνώμων!!Εχω μία βάση δεδομένων της οποίας ένα πεδίο της είναι το path για τις αποθηκευμένες εικόνες σε ένα φάκελο ...
    Δημοσιεύτηκε στο Πρώτα Βήματα - Web Development (Forum) από το μέλος Dimitris T στις Οκτωβρίου 19, 2010
  • Πρόβλημα με silverlight

    Καλησπέρα σε όλους,Ξεκίνησα τα πρώτα μου βήματα σε silverlight και έκανα μια μικρή εφαρμογή η οποία κάνει κλήση σε ενα service. Όταν το τρέχω τοπικά δουλεύει μια χαρά, αλλα να όμως που ήρθε και η ώρα να το ανεβάσω στον hosting server. Δεν δουλεύει και μου εμφανίζει αυτό το μήνυμα στην console του browser. Uncaught Error: Unhandled Error in ...
    Δημοσιεύτηκε στο Silverlight (Forum) από το μέλος StrouMfios στις Οκτωβρίου 10, 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
  • How to use cookies in ASP.Net applications

    In this post we are going to see a step by step example on how to read,write,delete cookies in asp.net websites. Cookies are small pieces of text that you can associate with a website which are transfered down to the user’s computer when the user visits the website. You can use any of the versions [...]
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Οκτωβρίου 6, 2010
  • Caching an ASP.Net page

    The issue of “caching” keeps coming up in my asp.net seminars so I though it would be a good idea to write a post. I know it is a well documented feature and widely used but I really believe most people will be able to use this rather simple example and understand the concepts behind [...]
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Οκτωβρίου 6, 2010
  • Caching an asp.net page depending on the user’s browser language

    This is my second post regarding caching in asp.net applications. A friend of mine asked me if he can control caching of an asp.net page depending on the user’s language browser. Let’s see how we can accomplish that with a step by step example. You can use any of the versions of Visual studio (VS [...]
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Οκτωβρίου 6, 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
  • Session State in ASP.Net

    In this post I will talk about ASP.Net State management. I will provide a hands on example with VS and VB.Net. Before I go on with my example I would like to give a short introduction first. Web applications are built on Hypertext Transfer Protocol (HTTP). HTTP is a stateless protocol and each request to the server from the client is ...
    Δημοσιεύτηκε στο 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
Με χρήση του Community Server (Commercial Edition), από την Telligent Systems